@charset "UTF-8";
/* CSS Document */

body td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	background: url(images/body_bg.jpg) top left repeat-x #000;
}

.container {
	margin: 0 auto;
	width: 980px;
	padding: 0px;
	vertical-align: top;
}

.darkestblue {
	background: #003;
	}

.darkblue {
	background: #009;
	}

.topsep {
	width: 2px;
	height: 55px;
	background: url(images/topnav_sep.jpg) top left no-repeat;
	}

.topnav {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	background: url(images/topnav_bg.jpg) repeat-x top left;
	}

.topnav a {
	font-size: 14px;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	}

.topnav a:link {
	text-decoration: none;
	}

.topnav a:visited {
	text-decoration: none;
	}

.topnav a:hover {
	color: #CCF;
	}

.topnavbtmline {
	height: 1px;
	width: 980px;
	background: #600;
	}

.topnavbtm {
	height: 10px;
	width: 980px;
	background: #900;
	}

.secicons {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	background: #900;
	}

.secicons a {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	}

.secicons a:link {
	text-decoration: none;
	}

.secicons a:visited {
	text-decoration: none;
	}

.secicons a:hover {
	color: #F99;
	}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	text-align: left;
	vertical-align: middle;
	background: url(images/topnav_bg.jpg) top left repeat-x;
	}

.greyborder {
	border: 1px solid #666;
	background: #FFF;
	}

.thumbcode {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #333;
	border: 1px solid #666;
	background: url(images/page_bg.jpg) repeat;
	}

.arrowlistmenu{
	width: 260px; /*width of accordion menu*/
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 12px;
	color: #666;
	text-transform: uppercase;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	background: url(images/plus.jpg) top left no-repeat;
	padding-left: 18px;
	padding-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	height: 12px;
	border-top: 1px solid #666;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background: url(images/minus.jpg) top left no-repeat;
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding: 0px 0px 3px 10px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	color: #333;
	padding: 10px 0px 0px 25px;
	background: url(images/menuclosed.jpg) center left no-repeat !important;
	font-weight: bold;
	font-size: 12px;
	}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	color: #333;
	padding: 3px 0px 5px 25px;
	background: url(images/menuopened.jpg) center left no-repeat !important;
	font-weight: bold;
	font-size: 11px;
	}

.arrowlistmenu ul li a{
	text-indent: -11px;
	font-size: 12px;
	color: #333;
	display: block;
	padding: 3px 0px 0px 25px;
	text-decoration: none;
}

.arrowlistmenu ul li a:visited{
	color: #333;
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #009;
	}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #009;
	}

.footer {
	color: #009;
	text-align: left;
	}
	
.footer a {
	color: #009;
	text-align: left;
	}
	
.footer a:link {
	text-decoration: none;
	}
	
.footer a:visited {
	text-decoration: none;
	}

.footer a:hover {
	color: #003;
	}

#marqueecontainer{
	position: relative;
	width: 260px;
	height: 130px;
	background-color: transparent;
	overflow: hidden;
	padding: 0px;
	padding-left: 25px;
	left: 0px;
	top: 5px;
	text-align: left;
}

.blueborder {
	border: 1px solid #003;
	}

.profile {
	border: 1px solid #003;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	line-height: 150%
	}

