/*CSS DOCUMENT*/
/*BASIC HTML STYLES*/
html, body, p, form, fieldset, a {
	margin-top: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	font-style: normal;
	text-decoration: none;
	margin:0px auto;
	width:770px;
	background-color: #FFFFFF;
}

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: 200%; 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*/

li {padding: 0.6em;}

.date {float:right;
	font-size:90%;
	font-weight:normal;
}
.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;
}
.floatingleftpic {float: left;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}
.letterlist {list-style-type:lower-alpha;}

.tableborders {
	border-style: solid solid solid solid;
	background-color:#D7E1F3;
	padding: 5px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border: 0px;
}

.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*/
.textfield {
	width: 200px;
}

/* DIV STYLES*/
#styles {
	display: none;

}

.styles {text-align:right}
.styles a { text-decoration: none; 	font-size: 80%;}
.styles a:hover { text-decoration: underline; }
.styles a:visited{ text-decoration: none; }
.styles a:visited:hover { text-decoration: underline; }

#container {
	margin-top: 0px;
	width: 770px;
	left:50%;
	background-color: #FFFFFF;

}

#header {
	width:770px;
	height:158px;
	margin-left: 0px;
	margin-bottom:0px;
}

#header2 {
	display:none;
}

#topnav {
	width: 770px;
	height: 27px;
	margin: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#topnav2 {
	display:none;
}

#left {
	display: none;

}

#content {
	float: left;
	padding-top: 20px;

	padding-bottom: 20px;

}

#footer {
	width: 770px;
	height: 102px;
	clear: both;
	text-align: center;
	background-image:url(../images/footerbg.gif);
}

#footer2 {
	display:none;
}

#copyright {
	width:770px;
	margin-bottom:10px;
	padding:10px;
	font-size: 90%;
}



/*NAVIGATION*/

#left ol{
	/*border : 1px solid black;
	background-color : #FFE57F;*/
	padding : 1px 1px 0 1px;
	margin : 0 0 1em 0;
	font-weight:bold;
	color: #FFFFFF;

}

#left ol li{
	list-style : none;
	background-image : url(../images/horizbullet-off.gif);
	background-position : 6px 5px;
	background-repeat : no-repeat;
	margin: 5px 0px 5px 0px;
	padding: 0px 0 5px 15px;
	font-size: 90%;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color:#283C5D;	
	display:block;

}

#left ol li a{
	color: #FFFFFF;
	text-decoration : none;
	display:block;
}
#left ol li a:hover, #left ol li a:active{

	list-style : none;
	/*
	background-image : url(../images/bullet.gif);
	background-position : 6px 5px;
	background-repeat : no-repeat;	*/

	color: #9ADFFC;



}
/*
#left ol li.title{
	background-image : none;
	margin : 0 0 0 0;
	padding : 3px 0 4px 6px;
	background-color : #FC0;
	font-weight : bold;
}

#left ol li ol{
	margin : 3px 0 0 -20px;
	padding : 0 0 0 0;
	border : none;
}

#left ol li ol li{
	list-style : none;
	background-image : url(../g/menu-bullet2.gif);
	background-position : 20px 7px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 1px 0 1px 31px;
	background-color : #FFF5CE;
	font-size : 100%;
	border-top : 1px solid white;
	border-bottom : none;
}
*/
/*END OF NAVIGATION*/