body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

BODY {
	font-size : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color : #edf4fa;
	color : #1a3c61;
}
/*Corbel,Helvetica,Arial,Geneva,sans-serif;*/


A {
	font-size : 8pt;
	text-decoration : none;
	font-weight : bold;
	color : #000;
	font-style : italic;
}
A:HOVER {
	color : #000;
}

P {
	font-size : 8pt;
	line-height : 12pt;
	padding : 5px 0 7px 0;
}

p#ad{
	width : 400px;
	margin-left:auto;
	margin-right:auto;
	color : #92c5e1;
}

li{
	font-size : 9pt;
	line-height : 14pt;
}

ul{
	margin-left : 30px;
	margin-bottom : 10px;
}

h1{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18pt;
	font-weight : bold;
	color : #1a3c61;
	padding-bottom : 10px;
	padding-top : 7px;
}

h2{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13pt;
	font-weight : bold;
	color : #3d82ce;
	padding-bottom : 10px;
	padding-top : 7px;
}

h3{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #000;
	padding-bottom : 10px;
	padding-top : 7px;
}



H4 {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

h5{
	margin : 0 0 0 30px;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
}

DIV#screen{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : 100%;
	text-align : center;
	background-image : url(images/bg_header.gif);
	background-position : top;
	background-repeat : repeat-x;
}

div#container{
	width : 800px;
	text-align : center;
	margin:0 auto;
}

div#header{
	width : 900px;
	text-align : right;
	margin:0 auto;
	height : 287px;
	background-image : url(images/header.jpg);
	background-repeat : no-repeat;
	background-position : top center;
}

div#content{
	width: 850px;
	border: 1px dashed #215ea1;
	background-color : #fff;
}

div#contentLeft{
	float : left;
	width : 500px;
	padding : 20px 5px 20px 20px;
	text-align : left;
}

div#contentRight{
	float : right;
	width : 275px;
	padding : 20px 20px 20px 5px;
	text-align : left;
}

div#footer{
	width: 850px;
	border: 1px dashed #215ea1;
	background-color : #fff;
	margin-top : 15px;
}

#footer p{
	font-size : 7pt;
	padding : 0 0 0 0;
}

.quote{
	background-color : #edf4fa;
	border : 1px solid #215ea1;
	padding : 15px 15px 15px 15px;
	color : #215ea1;
	font-style : italic;
	font-size : 9pt;
	line-height : 15pt;
}
TD{
	font-size : 8pt;
}

#menu_top ul{
}
#menu_top li{
	list-style-type : none;
	display : inline;
	margin-bottom : 30px;

}

#menu_top li a{
	font-style : normal;
	color : #fff;
}

#menu{
	margin-left : 0;
	margin-right : 0;
	padding-right : 0;
	margin : 0 0 0 0;
	padding : 0 5px 10px 0;
	text-align : center;
	width : 900px;
}

#menu li {
	display : inline;
	list-style-type : none;
	color : #215ea1;
}

#menu li a {
	color : #215ea1;
	font-style : normal;
}

#menu li a:hover {
	color : #000;
}


LI#nolink {
	color : #ffbf00;
	font-weight : bold;
}

.padTop{
	padding-top : 100px;
}

.tree{
	float: left;
	padding : 0 0 0 30px;
}

#menu_footer{
	margin-left : 0;
	margin-right : 0;
	padding-right : 0;
	margin : 0 0 0 0;
	padding : 0 0 2px 0;
	text-align : center;
}

#menu_footer li {
	display : inline;
	list-style-type : none;
	color : #215ea1;
}

#menu_footer li a {
	color : #666666;
	font-style : normal;
	font-size : 7pt;
}

#menu_footer li a:hover {
	color : #000;
}

.imgborder{
	padding : 5px 5px 5px 5px;
	border : 1px solid #2b2c2c;
}

.caption{
	font-size : 7pt;
}
DIV#formcontainer {
	width : 350px;
	margin-left : 20px;
	margin-top : 20px;
	float : left;
}

DIV#formcontainer form label {
	font-size : .6em;
	float : left;
	width : 120px;
}
DIV#formcontainer div.clearfix {
	border-top-color : #c0c0c0;
	border-top-style : solid;
	border-top-width : 1px;
	padding-bottom : 5px;
	padding-top : 5px;
}	

/* A handy 'Clearfix' technique to clear floats in order to avoid affecting page elements further down the document */		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
	#portfolio ul li {
			float: left; /* Float the lists to the left, laying them out side by side */
			padding: 10px; margin: 0 23px 23px 0;
			background: url(../images/img-bg.png); /* Add the semi-transparent background, used along with padding to give the impression of a see-through border */
			/* Let's get fancy with some CSS3, only visible in Firefox, Safari & Chrome. Other browsers simply revert to square corners */
			border-radius: 10px; 
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
		}
			
