/* Layout Stylesheet */ 
* { 
margin: 0; 
padding: 0; 
}
body{
 margin: 0;
 padding:0;     
 background: #999999 repeat-x;
 }
	 
#hdr{
	width: 650px;
	margin-left: 20%;
	height: 200px;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(graphics/bground_shadow.jpg);
	background-position: center top;
 }
 #form{
	width: 300px;
	margin-left: 170px;
 
 
 }
 
     
#lh-col{
	width: 470px;
	float: left;
	color: #333333;
	text-align: left;
	height: 100%;
	overflow: hidden;
	clear: both;
	margin-top: 10px;
	padding-left: 30px;
 }

#rh-col{
	width: 111px;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	height: 70px;
	overflow: hidden;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
 }
 
 #ftr{
	width: 650px;
	margin-left: 20%;
	overflow: hidden;
	background-color: #FFFFFF;
	height: 130px;
	background-image: url(graphics/bg_footer.jpg);
	clear: both;
	padding-top: 0px;
 }
 #ftrinsert{
	width: 600px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	margin-left: 52px;
	padding-top: 10px;
	color: #999999;
	line-height: 20px;
	padding-right: 20px;
 
 }
#mainshell{
	width: 650px;
	margin-left: 20%;
	background-repeat: repeat-y;
	overflow: hidden;
	background-color: #FFFFFF;
	height: 100%;
	background-image: url(graphics/bground_shadow.jpg);
	clear: left;
	padding-top: 0px;
	float: none;
}


#top{
	width: 550px;
	padding-left: 65px;
	padding-right: 50px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #333333;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 24px;
}
p {
	line-height: 24px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	padding-right: 25px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding-bottom: 30px;
	padding-top: 15px;
	color: #666666;
}
a.body:link{
	color: #666666;
	background-color: #CCCCCC;
	text-decoration: none;
}

a.body:visited{
	color: #666666;
	background-color: #CCCCCC;
}

a.body:hover{
	color: #FFFFFF;
	background-color: #CC0000;
}

a.footer:link{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}

a.footer:visited{
	color: #FFFFFF;
}

a.footer:hover{
	color: #FFFFFF;
	background-color: #990000;
}
#navcontainer ul
{
	color: White;
	width: 610px;
	font-family: arial, helvetica, sans-serif;
	float: left;
	padding-left: 28px;
}

#navcontainer ul li {
	display: inline;
	width: 600px;
}

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	padding-right: 41px;
	padding-left: 51px;
	font-weight: bold;
	background-color: #003366;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 2px;
	padding-bottom: 2px;
}

#navcontainer ul li a:hover
{
	color: #FFFFFF;
	background-color: #990000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	line-height: 24px;
	background-color: #66CC99;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	padding-bottom: 30px;
	padding-top: 30px;
}
.pic{
	text-align: center;

}
a.cont:link{
	color: #003399;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

a.cont:visited{
	color: #000099;
}

a.cont:hover{
	color: #333333;
	font-weight: bold;
}

a.ftr:link{
	color: #999999;
	text-decoration: none;
	font-size: 10px;
}

a.ftr:visited{
	color: #999999;
}

a.ftr:hover{
	color: #333333;
	text-decoration: underline;
}
label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 150px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
}
