body {
	font-size: 10pt;
	font-family: Verdana;
	background-image: url("images/top_bg.gif");
	background-repeat: repeat-x;
	background-color: #7baa29;	
	margin:0px;
	padding:0px;
	}

a.email{
	text-decoration: none;
}
a:hover.email{
	text-decoration: underline;
}

a {
	color: #00f;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#header {
	margin:0;
	padding: 0 5px 0 20px;
	border: solid transparent;
	border-width: 1px 0; 
	
}
#header h1 {
	float:left;
}

#header h1 a {
	background-color: #c00;
	padding: 5px 15px;
	color: #eee;
	text-decoration: none;
	background-image: url("images/red_grad.png");
	background-repeat: repeat-x; 	
}

#header h1 a:hover {
	background-color: #d00;
	background-image: none;
	color: #fff;
}

#header a.logo img {
	float: left;
	border: 0px none;
	vertical-align: -60%;
	margin-top: 10px;
	margin-left: 30px;	
}
#header p{
	margin-left: 200px;
	margin-right: 20px;
	text-align: right;
	font-style: italic;
	color: white;
}


#footer{
	text-align: center;
	}	

#container { 
	width: 770px;
	margin: 0 auto;
}

#content{
	background-image: url("images/bg.png");
	background-repeat: repeat-x; 
	background-color: #fff;
	margin: 0;
	padding: 12px;
	border: 1px solid #ccc;
}
#content{
	text-align: justify;
}

#content td{

	}

#content h1{
	font-size: 1.3em;
}

#content h2{
	font-size: 1.1em;
}


#menu2 {
	margin: 0px 0;
	border-top: 1px solid #7baa29; 
	line-height: 36px;
	}

#menu2 ul{
	margin: 0 0 0px;
	padding: 0 0 0 0;
	text-align: right:
	margin-right:top;
	border-top: 1px solid #7baa29; 
}

#menu2 ul li {
	display: inline;
	padding: 0px;
	margin: 0;
	
}

#menu2 ul li a {
	padding: 10px 20px 10px;
	margin:0;
	text-decoration: none;
	color: #fff;
	font-size:11pt;
	font-family: Arial;		
	background-image: url("images/grad.png");
	background-repeat: repeat-x;	
}

#menu2 ul li.selected a{
	background-image: none;
	background-color: #7baa29;	
	padding-top:10px;
}

#menu2 ul li a:hover {
	background-image: none;
	background-color: #7baa29;	
	border-top: 2px;
	text-decoration: underline;
}

#footer a{
	color: white;
}



div.submenu {
	float: right;
	border-left: 1px solid #aaa;
	width: 150px;
}
div.submenu p{
	margin-left: 10px;
}
.clear-right{
	clear: right;
}
.clear-left{
	clear: left;
}

div.for-table {
	text-align: center;
}
div.for-table table{
	margin: 0px auto;
}

table.standard td {
	background-color: #eee;
}

table.halfs td{
	width: 50%;
	text-align: center;
}

.notice {
	color: red;	

}