body
{
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	color:#333;
	font-size: 12px;
	line-height: 22px;
	margin: 10px 0 20px 0;
	padding: 0 0 0 0;
	background-color: #F2F2EC;
	/*top right bottom left*/
}


/*//FONTS//*/
h1
{
	font-size: 21px;
	font-weight: normal;
	margin:0;
	padding: 0 0 12px 0;
	color: #A50020;
	line-height: 24px;
}
h2
{
	font-size: 16px;
	font-weight: bold;
	margin:0;
	padding: 0 0 6px 0;
	color: #4F4F99;
}

body a
{
	text-decoration: none;
	color:#4F4F99;
}
body a:hover
{
	text-decoration: underline;
	color: #4F4F99;
}
.smallText
{
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}
.red
{
	color: #AB0223;
}
.formtext
{
	font-family: Georgia, Times New Roman, Times, serif;
	color:#333;
	font-size: 12px;
	padding: 3px;
}

/*body a:visited
{
	text-decoration: none;
	color:#FD4D21;
}*/

/*//END OF FONTS//*/




/*//MISC//*/
.invisible
{
	display: none;
}
.clear
{
	clear: both;
}
p
{
	margin: 0px 0 20px 0;
	padding: 0;
}
ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}
li
{
	padding: 0;
	margin: 0;
}
li ul
{
	padding-left: 10px;
	padding-bottom: 13px;
}

/*//END OF MISC//*/


/*//MENU//*/
#menutop
{
	clear: both; 
	padding:0; 
	list-style:none;
	padding:78px 10px 0 0;
	font-size: 14px;
}
#menutop li 
{
	float:right; 
}
#menutop li a 
{ 
	display: block;
	height: 20px;
	line-height: 18px;
	border-right: 1pt solid #A50020;
	padding:0 13px; 
	float:left; 
	color:#292963; 
	text-decoration:none;
}
#menutop li a:hover
{
	background-color: #F2F2EC;
}
#sideMenu ul
{
	padding: 0 0 0 16px;
	color: #fff;
	margin: 0;
	list-style:disc;
}
#sideMenu li a
{	
	color: #fff;
}
#sideMenu li a:hover
{
	text-decoration: underline;
	color: #fff;
}
#sideMenu
{
	float:left;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	padding-top: 19px;
}
/*//END OF MENU//*/


/*//NAMED DIVS//*/
#container
{
	width: 860px;
	margin:0 auto;
	border: 1px solid #cfcfcf;
}
#containerTop
{
	width: 860px;
	margin:0 auto;
	background: url(images/main_bg_top.gif);
	height: 13px;
}
#containerBottom
{
	width: 860px;
	margin:0 auto;
	background: url(images/main_bg_bottom.gif);
	height: 13px;
}
#main
{
	text-align:left;
	background: url(images/main_bg.gif);
	background-repeat:repeat-y;
	padding: 0px 10px 0px 10px;
}
#mainLeft
{
	float:left;
	width: 186px;
	padding: 20px 10px 0px 10px;
}
#header
{
	height: 110px;
	width:860px;
	background: #E2E2D0 url(images/logo.gif); 
	background-repeat: no-repeat;
	background-position: 10px 10px;
	text-align: right;
	position: relative;
}
#mainRight
{
	float:right;
	margin: 41px 20px 30px 38px;
	width: 570px;
}
#mainRight ul
{
	padding: 0 0 0 16px;
	margin: -10px 0 0 0;
	list-style:disc;
}

#homeButton a
{
	width: 212px;
	height: 89px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#minheight
{
	height: 460px;
	float: right;
}

#encloseContainerFirefox
{
	clear: both;
	height:0px;
	font-size:0px;
}

#footer
{
	margin: 10px auto;
	width: 860px;
	text-align: center;
	color:#44001B;
}


/*//END OF NAMED DIVS//*/





