

body,div,p,img,form,h1,h2,h3,h4,h5,h6 { 
    margin: 0; 
    padding: 0; 
    border: 0;
}

ul {
	padding-left: 2em;	
}

body {
	/* BG-Color: */
	background-color: #fff;
	text-align: center;
	margin-top: 2em;
}

.page {
	/* Page width: */
	width: 60%;
}


#contentbox {
	background-color: #fff;                
	margin: 0 auto;
	text-align: left;
	width: 850px;
}

#logo {
	width: 870px;
	margin: 0 auto;
	letter-spacing: -0.01em;
	
}

#padding {
	
}

#innerpage {
	/* Background image: */
	background:#FFFFFF;
	padding: 1em;
	height: 28em;

}
#innerpage.b2 {

	background-image: url("images/background2.jpg");

}
#innerpage.b3 {
	/* Background image: */
	background-image: url("images/background3.jpg");

}
#innerpage.b4 {
	/* Background image: */
	background-image: url("images/background4.jpg");
	

}

#innerpage.b5 {
	/* Background image: */
	background-image: url("images/background5.jpg");

	

}
#innerpage.b7 {

	background-image: url("images/background1.jpg");

}

#innerpage.b8 {

	background-image: url("images/background7.gif");

}
/*
 Styles that apply to the 
 content area:
*/

#content {
	background-color: #ffffff; 
	filter: Alpha(opacity=90); 
	opacity: .9; 
	float: left; 
	width: 62em; 
	height: 34.5em;
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	overflow: auto;
}

#content p {
	font-size: 1em;
}

/* heading */
#content h1 {
	font-size: 1.3em;
	font-family: Trebuchet MS;
	margin-top: 0.2em;
	margin-bottom: 0.3em;
	color: #05b7e4;
}

/* link colors */
#content a:link {
	font-size: 1em;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-decoration:none;
	color: #333;
}

#content a:hover, #content a:active {
	font-size: 1em;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-decoration:none;
	color: #ccc;
}

#content a:visited {
	font-size: 1em;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-decoration:none;
	color: #05b7e4;
}
#styletwo{margin:0 auto;width:850px;position:relative;display:block;height:30px;font-size:12px; text-transform:uppercase; font-weight:bold;background:transparent url(images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{display:block;float:left;color:#fff;text-decoration:none;padding:6px 8px 0 8px;height:30px;}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#333;background:transparent url(images/bgON.gif) repeat-x top left;}

form {
	margin:10px 0px; 
	padding: 10px 0 0 10px;
	border: 1px solid #05b7e4; 
	background:url(images/box2.jpg) repeat-x top;
}
fieldset {
	margin: 0;	padding: 0;
	border: none;
}
legend {
	display: none;
}
label {
color:#333;
	display:block;
	font-weight:bold;
	margin: 7px 0;
}
input {
	padding:3px;
	border: 1px solid #05b7e4; 
	font: bold 0.8em Verdana, sans-serif;
	color:#333;	
}
textarea {
	width:420px;
	padding:3px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #05b7e4; 
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	padding: 2px 3px; 
	color: #05b7e4;
	background-color:#FFFFFF;
	border: 1px solid #05b7e4;
}


