/* CSS Document */
body,input,select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
}

#container{
	position:absolute;
	top:0px;
	left:0px;
	width:711px;
	background-attachment: fixed;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#tipscontainer{
	position:absolute;
	top:0px;
	left:0px;
	width:711px;
	background-color:#EEEEF0;
}

#header{}

#footer{
	width:681px;
	color:#ffffff;
	font-size:8pt;
	height:60px;
	background-color:#3D6CAE;
	text-align: left;
	vertical-align: middle;
	border: none;
	padding: 15px 5px 5px 25px;
}

#footer a{
	color:white;
}
.leftSideBg {
	background-image: url(images/side_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.maincontent {
	padding: 10px 20px 10px 10px;
	line-height: 15pt;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #132E41;
}
.menulinks {
	line-height: 17pt;
}
a:link,a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.titleSmall {
	font-weight: bold;
	text-decoration: underline;
}
