/* CSS Document */

* { margin: 0; 
 	padding:0;
}

html { height: 100%; margin-bottom: 1px; }

body {
	background-attachment:scroll;
	background-image:   url(../images/background.jpg);
	background-repeat:repeat-x;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	margin: 0px auto;
	width: 760px;
	border: 2px solid #ffffff;
}

#banner {
	width: 100%;
	height:80px;
	background-color:#006699;
	background-image:   url(../images/banner.jpg);
}

#menu {
	width:100%;
	background-color: #003366;
	min-height: 25px;
	
}

#mainContent {
	width:100%;
	height: 248px;
	background-color:#798C9B;
}

#left {
	float:left;
	width: 50%;
	background-color:#798C9B;
	height: 249px;
}

#left_1 {
	float:left;
	width: 50%;
	background-color:#798C9B;
	height: 250px;
}

#right {
	float:left;
	width: 50%;
	background-color:#798C9B;
	height: 250px;
}

#dividerBar{
	width:100%;
	height: 25px;
	background-color:#FFCC00;
	text-align:center;
	padding-bottom: .5em;
}


#underContent{
	width:100%;
	background-color:#64738E;
	min-height: 150px;
}

#one {
	float:left;
	width: 33%;
	background-color:#71788A;
	min-height: 200px;
	text-align:center;
}

#two {
	float:left;
	width: 34%;
	background-color:#B7A20F;
	min-height: 200px;
	text-align:center;
}

#three {
	float:left;
	width: 33%;
	background-color:#71788A;
	min-height: 200px;
	text-align:center;
}

#four {
	float:left;
	width: 460px;
	height: 200px;
	background-color:#71788A;
	min-height: 200px;
	text-align:justify;
}

#five {
	float:left;
	width: 33%;
	background-color:#009966;
	height: 200px;
	text-align:center;
}

#six {
	float:left;
	width: 34%;
	background-color:#006600;
	height: 200px;
	text-align:center;
}

#seven {
	float:left;
	width: 33%;
	background-color:#009966;
	height: 200px;
	text-align:center;
}

#nine {
	float:left;
	width: 100%;
	background-color:#009966;
	min-height: 200px;
	text-align:center;
}


#footer{
	clear:both;
	width: 100%;
	height: 25px;
	background-color:#003366;
	text-align:center;
	padding-bottom: .5em;
}


/* menu */

#mainMenu ul {
	padding: .3em 0;
	list-style-type: none;
	background-color: #003366;
	color: #FFF;
	width: 100%;
	/*height: 25px;*/
	font: normal 120% arial, helvetica, sans-serif;
	text-align: center;
}

#mainMenu li { 
	display: inline; 
}

#mainMenu li a {
	text-decoration: none;
	background-color: #003366;
	color: #FFF;
	padding: .3em 1em;
	border-right: 1px solid #ffffff;
}

#mainMenu li#menuFirst a {
	border-left: 1px solid #ffffff;
}

#mainMenu li a:hover {
	background-color:#FFCC00;
	color: #000000;
	padding: .3em 1em;
}

p {
	color:#FFFFFF;
	padding: 10px 5px 5px 10px;
	font-size: 110%;
	text-decoration:none;
}



a {
	text-decoration:none;
	color:#FFCC00;
}

a:hover {
	color:#FF0000;
}

#dividerBar a {
	color:#000000;
	font-size: 110%;
	text-decoration: none;
}

#right li {
	color: #ffffff;
	margin-left: 30px;
}

#dividerBar h2 {
	padding-top: 0.2em;
	font-size: 175%;
}

h1 {
	color: #ffffff;
	font-size: 130%;
	padding: 10px 0 0 10px;
}

#right h2 {
	color: #ffffff;
	font-size: 100%;
}

h5 {
	color: #ffffff;
	font-size: 120%;
	font-weight:bold;
}

#bannertext h1{
	display:none;
}

