body,td,p,div,span,input,select,textarea {
	font: 100% Arial, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	color: #000000;
}
* html body {
	font: 80% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}
body {	
	margin:0;
	padding: 0;
	min-width: 750px;
	background:#87AEEB url(../images/bodybg.gif) repeat;
}
td {
	vertical-align:top;
}
a {
	text-decoration: underline;
	color: #093A97;
	font-weight:bold;
	}
a:active {
	color:red;
	}
a:hover {
	color: #CC0000;
}
a:visited {
	color: #667788;
}
hr {
margin:1.5em 0;
height:1px;
border:0;
background:#FFFFFF url(../images/hr.gif);
}

fieldset {
	margin:0;
	padding:0;
	border-width : 0;
	border-style : solid;
	display: inline;
}

input, textarea {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

input {
	vertical-align: middle;
	background-attachment: fixed;	
}

/* headings */

h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-transform:capitalize;
}
h1 { 
	font-family:verdana,sans-serif;
	font-size: 150%; 
	font-weight: bold;
}	

h2 { 
	font-family:verdana,sans-serif;
	font-size: 110%; 
	font-weight: bold;
	color: #CC3300;
	margin: 3em 0 1.5em 0;
}	

h2 a { color: #799834; }


h3 {
	font-family:verdana,sans-serif;
	font-size: 120%;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}
	
h4 {
	font-size: 110%;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	}

h5 {
	font-size: 1em;
	margin: 0 0 0.2em 0;
	font-weight: normal;
	}
img {
	border: 0;
	margin:0;
	padding:0;
}
	
ol, ul, li {
	margin: 0.2em 0 1em 0;
	padding-left: 2em;
}

li {
	margin: 0;
	padding-left: 0;
}

p {
	margin: 0 0 1.0em 0;
}

.center {
text-align: center;
}

li>p {
	margin-top: 0.2em;
	}

strong, b {
	font-weight: bold;
	}

blockquote {
	padding: 1em;
	font-family: Georgia, Times, serif;
	background: #E7F3CF;
	color: #007C00;
	margin-bottom: 2em;
}



#container {
width: 752px;
padding:0;
margin: 0;
margin-left: auto;
margin-right: auto;
border-left:4px solid #6392DC;
border-right:4px solid #6392DC;
border-bottom:4px solid #6392DC;
background-color:#FFFFFF;
}
#container2 {
border-left:1px solid #0A317A;
border-right:1px solid #0A317A;
border-bottom:1px solid #0A317A;
}

#header {
background:url(../images/header.jpg) no-repeat center center;
width:750px;
height:141px;
}
#header_nologo {
background:url(../images/header-nologo.jpg) no-repeat center center;
width:750px;
height:141px;
}
#menu {
background:url(../images/menu.jpg) no-repeat center center;
width:750px;
height:63px;
text-align:center;
vertical-align:middle;
padding:0;
overflow:hidden;
}
#menu ul {
	padding:20px;
	margin:0;
	list-style-type:none;
}
#menu ul li {
	float:left;
}
#menu ul li a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:1px 10px;
	font-weight:normal;
}
#menu ul li a:HOVER {
	background-color:#0A3074;
}
#menu ul li a.selected, #menu ul li a.selected:HOVER {
	background-color:#2C9A41!important
}
#content {
	padding:1em 2em;
}
#footer {
background-color:#F4F4F4;
padding:1em 2em;
color:#777777;
border-top:3px solid #CCCCCC;

}
#footer a, #footer a:HOVER { color:#777777;background-color:#F4F4F4 }