@charset "utf-8";
/* CSS Document */


body {
	background:url(images/mainBG.jpg) repeat-y;
	background-attachment:fixed;
	background-position:center; 
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
}

#holder{
	margin:0 auto;
	width:1100px;
	padding:0;
}

#leftCol{
	width: 230px;
	float: left;
	display:inline;
}

#logo{
	background: url(images/logo.png) no-repeat;
	width: 193px;
	height: 69px;
	margin: 15px 0 0 20px;
	float: left;
	}


#rightCol{
	width:869px;
	height: 202px;
	margin:0 0 0 231px;
	padding:0;
}

#header{
	width:813px;
	height:172px;
	margin:0;
	padding:0;
}

/*Nav Section*/


#navHolder{
	background:url(images/navBGBar.jpg) no-repeat;
	height:30px;
	width:860px;
	margin: 0;
	padding:0;
}

.indentmenu{
	font:12px/30px Tahoma;
	width: 100%;
	overflow: hidden;
}

.indentmenu ul{
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	width: 100%; 
	border-top: none;
	border-bottom: none;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	padding: 0px 20px;
	text-decoration: none;
	border-left: 1px solid #999999;
}


.indentmenu ul li a:hover{
	color: white;
	background:url(images/MainNavHoverBg.jpg) center center repeat-x;
}

.indentmenu ul li .current{
	background:url(images/MainNavActiverBg.jpg) repeat-x;
}

/*-------------------------------*/

#contentContainer{
	width: 1100px;
	padding:0;
	min-height:450px;
}

#bottomLeftCol{
	font-family:Tahoma, Arial;
	font-size:14px;
	color:#999999;
	width:250px;
	padding: 30px 0 0 20px;
	float:left;
	display:inline;
}

#sideNav{
	list-style:none;
	width: 250px;
	font-family:Tahoma, Arial;
	font-size:14px;
	color:#999999;
}

#sideNav ul{
	list-style:none;
	margin: 20px;
	padding:0;	
}

#sideNav ul il{
	display: block;
}

#sideNav ul li a{
	display: block;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size:14px;
	color: #999999;
	margin: 0;
	padding:0 0 0 15px;
	text-decoration:none;
	line-height: 30px;
}

#sideNav ul li a:hover{
	display: block;
	text-align: left;
	font-family: Tahoma, Arial;
	font-size:14px;
	color: #999999;
	margin: 0;
	padding:0 0 0 15px;
	text-decoration:underline;
}

#sideNav ul li .current{
	background:url(images/vertActive.jpg) no-repeat;
	color:white;
	font-weight:bold;
}

/*-------------------------------------------*/


#bottomRightCol{
	width: 650px;
	padding: 20px 0 0 50px;
	margin: 0 0 0 270px;
}

#bottomRightCol p{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

#bottomRightCol a{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#669900;
	line-height: 20px;
	text-decoration:none;
}

#bottomRightCol a:hover{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#669900;
	line-height: 20px;
	text-decoration:underline;
}

table{
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#333333;
	line-height: 20px;
}

td{
	border-color: #cccccc;
    border-width: 0 0 1px 0;
    border-style: solid;
}


#bottomRightCol h1{
	font-family: Tahoma, Arial;
	font-size: 16px;
	color:#003366;
}

#bottomRightCol ul li{
	list-style:disc;
	font-family: Tahoma, Arial;
	font-size: 12px;
	color:#333333;
	line-height:20px;
}

/*----------------------*/

#footerHolder{
	margin: 0 0 0 250px;
	width: 700px;
}

#footer{
	display:inline;
}

#footer ul{
	list-style:none;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	list-style:none;
	display: inline;
	padding: 0 15px;
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#999999;
	text-decoration:none;
	border-right: 1px solid #999999;
}

#footer ul li a:hover{
	list-style:none;
	display: inline;
	padding: 0 15px;
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#999999;
	text-decoration:underline;
	border-right: 1px solid #999999;
}

#copyArea{
	margin: 0 0 0 250px;
	width: 700px;
}

#copyArea h2{
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}

#copyArea h2 a{
	text-decoration:none;
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}

#copyArea h2 a:hover{
	text-decoration:underline;
	font-family:Tahoma, Arial;
	font-size:10px;
	color:#999999;
	text-align: center;
	font-weight:normal;
}






