html, body {margin: 0; padding: 0;}
html, body {height: 100%;}

body {
	background-color: #ffffff;
	padding: 0;
	margin: 0px;
	font-family: Verdana;
	color: #000000;
	height: 100%; 
 	background-image: url(images/bgcolorc.jpg);
	background-position: center;
	background-repeat: repeat-y;


}
img {
	border: none;
}
h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin: 20px;	
}
h2 {
	color: #000000;
	font-size: 14px;	
}
a {
	color: #000000;
/*	text-decoration: none; */
	font-size: 11px;
}
a:hover {
	color: #000000;
}

#container {
	width:780px;
/*	height:195px; */
/*	height: 100%; */
	
	margin: auto;


	background-color: #057DF2;	
}
#header {
	padding: 0;
	margin: auto;
	height:70px; 
	background-color: #057DF2;	
	background-image: url(images/top_middle.jpg);
	background-repeat: repeat-x;	
	height: 100%; 

}

#headerLeft {
	width: 310px;
	float: left;
	clear: right;	
	background-image: url(images/top_left.jpg);
	background-repeat: no-repeat;
	padding: 250px 0px 0px 0px;
}

#headerRight {
	width: 470px;
	float: right;
	clear: right;	
	background-image: url(images/top_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 0;

}


#footer {
	height: 50px;
	clear: both;
	float: both;
	color: #FFF;
	font-size: 10px;
	padding-bottom: 0;
	padding-top: 10px;	
	line-height: normal;
	width:780px;
	margin: auto;	
	background-color: #000000;	

}
#footer a {
	color: White;
	text-decoration: none;
}
#footer a:hover {
	color: White;
	text-decoration:underline;
}

#mainform {
	position: static;
	top: 150px;
	left: 20px;
	height: 400px;
	width: 350px;

	color: #000000;
	background-color: #FFFFFF;	
	font-size: 11px;

	padding: 10px 10px 10px 10px;
	border: 4px solid #00A8FF;

}

#righttop1 {
	padding: 43px 0px 0px 0px;
	height: 20px;

	text-align: top;
	color: #ffffff;
	font-size: 11px;
}

#righttop1 a {
	color: #ffffff;
/*	text-decoration: none; */
	font-size: 12px;
	padding-left: 4px;
}

#righttop2 {
	padding: 18px 0px 0px 0px;
	margin: 0px;
	height: 10px;

	text-align: top;
	color: #ffffff;
	font-size: 11px;
/*	font-weight: bold; */
}

#righttop3 {
	padding: 30px 25px 10px 25px;

	text-align: top;
	color: #ffffff;
	font-size: 11px;
	
}

#righttop3.a {
	color: #000000;
	text-decoration: none;
}

#righttop3.a:hover {
	color: #000000;
}


.cssform {
padding-left: 30px;
}

.cssform p{
width: 220px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-bottom: 1px dashed gray;
height: 1%;
}

.cssform label{
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/

}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}




#maintop {
	background-image: url(images/form_top.jpg);
	background-repeat: none-repeat;
	padding: 0;
	width:440px;
	height:20px;
	margin-left:15px;		
}

#main {
	background-image: url(images/form_middl.jpg);
	background-repeat: repeat-y;
	padding:5px 15px 15px 5px;
	width:440px;
/*	height:300px; */
	margin-left:15px;	
	
	font-size: 11px;
}

#mainbot {
	background-image: url(images/form_bot.jpg);
	background-repeat: none-repeat;
	background-position: bottom;
	padding: 0;
	width:440px;
	height:31px;
	margin-left:15px;	
}

#image {
	padding-bottom: 30px;
	width:780px;
	margin: auto;	
	background-color: #057DF2;	
}

#text {
	margin-left: 25px;
	margin-right: 25px;	
	font-size: 12px;		
}


#adLeft {
 padding-left:10px; 

}

#adbottom {
 padding-left:250px;
 padding-bottom:10px;  

}

#bookmark {
 padding-left:300px; 

}

.clear {
clear:both;
}