body {
	margin: 1px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444A12;
		
}




h1, h2, h3, h5, h6 {
	color: #06A7CF;
	margin-top: 23px;
	margin-left: 10px;
	text-align: left;
	font-size: 18pt;
}




h4,  {
	color: #06A7CF;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 13pt;
}


a {
	color: #D6D9DB;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #F3E471;
}

.box {
	
	background: url(../img/img07.gif) repeat-x left bottom;
	margin: 0 auto;
}

.bottom {
	display: block;
	margin: 0 auto;
	height:0 auto;
	background: #011E5F;
}



/* Header */

#header {
	width: 830px;
	height: 20px;
	margin: 0 auto;
	background: #011E5F;
	border-bottom: 1px solid #011E5F;
}


/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	background: url(../img/img02.jpg) no-repeat;
}



#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	text-transform: lowercase;
	text-decoration: none;
		font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: #A4B74C url(../img/img04.gif) repeat-x;
}


/* Content */

#content {
	width: 830px;
	margin: 0 auto;
	background: #FFFFFF url(../img/line.jpg) repeat-y ;
	margin-top: -4px;
}

#colOne {
	float: left;
	width: 185px;
	
	}


#colOne ul {
	margin-top: 0px;
	margin-left: 0;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 10px;
	list-style: none;
}


#colOne li {
    padding-left: 18px;
    background: url(../img/dot.jpg) 0em 0.1em no-repeat;
    margin-bottom: 0em;
}

#colOne li.first {
	
	border: none;
}

#colTwo {
	float: right;
	width: 630px;
	height: auto;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	
}






/* Footer */

#footer {
	clear: both;
	width: 830px;
	height: 20px;
	margin: 0 auto;
	background: url(../img/img08.jpg);
	border-bottom: 1px solid #FFFFFF;
}


p {
margin-top:5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottm:10px;
	
}