/* CSS Document */
/* ŠJerry Harper / NoteGraphics 2007 */


/***********************************************************************************************/
/**************************         COMMON ELEMENTS - START         ****************************/
/***********************************************************************************************/
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #38529C;
	font-weight: bold;
}
#centerwrapper{
	margin: 10px auto 0 auto;
	text-align: left;
	width: 790px;
	height: 680px;
	position: relative;
	border: solid #FFFFFF 1px;
}
#topbanner{
	width: 790px;
	height: 120px;
}
#navigation {
	position: absolute;
	width: 790px;
	height: 25px;
	top: 121px;
	border-bottom: solid #FFFFFF 2px;
	border-top: solid #FFFFFF 2px;
	background-color: #2B3D74;
	font-size: 0.8em;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;   
}
#navigation li a {
	display: block;
	width: 157px;
	height: 20px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
	border-right: solid #FFFFFF 1px;
	text-decoration: none;
	background-color: #2B3D74;
}
#navigation li a:hover {
	color: #2B3D74;
	background-color: #FFFFFF;
	height: 20px;
}
/***********************************************************************************************/
/**************************           COMMON ELEMENTS - END         ****************************/
/***********************************************************************************************/

/***********************************************************************************************/
/**************************                  CLASSES                ****************************/
/***********************************************************************************************/
.inlinelink a{
	color: #FFFFFF;
	text-decoration: none;
}
.inlinelink a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
/***********************************************************************************************/
/**************************           PAGE ELEMENTS - START         ****************************/
/***********************************************************************************************/
#leftblock{
	position:absolute;
	height: 338px;
	width: 200px;
	top: 160px;
	border: solid #667bb8 1px;
	margin: 15px 0 0 10px;
	padding: 5px;
	font-size: 0.7em;
}
#mainblock{
	position:absolute;
	height: 338px;
	width: 532px;
	top: 160px;
	left: 224px;
	border: solid #667bb8 1px;
	margin: 15px 0 0 10px;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.5em;
	text-align: justify;
}
#bottomblock{
	position:absolute;
	height: 125px;
	width: 756px;
	top: 518px;
	border: solid #FFFFFF 1px;
	margin: 15px 0 0 10px;
	padding: 5px;
	background-color: #FFFFFF;	
}
#logo1{
	position:absolute;
	height: 125px;
	width: 125px;
}
#logo2{
	position:absolute;
	height: 125px;
	width: 125px;
	left: 159px;
}
#logo3{
	position:absolute;
	height: 125px;
	width: 130px;
	left: 318px;
}
#logo4{
	position:absolute;
	height: 125px;
	width: 125px;
	left: 479px;
}
#logo5{
	position:absolute;
	height: 125px;
	width: 125px;
	left: 637px;
}
/***********************************************************************************************/
/**************************            PAGE ELEMENTS - END          ****************************/
/***********************************************************************************************/
