/* CSS Document */

/*-- Layer Styles (Start)--*/
#page {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 720px;
	height: 4480px
}
#links {
	background-color: #8484FF;
	position: absolute;
	visibility: visible;
	top: 210px;
	left: 10px;
	width: 630px;
	height: 50px;
}	
#emailbox {
	background-color: #BBBBFF;
	position: absolute;
	visibility: visible;
	top: 210px;
	left: 650px;
	width: 60px;
	height: 50px;
}
#header,#content2 {
	background-color: #BBBBFF;
	position: absolute;
	visibility: visible;
}
#header {
	top: 0px;
	width: 700px;
	height: 200px;
	left: 10px
}
#content2 {
	top: 505px;
	left: 10px;
	width: 700px;
	height: 3820px;
}
#content1,#footer {
	background-color: #8484FF;
	position: absolute;
	visibility: visible;
}
#content1 {
	top: 270px;
	left: 10px;
	width: 700px;
	height: 225px;
}	
#footer {
	top: 4335px;
	left: 10px;
	width: 700px;
	height: 135px;
}
#validate {
	position:absolute;
	left:50%;
	bottom:2px
}
/*-- Layer Styles (End)--*/

/*-- Page Setting Styles (Start)--*/
body,td,th {
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	text-align:center;
}
body { background-color: #BBBBFF}
/*-- Page Setting Styles (End)--*/

/*-- My Text Styles (Start)--*/
.MTxt, .TTxt, .BTxt, .FTxt { font-family: Verdana, Arial, Helvetica, sans-serif; }
.TTxt {
	font-size: 18px;
	color: #990033;
	text-decoration: underline;
}
.BTxt {
	font-size: 14px;
	color: #990033;
	text-align:left;
}
.MTxt, .FTxt {
	font-size: 14px;
	text-align:left;
}
.MTxt { color: #2424FF }
.FTxt {
	color: #FFFFFF;
	text-align:left;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
}
h2 { font-size: 16px }
h3 { font-size: 14px }
/*-- Text Styles (End)--*/

/*-- Remove Blue Border for Image links--*/
img{  border-style: none;}
/*-- Menu Change Code --*/
.menu{
	color:#990033; 
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:16px;
}
.menu a{
	width: 100%;
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover { color:#990033 }
/*Non IE rule*/
html>body .menu a { width: auto }
#footer a{color:#FFFFFF;}
#footer a:hover { color:#990033 }
#validate a{ 
	font: 10px Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none;
}
#validate a:hover{ font: 10px Verdana, Arial, Helvetica, sans-serif; }
#validate a:visited{ font: 10px Verdana, Arial, Helvetica, sans-serif; }
