@charset "utf-8";
/*---basic styling ----*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color:#005A8C;
	color:#666666;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
	
a {
	color:#005A8C;
	margin-top: 1em;
	margin-top: 0.25px;
	font-size: bold;
	text-decoration: underline;
}
	
#wrapper {
	position:relative;
	width: 900px;
	text-align:left;
	background-color:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
	background-image: url(../images/background_index.jpg);
	}
#bottom {
	background-image: url(../images/background_bottom.jpg);
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}

	
#clear {
	clear:both;
	}
	
/*------postition wrapper elements-----*/
#header {
	postion:relative;
	height:auto;
	}
	
#flash{
	float: right;
	width: 600px;
	padding: 0px;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	}

	
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005A8C;
	padding: 5px;
	background-color: #005A8C;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
#footer p {
	color: #FFFFFF;
	font-size: 0.70em;
}

	
#sidebarIndex {
	float:left;
	width:300px;
	}

#sidebarIndex p {
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666666;
}

#sidebarIndex ul {
	font-weight: bolder;
	margin: 5px;
	line-height: 18px;
	color: #2B5880;
	list-style-image: url(../images/arrow-right.gif);
	padding-left: 30px;
	}
	
#sidebarIndex a {
	color:#005A8C;
	margin-top: 1em;
	margin-top: 0.25px;
	font-size: bold;
	text-decoration: underline;
}

#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}

#mainNav ul {
	display: inline;
}
#mainNav li {
	list-style-type: none;
}
#mainNav a {
	font-size: .75em;
	color: #005A8C;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#mainNav a:hover {
	background-color: #6699CC;
	color: #FFFFFF;
}

#mainNav a.current{
	color: #fff;
	background-color:#005A8C; 
}

#subNav {
	background-color: #005A8C;
	height: 24px;
}

#subNav ul {
	margin: 0px;
	float: right;
	padding-top: 2px;
}

#subNav li {	
	display: inline;
	list-style: none;
}

#subNav a {
	font-size: 0.75em;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 5px;
}

#subNav a:hover {
	background-color: #6699CC;
	color: #FFFFFF;
}

#subNav a.current{
	color: #005A8C;
	background-color:#E3EDF2; 
}

/*------text elements---------*/
h1 {
	color:#005A8C;
	margin-top: .5em;
	font-size: 1.125em;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #005A8C;
	float: none;
	color: #005A8C;
	color: #005A8C;
	margin-bottom: .5em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
	
h2 {
	color:#005A8C;
	margin-top: 1em;
	margin-top: 1em;
	font-size: .95em;
	margin-bottom: .5em;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #666666;
	line-height: 1.5em;
	padding-right: 10px;
	padding-left: 10px;
}

#footer a {
	color: #FFFFFF;
	text-align: right;
}
#footer a:hover {
	color: #005A8C;
	background-color: #6699CC;
}
#area {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #005A8C;
	border-left-color: #005A8C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #005A8C;
	background-image: url(../images/background_area.jpg);
	background-repeat: repeat-x;
}
#area td {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 280px;
}

#area td.current{
	color: #fff;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #005A8C;
	background-image: url(../images/background_area_section.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
