/******************* Classes **********************/
.copy_right {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.copy_right p {
	font-size: 12px;
}

/******************* Generic Selectors **********************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background:  url(../images/mainbg.jpg) no-repeat;
	background-color: #849CB1;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
form {
	position: relative;
	left: 5px;
}
legend {
	font-weight: bold;
	padding: 10px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 95%;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	left: 10px;	
	width: 95%;
} 
h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	width: 95%;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;	
}
input {
	position: relative;
	left: 30px;
}
li {
	list-style-type: none;
	line-height: 150%;	
}
p {
	width: 80%;
	font-size: 14px;
}
table {
	padding-top: 10px;
	padding-left: 40px;
}
td p {
	width: 60%;
	font-size: 14px;
}

/************************ ID's *************************/
#copy_right_owner {
	position: relative;
	float: left;
	width: 300px;
	padding-top: 10px;
	z-index: 5;
}
#design_by {
	position: relative;
	padding-top: 10px;
	left: 20px;
}
#footer {
   width: 780px;
	margin-top: 40px;
	padding-top: 10px;
	padding-left: 20px;
	border-top: 1px solid #000;
	clear: both;
}
#footer .btn_text {
	font-size: 14px;
}
#footer a {
	text-decoration: underline;
}
#header {
	position: relative;
	width: 800px;
	height: 145px;
}
#hdr_logo {
	position: absolute;
}
#hdr_img1 {
	background:  url(../images/header.jpg) no-repeat;
	position: absolute;
   left: 255px;
	width: 545px;
	height: 145px;
}
#main {
	position: relative;
	top: 0;
	padding-top: 30px;
	padding-left: 30px;
	width: 770px;
	/* There are height overides in each file for main to force minimum height for each page. */
}
#main img {
	margin: 10px;
	border-style: none;
}
#main li {
   position: relative;
   left: 50px;
	font-size: 14px;
}
#main ol {
   float: left;
	display: inline;
	width: 21%;
	margin: 10px 0 10px 0;
   padding: 0;
}
#main a:link {
   font-weight: normal; 
 	color: #1D2936;
	text-decoration: underline;
} 
#main a:visited { 
	font-weight: normal;
	color: #039;
	text-decoration: underline;
} 
#main a:hover, #main a:active {
	font-weight: normal; 
   color:#425E66;
	text-decoration: underline; 
} 
#navbar {
   background: url(../images/navbar.jpg) no-repeat;
	position: relative;
	width: 790px;
	height: 25px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding-top: 5px;
	padding-left: 10px;
}
#navbar a {
	margin: 0 0 0 5px;
}

#proj_main img {
	height: 50px;
}

/******************* Pseudo Classes *********************/
a:link {
   font-weight: bold; 
 	color: #1D2936;
	text-decoration: none;
} 
a:visited { 
	font-weight: bold;
	color: #039;
	text-decoration: none;
} 
a:hover, a:active { 
   color:#425E66;
	text-decoration: underline; 
} 
