body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../assets/nav_images/bkgrnd.png);
	background-repeat: repeat-y;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
}
p {
	line-height: 1.25em;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
.bigbluetxt {
	color: #0000FF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-decoration: underline ;
	text-transform: capitalize;
}
.blackital {
	font-style: italic;
	font-weight: bold;
	text-transform: capitalize;
}
.boldblack {
	color: #000000;
	font-weight: bold;
}

.dpredtxt {color: #990000}
.purpletxt {color: #6633FF}
.boldblue {
	color: #0000FF;
	font-weight: bold;
}



.bluetxt {color: #0033FF;
}
.redtxt {color: #FF0000}
.pinktxt {
	color: #CC3366
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #663399;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

/* bof header*/
#header {
	height: 150px;
	width: 800px;
	text-transform: capitalize;
	color: #000000;
	font-weight: bolder;
	background-image: url(../assets/nav_images/header.gif);
	background-repeat: no-repeat;
}



#htext h1 {
	margin-top: 10px;
	margin-left: 10px;
	font-variant: small-caps;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 400px;
}
#htext h2 {
	margin-left: 365px;
	font-size: 17px;
	font-weight: bold;
	text-transform: capitalize;
	text-decoration: none;
	margin-top: 32px;
	width: 250px;
}
#htext h3 {
	margin-right: 10px;
	margin-left: 720px;
	margin-top: -65px;
	margin-bottom: 0px;
}

#tagline {
	padding-top: 1px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	font-style: italic;
	width: 325px;
}
/*eof header*/
/* bof sidebar*/
#sidebar {
	float: left;
	width: 200px;
	margin-top: 10px;
	background-image: url(../assets/nav_images/bg_2.png);
	
}

#sideimg {
	width: 140px;
	margin-left: 40px;
	margin-bottom: 10px;

}
/*eof sidebar*/
/* bof Sidebar navigation*/

.sidenav{
	list-style-image: url(../assets/nav_images/dots.png);
		
}
.sidenav  li{
     
	 margin :5px;
     border-bottom:1px solid #666699;
}
.sidenav  li a{
     color:#000000;
     text-decoration: none;
     display: block;
	 }
.sidenav  li:hover{
	background-image: url(../assets/nav_images/li.png);	 

}

.map{
	list-style-image: url(../assets/nav_images/dots.png);
		
}

/*eof sibebar navigation*/          

/*bof wrapper and main content*/
#wrapper {
	margin-top: 50px;
	width: 800px;
	margin-right: 0px;
	margin-left: 0px;
	
}
#maincontent {
	width: 570px;
	margin-top: 10px;
	margin-left: 210px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.leftFloat{
	float: left;
	margin-right: 20px;
}
.rightFloat{
	float: right;
	border: 1px solid #000000;
	margin-left: 20px;
}


.maincontentli {
	list-style-type: disc;
	line-height: 2em;
	font-family: "Segoe UI";
}
#filler {
	margin-bottom: 624px;
	background-color: #ADD1D0;
}




/*eof wrapper and main content*/

/*bof footer*/
#footer {
	clear:both;
	background-color:#6666FF;
	border-top: 1px solid #FF0000;
	color: #CCCCCC;
	font-style: italic;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.footnav {
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	
}
.footnav li {
	display: inline;
	border-right: 1px solid #000000;
	padding-right: 10px;
	padding-left: 10px;
}

.footnav first {
	margin-left: 100px;
}
/*eof footer*/
.col{
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	line-height: 1.5em;
	}
#col1{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col2 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#col3 {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}
#bottombit {
	clear: right;
	text-align: center;
	padding: 10px;
	}

textarea {
	width: 550px;
}
.label{
	display: block;
	width: 75px;
	margin-top: 0.33em;
 }
.input {
	display: block;
	width: 250px;
	
	 }
