@charset "utf-8";
/* CSS Document */
	body {
		text-align:center;
		margin: 0px;
		padding: 0px;
		background: #E5E5E5;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #666666;
		}
	
	a {
	color: #135293;
	}

	a:hover {
	text-decoration: none;
	}
	
	#frame {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	text-align:left;
	background-image:url(images/background.gif);
	background-repeat: repeat-y;
		}
		
	#frame2 {
	width:950px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image:url(images/background2.gif);
	background-repeat: repeat-y;
		}	
		
	#contentleft {
	width:240px;
	padding:0px;
	float:left;
	color:#000000;
		}
		
	#contentleft a {
		color:#FFFFFF;
		}		

	#homecenter {
	margin-left: 245px;
	margin-right: 160px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
		}
	
	#contentcenter {
	margin-left: 245px;
	margin-right: 245px;
	padding-top: 0px;
	margin-top: 0px;
		}
		
	#contentinterior {
	margin-left: 245px;
	background-color:#FFFFFF;
	font-weight: bold;
		}		
	#bannerright {
	width:145px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding:0px;
	float:right;
	color:#000000;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
		}	
	#contentright {
	width:240px;
	padding:0px;
	float:right;
	color:#000000;
		}
		
	#contentright a {
		color:#FFFFFF;
		}	
	
	#contentheader {
		background:#fff
		}
		
	#logo {
	height: 180px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
	
	#footer {
	width: 950px;
	height: 110px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FF9523;
}

#footer p {
	margin: 0;
	font-size: 85%;
}

.descrip {
	font-weight: normal;
}

/* Menu */

#menu {
	/*float: right;*/
	width: 950px;
	height: 35px;
	background-color: #135293;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#menu ul {
	width: 950px;
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#ff9523;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 25px;
}

#menu a:hover {
	color: #85C329;
}

.title1 {
	padding: 10px;
	background: url(images/img09.gif) repeat-x left bottom;
	font-weight: normal;
	font-size: 140%;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.title2 {
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background: url(images/img09.gif) repeat-x left bottom;
	font-size: 175%;
	font-weight: normal;
	color: #135293;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.title3 {
	margin: 0;
	padding: 10px 0;
	background: url(images/img11.gif) repeat-x left bottom;
	font-size: 129%;
	font-weight: normal;
	color: #FFFFFF;
}

.title9 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	background: url(images/img09.gif) repeat-x left top;
}

.basictab{
	margin-left: 5px;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-right: 5px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #ffffff;
color: #135293;
}

.basictab li a:visited{
color: #135293;
}

.basictab li a:hover{
background-color: #135293;
color: white;
}

.basictab li a:active{
color: #135293;
}

.basictab li.selected a{ /*selected tab effect
position: relative;*/
top: 1px;
padding-top: 4px;
background-color: #135293;
color: #ff9523;
}

#box3 {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	display:inline;
	float:right;
	margin-left:0;
	padding:5px;
	width:160px;
	margin-right: 10px;
}

