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

body {
	background-image:url(../site_images/background.jpg);
	background-repeat:repeat-x;
	background-color:#cfd9da;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#003366;
}

a {
	text-decoration:none;
	color:#003366;
}

a:hover {
	text-decoration:underline;
	color:#006699;
}


#menu, #menu a
{
	font-size:12px;
	color:#FFFF33;
	height:35px;
	text-decoration:none;
}

#menu a:hover
{
	color:#FFFFFF
	text-decoration:underline;
}

#main
{
	text-align:center;
	background-image:url(../site_images/body.png);
	background-repeat:repeat-y;
}

#footer
{
	background-image:url(../site_images/footer.png);
	background-repeat:no-repeat;
	padding:5px;
	color:#FFFFFF
}

#mainArea
{
	/* background-image:url(../images/Untitled-2_03.jpg); */
	background-color:#a3adb6;
	background-repeat:no-repeat;
	/* background-color:#fef2f2; */
	width: 779px; 
	height: 699px;
	text-align:center;
}
#mainAreaDiv
{
	padding:10px;
	width: 100%; 
	/*height: 650px;*/
	text-align:center;
	
}
#headerArea
{
	width: 824px; 
}
#menuArea
{
	height: 38px;
	background-image:url(../images/menuarea.jpg);
	width: 824px; 
}
#footerArea
{
	background-image:url(../images/Untitled-2_05.jpg);
	background-repeat:no-repeat;
	width: 824px ;
	height: 62px;
	text-align:center;
	font-size:12px;
	padding-bottom:10px;
}
#leftArea
{
	/*background-image:url(../images/Untitled-2_02.jpg);*/
	background-repeat:no-repeat;
	/*background-color:#FFFFFF;*/
	width: 22px;
	height 699px;
}
#leftRepeatArea
{
	/*background-image:url(../images/Left_tile.jpg);*/
	background-repeat:repeat-y;
	height:auto;
}
#rightArea
{
	/*background-image:url(../images/Untitled-2_04.jpg);*/
	background-repeat:no-repeat;
	/*background-color:#FFFFFF; */
	width: 23px;
	height: 699px;
}
#rightRepeatArea
{
	/*background-image:url(../images/Right_tile.jpg);*/
	background-repeat:repeat-y;
	height:auto;
}
.navigation
{
	text-align:center;
	font-weight:bold;
	padding-bottom:10px;
	height: 25px;
}
.navigation a {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFCC;
	text-decoration: none;
	font-weight : bold;
}
.navigation a:active {
	font-family: Verdana;
	font-size: 9px;
	color: #FFFFCC;
}
.navigation a:visited {
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFCC;
}
.navigation a:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	color: White;
}

h1 {
	font-size:18px;
}

h4 {
	font-size:14px;
}

hr.small {
	width:180px;
	border:dotted medium #000000;
	display:block;
}

ul.features
{
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
	text-align:left;
	list-style: disc;
	margin: 0; 
	padding: 0;
}
ul.features li
{
	margin-left: 20px; 
}

.important
{
	font-weight:bold;
	text-decoration:underline;
	color:#000000
}

.generalsmall
{
	font-size:10px;
}
/* OLD STYLES */

.text4{
	font-family: Arial, Helvetica, sans-serif;
	color: #996600;
	font-size : 11;
	font-weight : normal;
}

.texth {
	font-family: Verdana;
	font-size: 10px;
	color: #003366;
}



.text {
	font-family: Verdana;
	font-size: 11px;
	color: #003366;
}