html {
	height:100%;
}
body {
	background-image: url(/templates/blue/images/bkg.jpg);
	height:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #217FBA;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #217FBA;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #217FBA;
}

/* PAGE BLUE STYLES */

#pagewrap {
	background-image:url(/templates/blue/images/wrapbkg.jpg);
	background-repeat:repeat-x;
	height:100%;
}

#header {
	width:930px;
	height:130px;
	margin:0 auto;
	background:url(/templates/blue/images/headerbkg.jpg) no-repeat;
}
#logolink {
	width:150px;
	height:130px;
	float:left;
	cursor:pointer;
}

#menubar {
	width:920px;
	margin:0 auto;
	margin-top:1px;
}

#contentwrap {
	width:920px;
	margin:0 auto;
	margin-top:0;
	overflow: hidden; 
}

#sidebar {
	width:156px;
	float:left;
	background: url(/templates/blue/images/sidebarbkg.jpg);
	margin-top:0;
	margin-bottom: -2000px; padding-bottom: 2000px;
}
#sidebartop {
	background: url(/templates/blue/images/sidebartop.jpg) no-repeat;
	background-position:top center;
	height:7px;
}

#nav2{
	height:35px;
	width:146px;
	border-bottom:solid 1px #fff;
	padding-left:10px;
	line-height:35px;
	font-family:"Century Gothic", Arial, Tahoma, "Tahoma Bold";
}

#nav2 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#nav2 a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#nav3{
	height:35px;
	width:136px;
	border-bottom:solid 1px #fff;
	background:url(/templates/blue/images/nav3bkg.jpg);
	padding-left:20px;
	line-height:35px;
	font-family:"Century Gothic", Arial, Tahoma, "Tahoma Bold";
}
#nav3 a:link{
	color:#FFFFFF;
	text-decoration:none;
}

#nav3 a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}

#contentarea {
	width:764px;
	background-color:#FFFFFF;
	float:left;
	background-image:url(/templates/blue/images/contentbkg.jpg);
	background-repeat:repeat-y;
	margin-bottom: -2000px; padding-bottom: 2000px;
}

#footer {
	background:url(/templates/blue/images/footerbkg.jpg);
	width:920px;
	height:7px;
	margin:0 auto;
}

#by {
	width:920px;
	height:75px;
	margin:0 auto;
}

#contentheader {
height:70px;
width:744px;
font-size:20px;
color:#999999;
line-height:70px;
padding-left:20px;
font-family:"Century Gothic", Arial, Tahoma, "Tahoma Bold";
}

#banner {
	width:534px;
	height:114px;
}

#breadcrumbs {
	font-size:10px;
	color:#666666;
	margin-top:-50px;
	text-decoration:none;
}

#contenttext {
	width:494px;
	padding:20px;
}

#rightbox {
	width:224px;
	float:right;
	margin-top:-114px;
}