/* CSS Document */

body {
	/*background-color:#cccccc;
	font-family:verdana, Helvetica, sans-serif;*/
	font-family:"Times New Roman", Times, serif;
	text-align: center; /* for IE */
	 color:#455A21;
	 font-size:15px;
}



#container {
	background-color:#FFFFFF;
	margin: 2 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	
	width:885px;
	
	padding: 0px 25px 5px 20px ;
	} 




#header {
  font-weight:bold;
  font-size:13px;
}

#header  td {
  font-size:12px;
 
}

#header  ul {
 list-style-type: none;
 padding: 0px;
 margin: 0px;
 
}

#header li {
	display:inline;
	font-size:12px;
	color:#455A21;
}

#header a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#455A21;
	text-decoration:none;
}

#header a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#002B54;
	font-weight:bold;
}


#mainLeft { 
	float:left;
	width:650px;
	padding:0px;
	margin-right:15px;
	
} 

#mainRight { 
	float:left;
	padding:0px;
	text-align:center;
} 

#footer {
	text-align:center;
	background-color:#455A21;
	color:white;
	font-weight:bold;
	font-stretch:wider;
	letter-spacing:2px;
	font-size:11px;
	padding:4px;
	float:left;
	width:98%;
	margin-top:5px;
	margin-bottom:15px;
}

p{
 color:#455A21;
 font-size:15px;
}

li {
 color:#455A21;
 margin-bottom:5px;
}

a {
	color:#002B54;
	text-decoration:none;
}

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

.brightGreen  { 
	text-decoration:none;
}

.brightGreen:hover{ 
	color:#00B600;
	text-decoration:none;
}

h2 { font-size:18px;
	color:#002B54;
}

h3 {
	font-size:14px;
	color:#002B54;
}

.blue {
	color:#002B54;
}