﻿
a{
	color:#000000;
	text-decoration:underline;
	font-weight:bolder;
	font-size:medium;
	
}

.a2{
	color:#000000;
	text-decoration:underline;
	font-weight:bolder;
	font-size:small;
	
}

.nonlink{

	color:#000000;
	text-decoration:none;
	font-weight:bolder;
	font-size:medium;
	
}


body{

	background-color:#0e1619;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	padding:0px;
	color:#000000;	
	border:0px;
}

img{
	border:0px;
	
}


#overallContainer{

	background-color:#ffffff;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	
}

#mainContainer{

	background-color:#ffffff;
	width: 760px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
		
}


#header{

	background-image:url('../images/index/header.jpg');
	width:760px;
	height:200px;
	margin:0px;
	padding:0px;
	

}

#contentContainer{

	background-image:;
	font-size:12px;
	width:760px;
	height:auto;
	padding:0px;
	border-top:solid #fbcb00 3px;

	
			
}

#menuleft{
	
	width:200px;
	height:150px;
	float:left;
	font-size:small;
	
}

#contentleft{
	
	width:200px;
	height:auto;
	float:left;
	padding-bottom:20px;
	
	
}

#contentright{
	
	width:537px;
	height:auto;
	float:right;
	color:#000000;
	text-align:center;
	border-left-style:solid;
	border-left-color:#fbcb00;
	border-left-width:3px;
	padding:10px;
	
	
		
}


#addressbar{
	
	width:760px;
	height:20px;
	text-align:center;
	color:#000000;
	font-size:small;
	float:left;
	border-bottom-style:solid;
	border-bottom-color:#fbcb00;
	border-bottom-width:3px;
	border-top-style:solid;
	border-top-color:#fbcb00;
	border-top-width:3px;
	
}

#copyright{
	
	width:760px;
	height:15px;
	font-size:small;
	text-align:right;
	color:#ffffff;
	margin:0 auto;
}

.ad{
	clear:both;
	text-align:center;
	padding:5px;
	
}

.mainheaderstyle{

	font-size:xx-large;
	text-align:center;

}

.pageheaderstyle{

	font-size:x-large;
	text-align:center;
	
}

.bodyheaderleft{

	font-size:x-large;
	text-align:left;
	
}


.bodystylecenter{

	font-size:small;
	text-align:center;
	
	

}

.bodystylejustify{

	font-size:small;
	text-align:justify;
	

}

.bodystyleleft{

	font-size:small;
	text-align:left;
	

}

.bodystyleright{

	font-size:small;
	text-align:right;
	

}

.indentstylejustify{
	font-size: small;
	text-align: justify;
	margin-left: 40px;
}

.x2indentstylejustify{
	font-size: small;
	text-align: justify;
	margin-left: 80px;
}

.indentstyleleft{
	font-size: small;
	text-align: left;
	margin-left: 40px;
}

.picturemargin{

	margin:10px;
	
}

.newslettermargin{

	margin-top:10px;
	margin-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	
}

.newslettertype{

	font-size:small;
	font-weight:bold;
	
}

.cellalignleft{
	
	text-align:left;
}

.formsbodyheader{
	
	text-align:left;
	font-size:medium;
	font-weight:bold;
}
/* Menu CSS */

#menu{
	font-family:verdana;	/* Font for main menu items */
	width:200px;	/* Width of main menu */
	height:100%;
	border-bottom:;

}

#menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#000000;	/* black text color */
	font-size:small;
	height:20px;	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	background-color:#ffffff;	/* black background color */
	margin:1px;	/* A bit of <ul> air */
	padding:1px;	/* Air between border and text inside */

	display:block;
}
#menu	li a:hover,#menu .activeMainMenuItem{
	color:#FFF;
	background-color:#768191;
}

.subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	background-color:#ffffff;
	font-family:verdana;
	text-align:left;
	color:#000000;
	
	
}
.subMenu ul{
	margin:0px;
	padding:0px;
}
.subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.subMenu ul li a{	/* Sub menu items */
	white-space:nowrap;	/* No line break */
	text-decoration:none;	/* No underline */
	color:#000000;	/* black text color */
	font-size:small;
	height:16px;	/* 16 pixels height */
	line-height:16px;	/* 16 pixels height */
	padding:1px;	/* 1px of "air" inside */
	border-bottom:1px solid #000000;

	display:block;	/* Display as block - you shouldn't change this */
}
.subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#000000;	/* black text */
	background-color:#768191;	/* Medium gray background */
}
