@charset "utf-8";
/* CSS Document */
* { padding:0px; margin:0px; }
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #434343;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(../images/bg_gradient.jpg);
	background-repeat: repeat-x;
}
a {
	color: #6768A0;
	text-decoration: none;
}

h1 {
font-size: 18px;
color: #6768A0;
margin-bottom: 15px;
}


h2 {
font-size: 13px;
font-weight: bold;
color: #6768A0;
}




#mainContent li, #sidebar li {
	background-repeat: no-repeat;
	list-style-type: none;
	margin-bottom: 16px;
	color: #6768A0;
	font-size: 14px;
	font-weight: bold;
	text-indent: 20px;
	display: block;
	background-image: url(../images/bullet_wave.jpg);
	background-position: left;
	color: #6768A0;
	color: #6768A0;
}

#rightblock li {
	background-repeat: no-repeat;
	font-size: 12px;
	text-indent: 20px;
	display: block;
	
	

}


.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.headertext {
	font-size: 16px;
	font-weight: bold;
	color: #4E4E4E;
}
.menubutton {
	background-image: url(../images/menu_btn.png);
	float: left;
	height: 44px;
	width: 205px;
	margin-right: 10px;
	text-align: left;
	font-size: 18px;
	color: #FFFFFF;
	cursor:pointer;
}
.menubutton a { color: #FFFFFF; }
.menubutton:hover {
	background-image: url(../images/menu_btn_ON_top.png);
}
.buttonlink {
	padding-top: 12px;
	padding-left: 38px;
}



.oneColFixCtr #container {
	width: 909px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_middle.png);
}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	width: 909px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_bottom.png);
	height: 21px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #header {
	width: 909px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg_top.png);
	height: 23px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #menu {
	background-image: url(../images/menu_bg.png);
	height: 86px;
}
.oneColFixCtr #menu .buttons {
	padding-top: 20px;
	padding-left: 15px;
}

.oneColFixCtr #logo {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.oneColFixCtr #flashbox {
	background-image: url(../images/wave.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 300px;
	width: 905px;
	margin-top: -4px;
}
.oneColFixCtr #innercontent {
	width: 905px;
	margin-top: -4px;
	font-size: 12px;
}
.oneColFixCtr #sidebar {
	width:168px;
	margin-right:20px;
	font-size: 14px;
	height: 350px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #D1D1D1;
}
.oneColFixCtr #rightblock {
	width: 680px;
}



.smallmid {
	background-image: url(../images/prplbox_middle.jpg);
	background-repeat: repeat-y;
	width: 344px;
}
.smalltop {
	background-image: url(../images/prplbox_top.jpg);
	background-repeat: no-repeat;
	width: 344px;
	height: 12px;
}
.smallbottom {
	background-image: url(../images/prplbox_bottom.jpg);
	background-repeat: no-repeat;
	width: 344px;
	height: 12px;
}
.purple {
	color: #6768A0;
}
.bio {
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8E8E8;
	padding-bottom:20px;
}

.newsitem {
	padding-bottom: 15px;
}
.white {
	color: #FFFFFF;
}



#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	color:#FFFFFF;
}
 
#nav li { /* all list items */
	float: left;
	width: 205px; /* width needed or else Opera goes nuts */
}

 
#nav li ul { /* second-level lists */
	position: absolute;
	margin-top:10px;
	width: 205px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
}

#nav li ul li.list {
	background-image: url(../images/menu_btn_ON_middle.png);
	background-repeat: repeat-y;
	padding-left:40px;
	padding-top:4px;
	margin:0px;
	font-size:12px;
	height: 22px;
	font-weight: bold;
}

#nav li ul li.list a:hover {
	color: #79B4DE;
}

#nav li ul li.bottom {
	background-image: url(../images/menu_btn_ON_bottom.png);
	background-repeat: no-repeat;
	height: 11px;
	background-position: 0px -5px;
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.label	{
	width: 95px;
	float:left;
	height: 30px;
	padding-top: 3px;
}


.req {
	color:red;
}

.reqF {
	color: red;
	width: 95px;
	float:left;
	height: 30px;
	padding-top: 3px;
}

.ok {
	color:green;
}