
/*Body*/
BODY {
	margin: 0;
	text-align: center;
	background-image: url('../images/bgmain.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}

a
{
TEXT-DECORATION:none;
color: #2715E5;
}

a:hover {
	color: #FA932E;

}

/*Container*/
#container {
	position: relative;
	top: 10px;
	height:740px;
	width:760px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #FFFFFF;
	
}

#mainContainer {
	float:left;
	background-image: url('../images/main_bg2.jpg');
	background-repeat: repeat-y;
	width:760px;
}

/*header*/
#header {
	position:relative;
	top:0px;width:760px;
	height:175px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header10.jpg');
	background-repeat: no-repeat
}

/*left side*/
#leftBar {
	float:left;
	width:131px;
	height:500px;
	
}

/*right bar*/
#rightBar {
	
	float:right;
	width:35px;
	height:500px;
	
}

/*bottom bar*/
#bottomBar {
	float:left;
	width:760px;
	height:26px;
	background-image: url('../images/bottom_bg4.jpg');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#mainTextArea {
	text-align:left;
	width:350px;
	margin-left: 24px;
	margin-top: 11px;
	

}

#featSite {
	
	width:308px;
	text-align:left;
	margin-left: 4px;
	margin-top: 4px;
	

}
/*menu*/
.menu {
	
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	width: 131px; /* Width of Menu Items */
	height: 20px;
	FONT-FAMILY: Tahoma;
    COLOR: #8E8A7C;
    FONT-SIZE: 8pt;

}

.menuItem {
	margin-left:22px;
}

ul li a:hover{
	background-image: url('../images/menu_over2.jpg');
	background-repeat: no-repeat;
	color: #FA932E;
	FONT-FAMILY: Tahoma;
	font-size: 8pt;
}




ul {

	
	margin: 0px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	list-style: none;
	width: 131px; /* Width of Menu Items */
	height: 2em;
	FONT-FAMILY: Tahoma;
    COLOR: #404040;
    FONT-SIZE: 8pt;
	
	
	}

ul li {
	
	position: relative;
	background-image: url('../images/menu_bg2.jpg');
	background-repeat: no-repeat;
	text-decoration: none;
	padding-top: 2px;
	FONT-FAMILY: Tahoma;
	font-size: 8pt;
	text-align: left;
	}


ul li a {
	
	display: block;
	text-decoration: none;
	color: #404040;
	height: 2em;
	
	
	}

.mainText {
	position:relative;
	top:-6px;
	left:-8px;
	
	background-color:#FFFFFF;
	text-align:left;
	font-family: Verdana,Tahoma,Arial;
	font-size: 8pt;
	color: #404040;
	border: 1px solid #B5B3B3;
	padding-bottom: 4em;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.bodyText {
	font-family: Verdana,Tahoma,Arial;
	font-size: 8pt;
	color: #808080;
	

}

.headerText {
	font-family: Georgia;
	font-size: 11pt;
	font-weight: bold;
	text-align:left;
	color: #808080;
	
}


.titleText {
	font-family: Verdana,Tahoma,Arial;
	font-size: 7pt;
	font-weight: bold;
	color: #404040;
	
}

.shadow {
	background-color:#EFEFEF;
	
}

.divLineGrey {
	position:absolute;
	left:150px;
	top:250px;
	width:360px;
	
	border-right:1px dashed #D5D5D5;
	border-bottom:1px dashed #D5D5D5;


}

.divLineBlue {
	margin-top:4px;
	margin-left:0px;
	width:320px;
	border-right: 1px dashed #2715E5;
	border-top:1px dashed #2715E5;
	background-color:#FDFAF7;
}

.sideBox {
	background-color: white;
	color: black;
	border:1px dashed #808080; 
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-top: 5px;
	padding:4px;
	width: 160px;
	
}

.sideFrame {
	
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
	margin-bottom:auto;
	text-align:center;
	width:158px;
	

}

.sideText {
	text-align: center;
	font-family: Georgia;
	font-size:8pt;
	color: #404040;
	padding:4px;
}

.divider {
	margin: 5px;border-bottom: 1px dashed #808080;
}

input
{
	COLOR: #000000;
	FONT-SIZE: 7pt;
	BACKGROUND-COLOR: #F7F9FD;
	BORDER: solid 1px #778DB6;

}

textarea
{
	COLOR: #000000;
	FONT-SIZE: 8pt;
	BACKGROUND-COLOR: #F7F9FD;
	BORDER: solid 1px #778DB6;

}

select
{
	COLOR: #000000;
	FONT-SIZE: 7pt;
	BACKGROUND-COLOR: #F7F9FD;
	BORDER: solid 1px #778DB6;
}


input.theButton
{
   color:#FFFFFF;
   font-family:verdana,helvetica,sans-serif;
   font-size:90%;
   font-weight:bold;
   background-color:#778DB6;
   border:1px solid;
   border-top-color:#808080;
   border-left-color:#808080;
   border-right-color:#808080;
   border-bottom-color:#808080;
}

input.btn
{
	width: 20px;
   color:#FFFFFF;
   font-family:verdana,helvetica,sans-serif;
   font-size:80%;
   font-weight:bold;
   background-color:#778DB6;
   border:1px solid;
   border-top-color:#808080;
   border-left-color:#808080;
   border-right-color:#808080;
   border-bottom-color:#808080;
}

input.btnhov
{
   border-top-color:#000000;
   border-left-color:#000000;
   border-right-color:#C0C0C0;
   border-bottom-color:#C0C0C0;
}

input.hiddenInput
{
	COLOR: #000000;
	FONT-SIZE: 7pt;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER: solid 0px;
}

.preloadPic {display:none;}