@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
}

#outer {
	position:relative;
	width:100%;
	margin:auto;
	margin-top:2%;
	padding:0px;
}

#header {
	position:relative;
	width:94%;
	/*height:170px;*/
	margin:auto;
}

#footer {
	position:relative;
	width:94%;
	margin:auto;
	min-height:31px;
}

#contactModule 
{
	height:100px;
	position:relative;
	margin-top:55px;
	float:right;	
}

.navBar
{
	margin-top:2%;
	position:relative;
	/*background-color:#9c9c6a;*/
	width:100%;
	height:25px;
	border-bottom: 1px solid #636395;
}

.navBarLink:link, .navBarLink:visited
{
	font-size:0.8em;
	font-weight:bold;
	color:#636395;
	vertical-align:middle;
	margin-left:1%;
}

.navBarLink:hover
{
	font-size:0.8em;
	font-weight:bold;
	color:#9c9c6a;
	vertical-align:middle;
	margin-left:1%;
}

div.box18x18 {
	width:18px;
	height:18px;
}

#content {
	/*background: url('../../images/contentBg.png');*/
	background-repeat:no-repeat;
	max-width:450px;
	min-height:320px;
	padding:10px;
	overflow:hidden;
}

#mainContent {
	/*width:94%;*/
	margin:auto;
	width:100%;
}

#navigation {
	/*width:30%;*/
	/*height:320px;*/
	margin-top:10px;
	float:right;
	margin-right:14px;
}
