/* CSS Document */
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


body {
background-attachment:fixed;
background-color:#347098;
background-image:url("../images/bckgrnd.jpg");
background-position:center top;
background-repeat:no-repeat;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
height:100%;
margin:0;
padding:0;
}

.bg {
	background-image: url(../images/bckgrnd-gradient.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

td img {display:block}

.white_nav:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	/*	padding-left:auto;  */
}

.white_nav:visited {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

.white_nav:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration:none;
}

.white_nav:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
}

div.infoBox {
	padding: 0px 5px 5px 5px;
	margin: 0px 5px 5px 5px;
	color: #000000;
	overflow: auto;
	/*line-height: 1.5;*/
}
div.infoBox:hover {
	color:#000000;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.p_yellow { /*technically this is red now, NOT yellow*/
	color: #FF0000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	/*font-weight: normal;*/
	font-style:italic;
	list-style-type:none;
}

.p_orange { 
	color: #FF9900;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: normal;
	font-style:italic;
	list-style-type:none;
}

a.p_white { 
	color: White;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	font-style:italic;
	list-style-type:none;
}

a.p_white:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: 12px;
	font-weight: bolder;
}

img {
	border:0;
}

fieldset {
	/*background: rgb(52,112,152);
	background: rgba(52,112,152,0.3);*/
	border-width: 2px;
	border-style: solid;
	border-color: #5692BA;
	margin: 20px 0px 20px 0px;
	position: relative;
	display: block;
	padding: 0px 10px 10px 10px;
}

legend {
	/*background: rgb(52,112,152);
	background: rgba(52,112,152,0.3);*/
	border-width: 1px;
	border-style: solid;
	border-color: #5692BA;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 110%;
	padding: 2px 5px;
	margin: 0px 0px 10px 0px;
	position: relative;
	top: -12px;
}

.button {
	color: Black;
	background-color: #5692BA;
	border-color: #347098;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

.buttonRollover {
	color: White;
	background-color: #347098;
	border-color: #5692BA;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
}

.masterOpacity {
	background: rgb(216,25,32);
	background: rgba(216,25,32,0.75);
}

li.reg {
	color: #000000;
	list-style-type: decimal;
}