@charset "utf-8";

html {
	margin:0px;
	padding:0px;
	
}
body {
	background:url(../images2/SiteBG3.png) repeat-x;
	padding:0px;
	margin:0px;
}

p span{
	color:#FCF3A4;
}

a {
	color:#0CF;
	
}

table {
	margin:0px;
	padding:0px;
}

img {
	border:none;
}



.MainContainer {
	background:url(../images2/MainContainerBG3.jpg) no-repeat;
	width:1000px;
	height:800px;
	margin-left:auto;
	margin-right:auto;

}

	
.TopNavContainer {
	position:relative;
	top:210px;
	height:40px;
	color:#EFE1BA;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	

	
}


.TopNavSelected {
	color:#FEF28E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	text-align:center;
	font-weight: bold;
	
}

.TopNavUnselected {
	color:#EFE1BA;
	text-align:center;
	font-weight: bold;


}

.TopNavContainer a:link{
	text-decoration:none;
	color:#EFE1BA;
	text-align:center;
	font-weight: bold

}

.TopNavContainer a:hover{
	text-decoration:underline;
}

.TopNavContainer a:visited {
	color:#EFE1BA;
	text-decoration:none;
}

.TopNavContainer a:active {
	text-decoration:none;
}

.NonMatureSubmenu {
	position:absolute;
	top:47px;
	left:420px;
	width:400px;
	text-align:center;

}


.NonMatureSubmenuSelected {
	color:#FEF28E;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	text-align:center;
	
}

.NonMatureSubmenu a:link {
	color:#EFE1BA;
	font-family:Verdana, Geneva, sans-serif;
	font-size:17px;
	text-align:center;
	font-weight: normal;

}

.MainContentContainer {
	position:relative;
	top:300px;

	
}
.LeftNavContainer {
	
	float:left;
	width:200px;
	height:480px;
}

.ContentContainer {
	float:left;
	width:680px;
	height:490px;
	padding:12px 30px 5px 5px;
	;
	color:#B86030;
	font-family:Verdana, Geneva, sans-serif;
	font-size:22px;
	text-align:justify;
	margin-right: 0px;
	margin-left: 0px;
	overflow:auto;
	line-height: 30px;
}
.ContentContainer span {
	color:#F33;
	font-size:24px;
}
.RightContactInfo {
	float:left;
	width:230px;
	height:360px;
	margin-left:30px;
	color:#EFE1BA;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}

.RightContactInfo a:link{
	color:#B86030;

}

.RightContactInfo a:hover{
	text-decoration:none;
	
}
.RegistrationMenuContainer {
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.RegistrationMenuIandO {
	background-color:#2E2926;
	height:65px;
	width:26%;
	float:left;
	text-align:center;
}

.RegistrationMenuCompany {
	background-color:#2E2926;
	height:65px;
	width:42.5%;
	float:left;
	text-align:center;
}

.RegistrationMenuSpacer {
	text-align:center;
	height:65px;
	width:2%;
	float:left;
	padding-top:15px;
}

.RegistrationMenuContainer a {
	text-decoration:none;
	color:#EFE1BA;
}

.RegistrationMenuContainer a:hover {
	text-decoration:underline;
	background-color:#3E3634;
	
}

.RegistrationMenuContainer span {
	color:#EFE1BA;
	font-size:12px;
}

.Important {
	color:#FEF272;
	text-align:center;
}

.BackNext {
	color:#FEF28E;
}

.Footer {
	width:100%;
	height:32px;
	color:#AFA487;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
	padding-top:5px;
	background-color:#2E2926;
	position:absolute;
	top:900px;
}

.IndividualButton {
	display:block;
	width:150px;
	height:60px;
	background-image:url(../images2/Buttons.png);
	background-position:top;
	text-indent:-9999px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	
	
	

}

a.IndividualButton:hover {
	background-position:center;
}

a.IndividualButton:active {
	background-position:bottom;
}

.CompanyButton {
	display:block;
	width:150px;
	height:60px;
	background-image:url(../images2/cButtons.png);
	background-position:top;
	text-indent:-9999px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	
	

}

a.CompanyButton:hover {
	background-position:center;
}

a.CompanyButton:active {
	background-position:bottom;
}

.OtherButton {
	display:block;
	width:150px;
	height:60px;
	background-image:url(../images2/oButtons.png);
	background-position:top;
	text-indent:-9999px;
	margin-right:20px;
	margin-left:20px;
	float:left;
	
	

}

a.OtherButton:hover {
	background-position:center;
}

a.OtherButton:active {
	background-position:bottom;
}

