* {
padding: 0;
margin: 0;
}
html, body {

height: 100%;
min-height:800px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 1.4em;
	color: #030367;
	font-size: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 a {
	font-size: 18px;
	color: #FF0000;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration:none;
}
h2 a:hover {
	font-size: 18px;
	color:#FFFF00;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration:none;
	background-color:#FF0000
}




p {
color:#333333;

}
#container {
	height: 100%;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;

}
#text {overflow: auto; margin-bottom: 25px;
padding-right:15px;}
* html #container {
	min_height: 100%;
}

#text ul, ol
	{
	padding-left:75px;
	color:#333333;
	/*margin-left:125px; */
			}




#header {
	width: 100%;
	min-height: 87px;
	border-bottom: 8px solid #2172a1;
	background-image: url(img/topbg.jpg);
	background-repeat: repeat-x;
	background-color: #92bed7;
}
#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}
#logo {
	width: 342px;
	min-height: 87px;
	background-color:#FFFFFF;
	float: left;
}
#logo img {
	margin-top: 10px;
}
#top_bg_space {
	width: 34px;
	min-height: 87px;
	float: left;
	background-image:url(img/topmidspace.jpg);
}
/*#nav {
	width: auto;
	min-height: 87px;
	float: left;
}
div#nav ul {
	list-style: none;
	margin: 60px 0 0 0;

}
#nav li {
		line-height:30px;
	display: inline;
	padding: 5px 10px 0 10px;
	border-right: 1px solid #fff;
}
*/

#nav {
 width: auto;
 min-height: 27px;
 margin: 0;
 padding: 60px 0 0 ;
}
#nav ul {
 list-style: none;
 margin: 0 0 0 0;
}
#nav li {
  line-height:30px;
 display: inline;
 padding: 5px 10px 0 10px;
 border-right: 1px solid #fff;
}


#nav .navright {
	border: none;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	
	
}
#nav a:hover {
	background-color:#FFFFFF;
	color:#030367;
	text-decoration: none;	
}

#text ul
	{
	padding-left:85px;
	color:#333333;
	/*margin-left:125px; */
			}

#left {

	width:150px;
	min-height: 100%;
	margin-top: 0px;
	bottom: 0;
	float:left;
	color:#fff;
	background-color:  #92bed7;
	margin-right: 20px;
}
#left p {
	padding:10px;
	margin-bottom: 20px;
}
#left img {
	border-bottom: 1px solid #fff;
}
#footer {
	height: 25px;
	background-color:#277cb2;
	width: 100%;
	margin-top: -25px;
	bottom: 0;
	position: fixed;
}
div#copyright {
	color: #fff;
	font-size: 90%;
	margin: 5px 0 0 20px;
	float: left;
}
div#toucan {
	color: #fff;
	font-size: 90%;
	margin: 5px 20px 0 0;
	float: right;
}
div#toucan a {
	color: #fff;
	text-decoration: none;
}
div#toucan a:hover {
	text-decoration: underline;
}

.right {
		float:right;		
		padding: 0px 0px 0px 10px;
		}	
h3 {
color:#333333;
}

h4 {font-size:15px;
color:#333333;
}

blockquote {padding-left:85px;
	color:#333333;
	}