/* CSS Document */

body {
	width: 100%;
	margin: 0px;
	color:#CCFFFF;
	font: 100% verdana, sans-serif, arial;
	background-color:#032c48;
	background-image:url(page.png);
	background-repeat:repeat-x;
}
a:active, a:focus, a:link, a:visited, a:hover {
color:#00FFFF;
outline: none;
border: none;
}


input,textarea {
	background-color:#032C48;
	padding:2px;
	border:solid 1px #CCCCCC;
	color:#CCCCCC;
}
.noborder {
	border: none;
}
.header {
	background-image:url(logo/background.png);
	background-repeat:repeat;
	background-color:#041014;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	border:1px solid #032C48;
	height:230px;
}
.logo {
	border:none;
	width:600px;
	height:230px;
}
.maincontent {
	margin-left:auto;
	margin-right:auto;
	width:860px;
	padding:20px;
	background-color:#093D5E;
	background-image:url(content.png);
	background-repeat:repeat-y;
	min-height:500px;
	border-left:1px solid #032C48;
	border-right:1px solid #032C48;
}
/* for Internet Explorer */
/*\*/
* html .content {
height: 500px;
}
/**/

.myphoto {
	float:left;
	margin-top:10px;
	margin-right:30px;
	margin-bottom:10px;
	width:175px;
	height:154px;
}
.footer {
	background-image:url(footer.png);
	background-repeat:repeat-y;
	background-color:#083653;
	border-left:1px solid #032C48;
	border-right:1px solid #032C48;
	margin-left:auto;
	margin-right:auto;
	width:840px;
	height:40px;
	padding:30px;
}
.introduction {
	background-color:#021a2b;
	background-image:url(introduction.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	padding-left:20px;
	padding-top:15px;
	padding-right:20px;
	height:100px;
}
.hiddenstyles {
	background-color:#083653;
	background-image:url(introduction.png);
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:14px;
	padding:10px;

}
.sections {
	font-size:14px;
	position:relative;
	top:-6px;
}