@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background:#cfe1ed url(images/bg.jpg) repeat-x;
}



h1 {
	font-size: 2.0em;color:#fff;margin-top:10px;
	
}

h2 {
	font-size: 1.4em;color:#666;margin-top:10px;
}

h3 {
	font-size: 1.em;
}

#container { 
	width: 780px; 
	margin: 0 auto; 
	text-align: left;
	height:auto;

} 


#header{

width:780px;
height:100px;
z-index:1000;
background:url(images/bg.jpg) repeat-x;
border-bottom:10px solid #999;
text-align:center;
paddig:0;margin:0;
float:left;
}


#content{

width:780px;float:left;
min-height:800px;
font-size:12px;
background:url(images/content.jpg) repeat-y;
}

#leftcontent a {
color: #6699cc;
text-decoration: underline;
}
#leftcontent a:hover {
color: #6699cc;
border-bottom: 1px dotted #6699cc;
text-decoration: none;

}

#leftcontent{
width:600px;
float:right;
min-height:700px;
padding-right:10px;
}

#rightcontent{
width:155px;
float:left;
height:auto;
padding-left:5px;
padding-top:10px;
}


#rightcontent ul{
width:160px;
list-style:none;
margin:0px;
padding:0px;
}


#rightcontent ul li{
width:160px;
height:auto;
list-style:none;
margin:0px;
padding:0px;
display:block;
}

#rightcontent ul li a{

	width:160px;
	height:auto;
	display:block;
	color:#333;
	font-weight:normal;
	text-decoration:none;
	font-size:1.1em;
	line-height:auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	}
	
#rightcontent ul li a:hover{color:#6699cc; text-decoration:none;}

#rightcontent ul li.home{
	width:160px;
	display:block;
	color:#6699cc;
	text-decoration:underline;
	font-size:14px;
	line-height: auto;
padding-bottom: 10px;
}

#footer{
width:780px;
height:40px;
text-align:center;
padding-top:10px;
color:#333;
font-size:11px;
border-top:10px solid #999;
background:#cfe1ed;
float:left;
}

#footer a {
color: #333;
text-decoration: underline;
}
#footer a:hover {
color: #6699cc;
border-bottom: 1px dotted #6699cc;
text-decoration: none;

}
#emailsubmit{
	width:240px;
	height:150px;
	margin-left:0px;
	margin-top:60px;
	float:right;
	margin-right: 25px;
	color:#000000;
	font-size:12px;

	text-align: center;
}



.label{	
	float: left;
	width:6em;
	text-align:right;
	clear:left;
	margin-right:0px;


}

.label2{
	clear:left;
	float: left;
	width:35px;
	text-align:right;
}

.label3{
	clear:left;
	float: left;
	width:100px;

		text-align:right;
}


#submit{
	padding-right:10px;
	text-align:center;
	clear:left;
	padding-top:20px;

}

#bodyemailsubmit{
	width:400px;
	height:150px;
	float:left;
	color:#3366CC;
	font-size:12px;
	border: 4px dashed #6699cc;
	text-align: center;
	margin-left:100px;
	padding:10px;
	background:#F0F0F0;
}
