

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: 5em;
}

.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-image: url("images/background1.jpg");
	background-repeat: no-repeat;
	padding: 1em;
	height: 28em;
}
#innerpage2 {
	/* Background image: */
	background-image: url("images/background1.jpg");
	background-repeat: no-repeat;
	padding-top: 1em;
	height: 28em;
}
#innerpage3 {
	/* Background image: */
	background-image: url("images/background1.jpg");
	background-repeat: no-repeat;
	padding-top: 1em;
	height: 28em;
}

/*
 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: 0.9em;
}

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

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

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

#content a:visited {
	font-size: 1em;
	font-weight:bold;
	font-family: Trebuchet MS;
	text-decoration:none;
	color: #5cadd8;
}
#styletwo{margin:0 auto;width:850px;position:relative;display:block;height:30px;font-size:13px;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 20px 0 20px;height:30px;}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#330066;background:transparent url(images/bgON.gif) repeat-x top left;}

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


