/* CSS Document */


body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #FFFFFF; /*  #9D9Fa2;*/

	}

.title		{ COLOR: #A9181C; FONT: bold 14px Arial, Helvetica, sans-serif}

a:link		{ color: #666666; text-decoration: none }

a:visited	{ color: #666666; text-decoration: none }

a:active	{ color: #666666; text-decoration: none }

a:hover		{ color: #999999}

.just 		{text-align: justify; COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif}

.copyright	{ COLOR: #000033; FONT: 10px geneva, verdana, arial, sans-serif }

.smalltitle 	{ COLOR: #CCCCCC; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.subtitle	{ COLOR: #3949A5; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }



 /* START THE CODE FOR THE MENUS */


#contentbox{
	text-align:center;
}
			
#MainDiv {
	position: relative;
	background-color: #FFFFFF; /*  #9D9Fa2;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-position: center;
	width: 605px;
	text-align: center;
	
}

#Header {
	overflow: visible;
	position: relative;
	background-color: #FFFFFF; /*  #9D9Fa2;*/
	font-weight:bold;
	font-size:14px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 600px;
}				
	



#Footer {
	overflow: visible;
	position: relative;
	text-align: center;
	background-color: #FFFFFF; /*  #9D9Fa2;*/
	width: 775px;
	height: 48px;
	font-size:11pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border: 1px solid 9D9FA2;



}

#menudiv{
	height:75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
}

#submenudiv{
	height:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	color: #666666;
}

.mainmenufont {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	vertical-align: middle;
	
}

.submenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	vertical-align: middle;

}

.largefrontmenu a{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:14px;
}

.largefrontmenu a:hover{
	color:#660000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

img.float-left {/* image element float */
  float: left;
  margin: 0 0.2em 0 0;
}

img.float-right {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 8px;

}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
.whitebox {
	background-color: #FFFFFF;
	align: center;


}

.MCFooter {
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	width: 775px;
	height: 15px;
	vertical-align: middle;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;


}
.MCtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: 660000;
	background-color: #FFFFFF; /*  #9D9Fa2;*/
	text-align: center;


}

