/*=================== STANDARD RULES ====================*/
*{margin:0px; padding:0px;}
body{
	margin:40px 0px 20px 0px;
	background-color:#4B4B4B;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:0.75em;
	color:#333333;
	text-align:center;
}
td{font-family:Verdana, Arial, Sans-Serif;font-size:10px;}
h1,h2,h3,h4,h5,h6 {
	color:#306191;
	margin-bottom:1em;
}
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a:link {color:#306191;}
a:visited {color:#306191;}
a:hover {color:#306191; text-decoration:none;}
a:active {color:#306191;}

/*=================== GLOBAL RULES ======================*/

.printonly{display:none;}

hr{margin:1.2em 0em;}

#container{
	position:relative;
	width:766px;
	padding:1px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	text-align:left;
}
#header{
	position:relative;
	width:766px;
	height:97px;
	background-image: url(/images/header.gif);
	border-bottom:5px solid #336699;
}
#headerlink{
	position:absolute;
	top:30px;
	left:20px;
	width:350px;
	height:40px;
}
#headerlink h1{
	text-indent:-50000px;
	font-size:1.8em;
	height:33px;
	width:350px;
 }
#headerlink h1 :link,#headerlink h1 :visited {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
 }
#footer{
	position:relative;
	width:746px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 0px 20px;
	font-size:.85em;
	color:#A4A4A4;
}
#footerprivacy{
	float:right;
}
#footerprivacy a:link{color:#A4A4A4; text-decoration:none;}
#footerprivacy a:visited{color:#A4A4A4; text-decoration:none;}
#footerprivacy a:hover{color:#A4A4A4; text-decoration:underline;}
#footerprivacy a:active{color:#A4A4A4; text-decoration:none;}
