/*CSS DOCUMENT*/

/* BROWSER MARGIN ISSUES */
html, body, p, form, fieldset, a {margin-top: 0;}
/* END OF BROWSER MARGIN ISSUES */

/* IE 5.5 FRIENDLY */
body {text-align: center}
table {font-size: 1em;}
form {font-size: 1em;}
/* END OF IE 5.5 FRIENDLY */

/*BASIC HTML STYLES*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	width:100%;
	background-color: #D0D3D9;
}

a:link { color: #9CB123; text-decoration: underline; }
a:hover { color: #9CB123; text-decoration: none; }
a:visited { color: #9CB123; text-decoration: underline; }
a:visited:hover { color: #9CB123; text-decoration: none; }

h1 {font-size: 180%; margin-top: 0;}
h2 {font-size: 130%; margin-top: 0;}
h3 {font-size: 120%; margin-top: 0;}

/*TEXT & DEFAULT VIEWS*/

.defaultview {display:none}
.textview {}

/*GENERAL STYLES*/

.headerleft {float:left;}
.headerright {float:right;}

.topofpage {
	font-size: 90%;
	color: #DCF3F8;
	background: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.whiteandbold {color:#FFFFFF; font-weight:bold;}

.advertborder {border: 2px solid #003768;}

.floatingrightpic {float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 0px;
	border: 1px solid #333333;
}
.floatingleftpic {float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
	border: 1px solid #333333;

}
.borderpic {
	border: 1px solid #333333;

}
.letterlist {list-style-type:lower-alpha;}


.tablebackground1 {background-color:#6190CB}
.tablebackground2 {background-color:#F7F9FC}
.tablebackground3 {background-color:#DFE9F5}

.structuretableheader {background-color:#004990; color:#FFFFFF;}
.structuretable {background-color:#B8DAF3}
.structuretablelarge {font-size:150%; font-weight:bold;}
.structuretablesmall {font-size:90%; background-color:#B8DAF3}

/*FORM STYLES*/

.field {
	font-family: Arial, Helvetica, sans-serif;
}
/* DIV STYLES*/

#container {
	text-align:left;
	margin-top: 0px;
	width: 100%;
	left:50%;
	background-color: #FFFFFF;
	/* background-image:url(../images/containerbg.gif); 
	background-repeat:repeat-y;
	background-position: 0px 0px;*/

}

#header {
	height:150px;
	margin:0px;
}
#headerinner {
	margin: 0px;
	background-color: #BDD631;

}

#headerinner2 {
	margin: 0px;
	background-color: #508BC1;

}
#header2 {
	display:none;
}
#headerleft {
	background-image:url(../images/headerleft.gif);
	background-repeat:no-repeat;
	background-position: top left;
	height: 150px;
}

#headerright {
	background-image:url(../images/headerright.gif);
	background-repeat:no-repeat;
	background-position: top right;
	height: 150px;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	border: 0px;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	border: 0px;
}

#navbar {
	width: 100%;
	margin-left: 0px;
	border-top:5px solid #515E65;
	border-bottom:10px solid #FFFFFF;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color:#8C9C94;
	text-align:right;
	color:#FFFFFF;
	font-size: 90%;
}

#navbar a {color:#FFFFFF; text-decoration:none}
#navbar a::hover {color:#FFFFFF; text-decoration:underline}


#navbarinner {padding: 5px;}

#left {
	float: left;
	width: 210px;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
}



.leftinner {
	margin-left:8px;
	margin-right:5px;
	background-image:url(../images/leftblockbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#515E65;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

.lefttitle {
	margin-left:8px;
	margin-right:5px;
	color:#BED630;
	font-size: 1.8em;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight:bold;

	background-color:#515E65;/**/
}

#content {
	background-color:#FFFFFF;
	margin-left: 161px;
	margin-right: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-top: 10px;
	padding-left: 70px;
	/*border:1px solid #C6C6CA;*/
}

#introcontent {
	float: left;
	width: 80%;
	background-color:#FFFFFF;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	/*border:1px solid #C6C6CA;*/
}


#clear {
	clear: both;
	text-align:center;
}

#footer {
	width:788px;
	height: 79px;
	clear: both;
	height: 100%;
	text-align: left;
	/*border-top: 2px solid #000000;*/
}

.footerlink {
	width: 386px;
	height: 79px;
	background-image: url(../images/footer.gif);
	padding: 0px;
	margin: 0px;
	text-indent: -9000px;
}

.footerlink a {
	display: block;
	width: 386px;
	height: 79px;
	text-decoration:none;
	background-image: url(../images/footer.gif);
}
	
	
	
#copyright {
	clear: both;
	width:788px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 90%;
	color: #6785A0;
	text-align:center;
}
/* LEFT NAV*/

.smaller {

	font-weight:normal;
}

.link {		
	font-size: 90%;
	padding-left: 16px;
	margin-left: 5px;
	margin-top: 5px;
	padding-top: 8px;
	padding-bottom: 0px;
	background: url(../images/linkbg.gif);
	background-repeat:no-repeat;
}

#left ul{
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.staticnav {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px; 
	color:#FFFFFF; 
	font-size: 1.2em; 
	font-weight:bold; 
	margin: 0px;
}

.division {
	margin-left: 5px; 
	padding: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}

#left ul li{	
	margin-bottom: 0px;	
	list-style: none;
}

#left ul li a
{
	display:block;
	height:100%;
	list-style: none;
	background-image: url(../images/bullet-off.gif);
	background-position: 4px 13px;
	background-repeat: no-repeat;
	padding-left: 26px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #FFFFFF;
	text-decoration : none;
}

#left ul li a:hover, #left ul li a:active
{
	background-color:#374346;
	color : #BED630;
	text-decoration : none;
	background-image: url(../images/bullet-on.gif);
	background-repeat: no-repeat;
}

#left ul li ul {
	list-style: square;
}

#left ul li ul li a,
#left ul li ul li a:hover,
#left ul li ul li a:active {
	background-image: none;
}

#left ul li ul li a {
	font-size: 90%;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #BED630
}

#left ul li ul li ul li {
	margin-left: 10px;
}

#left ul li ul li ul li a {
	font-size: 85%;
	color: #FFFFCC;
}



.form {width: 500px;}

.form table {
	width : 100%;
	border : 0px solid #00AEEF;
	margin : 0 0 0 0;
}


.form td{
	/*vertical-align : top;*/
	padding : 0px 0px 0px 0px;
	text-align : left;
}
.registerbutton {border: 1px solid #0174BC; 
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px; 
	font-weight:bold; 
	color:#FFFFFF; 
	background-color:#0174BC;
	background-image:url(../images/registerbuttonbg.gif);
	background-repeat:repeat-x;
	background-position: 0px 0px;}
.registerbutton a:link {color:#FFFFFF; text-decoration: none;}
.registerbutton a:hover {color:#FFFFFF; text-decoration: underline;}
.registerbutton a:visited {color:#FFFFFF; text-decoration: none;}
.registerbutton a:visited:hover {color:#FFFFFF; text-decoration: underline;}
