body {
	/*background-color: #333333;*/
	background-color: #003333;
	color: #003333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

a:link {
	text-decoration: none;
	color: #006633;
}

a:visited {
	text-decoration: none;
	color: #666666;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

#main_content{
	min-width:200px;
	max-width:756px;
	min-height:
	border-width:0;
	padding:3px;
	margin:10px auto 10px auto;
	background-color:#eee;
}

#navcontainer { }
#navcontainer a {
	text-decoration: none;
}

#navcontainer ul{
	margin: 0;
	list-style-type: none;
	position: relative;
	color: #A8AF85;
	border-width:0;
	background-color: #1D3B53;
	padding: 5px 0;;
	text-align:right;
}

#navcontainer li {
	display: inline;
	font-weight:bold;
	margin: 0;
}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited{
	color: #ADCFD1;
	padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus{
	color: white;
}

img{
	border-width:0;
}


.pageTitle {
	background-color: #CCCCCC;
	color: #336699;
	font-size: 120%;
	padding:10px;
	margin-top:3px;
	margin-bottom:3px;
}

.iframe{
	height:440px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.content{
	height:420px;
	margin:0 0 0 0;
	padding:10px;
	overflow:auto;
}

/*links page*/
.links li{
	margin: 10px;
}

/*contacts page*/
.contact{
	margin-left:10%;
	margin-top: 15px;
	margin-bottom:7px;
}

.contactCategory{
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.5em;
}

.contactDetails{

}
