@charset "utf-8";
/* CSS Document */

#wrapper {width:820px;
	height:100%;
	min-height:768px;
	margin:auto;
}
BODY {background-color:#CCC;
	min-height:768px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#header {width:820px; height:106px;}

#nav {width:820px;
	height:25px;
	background-image:url(images/nav-repeat.gif);
}

#bodycontent {background-image:url(images/body-bg.gif);
	width:820px;
	background-repeat:repeat-y;
	height:100%;
}
#bodytext {padding:17px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}
.mainheading {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3978BA;
	font-weight:bold;
}
.heading {font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666;
}

#footer {background-image:url(images/footer.gif);
	width:820px;
	height:24px;
}
a:link		{color:#0066FF; text-decoration: none;}
a:visited	{color:#0066FF; text-decoration: none;}
a:active	{color:#0066FF; text-decoration: none;}
a:hover		{color:#666; text-decoration: none;}


/* NAV BAR */
.navBar {
	font-size:12px;
	background-image:url(images/nav-bg.gif);
	width:820px;
	height:25px;
	background-repeat: repeat-y;
	background-position: bottom;
	clear: both;
	color: #000000;
}
.navBar a {
	font-size:10px;
	font-weight:bold;
	color:#FFF;
	padding:0px 3px;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	line-height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.dd_outer {
	background-color: #3e84c8;
	width: 200px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 1px;
}
.dd_outer2 {
	background-color: #3e84c8;
	width: 240px;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-top: 1px;
}

.dd_inner {
	background-color: #EEEEEE;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top:1px solid #000000;
}
.dd_inner a {
	display: block;
	font-size:11px;
	font-weight:bold;
	line-height: 20px;
	height: 20px;
	text-indent: 5px;
	color: #00568b;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #0077c0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navBar a:hover {
	background-image:url(images/nav-hover.gif);
	font-size:10px;
	display: block;
	float: left;
	height: 25px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 25px;
}
.dropClass {
display: block;
color:#264EAE;
float: left;
height: 25px;
font-weight: bold;
text-decoration: none;
line-height: 25px;
}
.dd_inner a:hover {
	display: block;
	line-height: 20px;
	height: 20px;
	text-indent: 5px;
	color: #333;
	text-decoration: none;
	background-color: #d7d7d7;
}

.widgethead {padding:5px;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serid;
	font-weight:bold;
	color:#3978BA;
	text-decoration:underline;
	text-align:center;
}