body {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 80%;
	padding: 0px;
	margin: 0px;
	background-color:#1468D4;
	background-repeat: repeat;
	}
	
h1, h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;   	
	font-weight:normal;
	font-size:150%;
	color:#fff;
	}
	
h2 {
	font-size:100%;
	}
	

a:link {color:#F3F67B; text-decoration: none; font-weight: bold;}
a:visited {color:#F3F67B; text-decoration: none; font-weight: bold;}
a:active {color:#F3F67B; text-decoration: none; font-weight: bold;}
a:hover {color:#F3F67B; text-decoration: none; font-weight: bold;}

a.hideinfo:link {color:#1468D4; text-decoration: none; font-weight: bold;}
a.hideinfo:visited {color:#1468D4; text-decoration: none; font-weight: bold;}
a.hideinfo:active {color:#1468D4; text-decoration: none; font-weight: bold;}
a.hideinfo:hover {color:#1468D4; text-decoration: none; font-weight: bold;}

a.footer:link {color:#460046; text-decoration: none; font-weight: bold;}

a.resourceslink:link {color:#fff; text-decoration: none; font-weight: normal;}
a.resourceslink:visited {color:#fff; text-decoration: none; font-weight: normal;}
a.resourceslink:active {color:#fff; text-decoration: none; font-weight: normal;}
a.resourceslink:hover {color:#fff; text-decoration: none; font-weight: normal;}

/*
.bodyDiv {
	width:760px;
	color:#F3F67B;
	padding:5px;
	background-color:#1468D4;
	border:1px solid #fff;
	}	
	
.top_section {
	height: 174px;
	width: 760px;
	padding: 0px;
	background-image: url(../images/logo4.jpg);
	background-repeat: no-repeat;
	border:1px solid #fff;
	}
	
.mainDiv {
	width: 760px;
	padding: 0px;
	background-color:#1468D4;
	}
*/	
	
.side, .main {
	vertical-align:top;
	background-color:#1468D4;
	color:#fff;
	}

/*	
.side {
	width:185px;
	color:#fff;
	
	}		
*/

/*	
.main {
	width:390px;
	vertical-align:top;
	text-align:center;
	height:390px;
	background-color:#1468D4;
	padding:10px;
	padding-top:0px;
	}
*/

.nav {
	line-height:200%;
	}
	
.topMsg, .mainMsg {
	text-align:left;
	border:1px solid #fff;
	color:#fff;
	width:390px;
	padding:5px;
	margin-top:5px;
	}
	
.mainMsg {
	text-align:left;
	font-size:90%;	
	line-height:150%;
	}
	
.client {
	border:1px solid #F3F67B;
	color:#F3F67B;
	width:390px;
	padding:5px;
	margin-top:10px;
	text-align:left;
	}

/*	
.moreinfo, .blurb {
	font-size:90%;
	}
*/

.moreinfo {
	text-align:right;
	font-size:90%;
	}
	
.blurb {
	font-size:90%;
	background-color:#ffffcc;
	color:#1468D4;
	padding:4px;
	}
	
.hideinfo {
	font-size:90%;
	text-align:right;
	color:#1468D4;
	}	
	
fieldset {
	text-align:left;
	width: 300px;
	margin: 10 0 2em 0;
	padding: 1em .5em .5em .5em;
	border: 2px solid #1468D4;
	background:transparent;
	}

legend, .brown {
	text-align: left;
	padding: 3px;
	color: #fff;	
	font-size: 90%;
	}
	
.field, select {
	font-size: 11px;
	color: #666;
	width: 200px;
	border: 1px solid #bfba9d;
	background-color: #fff;
	}
	
.textarea {
	font-size: 11px;
	color: #666;
	width: 300px;
	border: 1px inset #bfba9d;
	background-color: #fff; 
	}
	
.button {
	font-size: 11px;
	border: 1px solid #666;
	color: #8c4c04;
	background-color: #bfba9d;
	}
	
.error, .msg {
	color: #F3F67B;
	font-size:90%;
	}
	
.msg {
	color: #c1441f;
	}

.footer {
	/*width:760px;*/
	text-align:center;
	font-size: 80%;
	padding: 10px;
	color:#fff;
	}	
	


#button {
	width: 100%;
	border-right: 1px solid #000;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
	}


	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0;
		}


	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #F3F67B;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #F3F67B;
		}
