/** CSS Document **/

body {
	background-color: #FFFFFF;
	margin: 0px;
	margin-bottom: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

tr, td, div, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/** CSS Insert by Peds **/

.topmenu_container {
	background-color: #000000;
	border-bottom: 1px solid #FFFFFF;
}

.banner_container {
	background-color: #254C9A;
}

.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 99px;
	padding-top: 25px;
}

.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	width: 940px;
	height: 249px;
}

.leftbgr {
	background-image: url(../images/leftbgr.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: 334px;
}

.menu-divider {
	padding-left: 10px;
	padding-right: 10px;
	color: #999999;
}

/** Main Menu Style **/

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #3366CC;
	text-decoration: none;
	border-bottom: 1px solid #EEEEEE;
	width: 200px;
	padding-bottom: 3px;
	padding-top: 3px;
}

a.mainlevel:hover {
	color: #000000;
}

/** Top Menu Style **/

#mainlevel-nav {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

#mainlevel-nav li {
	display: block;
	float: left;
	margin-top: 0px;
	width: auto !important;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
}

#mainlevel-nav a {
	width: auto;
	display: block;
	text-decoration: none;
	color: #90a0c2;
	font-size: 16px;
	text-transform: uppercase;
	padding-left : 30px; 
}

#mainlevel-nav a {
	float: none;
}

#mainlevel-nav a:hover {
	color: #FFFFFF;
}

/** Custom Top Menu **/

a.hmenu, a.hmenu:link, a.hmenu:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
	text-decoration: none;
} 

a.hmenu:hover {
	color: #90a0c2; 
}

/** Custom Footer Menu **/

a.fmenu, a.fmenu:link, a.fmenu:visited {
	color: #666666;
	font-size: 10px;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #EEEEEE;
} 

a.fmenu:hover {
	color: #999999; 
}


/** Content Styles **/

.contentheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3366CC;
}

.createdate, .small, .modifydate {
	font-size: 12px;
	color: #999999;
}

.sectiontitle {
	color: #666666;
}

a:link, a:visited {
	color: #254C9A;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
}

a.readon:link, a.readon:visited {
	color: #3366CC;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 15px;
}

a.readon:hover {
	color: #000000;
}

.pagenav {
	text-align: center;
  	font-size: 11px;
  	font-weight: bold;
  	width: auto;
}

.pagenavbar {
	float: right;
}

a.pagenav:link, a.pagenav:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

a.pagenav:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

/** Images Hover **/

a.alpha:link img, a.alpha:visited img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
	opacity: .65;
}

a.alpha:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

