@charset "utf-8";

*
{
	behavior: url(iepngfix.htc);
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #003366;
	background-image: url(web_images/line_bg.gif);
}

img
{
    border: 0px;
}

a
{
	text-decoration: none;
	color: #295E7F;
}

a:hover {
	color: #FF8300;
}


h3 
{
    font-size:0.9em;
    font-weight:bold;
}

ul.nav
{
    display: inline;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

li.nav
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

img.nav_spacer
{
	 vertical-align: bottom;
	 margin-left: 5px;
}

div.reflection_water
{
	background-image: url(web_images/reflection.png);
	background-repeat: no-repeat;
	background-position: center top;
}

div.reflection_repeat
{
	background-image: url(web_images/reflection_repeat.png);
	background-repeat: repeat-x;
}

.panel
{
	background-image: url(web_images/subpage_panel_background.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	border-style: none;
}

.smallText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #003366;
}

div.leftHolder
{
    float: left;
    margin: 5px 10px 5px 0px;
}

div.rightHolder
{
    float: right;
    margin: 5px 0px 5px 10px;
}
