* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000;
	color: #caddf8;
}
#container { 
	width: 900px;  
	margin: 0 auto; 
} 
#header { 
	height:319px;
	width:900px; 
} 
#logo h1 {
	
	margin:0px 0;
	padding:5px 0 10px 90px;
	color:#FFFFFF;
	font-size:25px;
	padding:15px 0 0 100px;
	
}


#logo{height:66px;
	  background:url(images/logo.png) no-repeat  30px top;
	  }

#headerPic {
	width:900px;
	height:200px;
	background: #000 url(images/headerPic.png) no-repeat left top;
}
.headerlist {
	padding:10px;

}
#headerPic li {
	list-style:none;
	margin:16px 0 0 40px;
	width:230px;
	
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 585px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar1 p {
	margin:10px 0 15px 0;
}

#sidebar1 ul{
list-style-type:circle;
margin:10px 5px;
}

#sidebar1 ul li{margin:15px 0 0 0;}
				



#sidebar1 h1,#about h1 {
	margin:5px 0px;
	font-size:24px;
	color:#dceafe;
}

#sidebar1 h3 {
	margin:15px 0px;
	font-size:13px;
	color:#dceafe;
}


#sidebar1 span, #mainContent span, #about span {
	font-size:12px;
	color:#527ecf;
}
#sidebar1 b {
	color:#ecbc7c;
}
#sidebar1 a {
	color:#ecbc7c;
	
}

#mainContent { 
	margin: 0 0 0 590px; 
} 


#mainContent h1{
	margin:5px 0 0 20px;
	font-size:24px;
	color:#dceafe;
}

#mainContent ul {
	margin:10px 20px;
}
#mainContent li {
	height:25px;
	list-style:none;
	margin:2px 0;
	background:url(images/pList1.jpg) no-repeat left 1px;
	padding-left:29px;
	padding-top:5px;
	border:solid 0px #CCCCCC;
}

#mainContent li a{ font-size:12px;color:#c0d6fb; text-decoration:none;}

#mainContent li a:hover{color:#c0d6fb; text-decoration:underline;}


#footer {
	background:#2d394a;
	height:25px;
	text-align:center;
	padding-top:8px;
}

#footer a {
	color:#caddf8;
	text-decoration:none;
} 

#footer a:hover {
text-decoration:underline;
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottom1 {
margin:10px 5px;
	padding:20px 5px;
	width:280px;
	height:115px;
	float:left;
	background:#c7c7c7;
	color:#565555;
}
#bottom1 p {
	margin:5px 10px;
}

.read{float:right;
		width:75px;
		height:20px;
		margin:10px 2px 0 0;
		}
.read a {text-decoration:none;
		  color:#000000;
		  }

.read a:hover {text-decoration:underline;
		  color:#000000;
		  }

/*begin main menu*/
#navcontainer {
	background:url(images/menuBackground.jpg) no-repeat left top;
	width:900px;
	height:40px;
	text-align:center;
	padding-top:6px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	padding-top:3px;
	white-space: nowrap;
	float:left;
}

#navlist li {
	display: inline;
	list-style-type: none;
	border-right:#fff solid 1px;
}

#navlist a { 
	padding: 10px 10px 0 20px; 
	color:#ffffff; 
	font-size:16px; 
	
}

#navlist a:link, #navlist a:visited {
	color: #fff;
	text-decoration: none;
}

#navlist a:hover {
	color: #000;
	text-decoration: none;
	background:url(images/activeButto.jpg) no-repeat left 3px;
	
}
#navlist #active a {
	color: #ecbc7c;
	text-decoration: none;
	background:url(images/activeButton.jpg) no-repeat left 3px;
	padding-left:30px;
}

/*end main menu*/
/* begin border corners*/
.t {background: #283140 url(images/dot.gif) 0 0 repeat-x;}
.b {background:url(images/dot.gif) 0 100% repeat-x}
.l {background:url(images/dot.gif) 0 0 repeat-y}
.r {background:url(images/dot.gif) 100% 0 repeat-y}
.bl {background:url(images/bl.gif) 0 100% no-repeat}
.br {background:url(images/br.gif) 100% 100% no-repeat}
.tl {background:url(images/tl.gif) 0 0 no-repeat}
.tr {background:url(images/tr.gif) 100% 0 no-repeat; padding:1px 20px} 
/* end border corners*/




form{ margin:33px 0 0 0}

input, select { margin:5px 0 5px 42px;
width:250px;
height:20px;
font-family:Tahoma, Geneva, sans-serif; font-size:1em;
}

textarea { width:339px;
height:200px;
margin:5px 0 5px 42px;
overflow:auto;

}
 label{ width:100px}

img {border:0;
vertical-align:top;
text-align:left;
padding:2px ;
border:1px #CCCCCC solid;}
