@charset "utf-8";
/* CSS Document */

body {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#217FF4;
	
}

#mainContainer {
	width:800px;
	height: inherit;
	margin-right:auto;
	margin-left:auto;
	padding: 10px;
}

#logo {
	width:196px;
	height:400px;
	float:left;
	padding-top: 50px;
}

#logotext {
	width:97%;
	height:200px;
	float:left;
	padding-right:6px;
}

#headerImg {
	width:600px;
	height:450px;
	float:right;	
}

#menuSideBar {
	width:120px;
	height:400px;
	float:left;
	padding-left:40px;
}

#content {
	width:500px;
	height:inherit;
	float:none;
	margin-left: 250px;
	margin-right:auto;
}

#footer {
	width:100%;
	height:auto;
	float:left;
	clear:both;
}

#footer2 {
	width:100%;
	height:auto;
	float:left;
	clear:both;
	font-size:12px;
}

#fert {
	padding-top:15px;
}

.bold {
	font-weight:bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
}
