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

body{
	text-align: center;	
	margin
}

#container{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	width: 950px;
	padding:0px 0px 0px 0px;
	margin: 0 auto;
	border: 2px solid black;
	position: relative;
}

#logo{
	width: 210px;
	height: 80px;
	float: left;
	position: relative;
	top: 20px;
	left: 35px;
}

#header{
	width: 950px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 113px;	
}

#topIcons{
	position: relative;
	float: right;
	top: 21px;
	right: 0px;
}

#nav{
	height: 25px;
	width: 652px;
	float: right;
	position: relative;
	background-image: url(../images/navBG.gif);
	background-repeat: repeat-x;
}

#curve{
	float: left;	
	left: 278px;
	position: relative;
}

#topGraphic{
	position: relative;
	clear: both;
	width: 950px;
	height: 19px;
}

#banner{
	position: relative;
	clear: both;
	width: 950px;
	height: 161px;
}

#footer{
	position: relative;
	clear: both;
	width: 950px;
	
}

#footerTop{
	height: 25px;
	width: 950px;
}
#copyRight{
	background-color: #408bb5;	
	height: 12px;
	color: white;
	font-size: 9px;
	text-align: left;
	
}

#content{
	width: 950px;	
	position: relative;
	float: left;	
}

#leftCol, #oneCol{
	position: relative;
	float: left;
	width: 600px;
	text-align: left;
	top: 25px;
	left: 25px;
}

#oneCol{
	width: 900px;	
}

#rightCol{
	position: relative;
	float: right;
	width: 300px;
	background-image: url(../images/rightBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	top: 25px;
	right: 15px;
}

.titleO, .titleB{
	font-size: 18px;
	color: #fe9d01;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #666;
	background-image: url(../images/headerBullet.jpg);
	background-repeat: no-repeat;
	text-indent: 25px;
}

.titleB{
	color: #03517f;
	text-align: left;
}

.homeImg{
	border: 1px solid #666;	
}

.orangeText, .orangeTextSm, .blackText{
	font-size: 18px;
	font-weight: bold;
	color: #fe9d01;
	text-align: left;
	text-indent: 35px;
	text-decoration: none;
}

.blackText{
	color: black;	
	font-weight: normal;
	text-indent: 0;
}

.orangeTextSm{
	font-size: 14px;
	text-indent: 0;
}

ul li.orangeTextSm{
		position: relative;
		left: 35px;
		width: 400px;
}

.copy{
	font-size: 14px;
	text-align: center;
	
}