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 : #fff;
	color : #808080;
}
/*Corbel,Helvetica,Arial,Geneva,sans-serif;*/


A {
	font-size : 8pt;
	text-decoration : none;
	font-weight : bold;
	color : #067097;
}
A:HOVER {
	color : #000;
}

P {
	font-size : 8pt;
	text-align : left;
	margin-bottom : 5px;
	margin-top : 3px;
}

p#ad{
	width : 400px;
	margin-left:auto;
	margin-right:auto;
	color : #92c5e1;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11pt;
	color : #067097;
	text-align : left;
	margin-bottom : 7px;
	margin-top : 7px;
}


H4 {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

DIV#screen{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	width : 100%;
	text-align : center;
}

div#container{
	width : 970px;
	text-align : center;
	margin:0 auto;
	padding : 0 0 0 0;
}

div#content_top{
	background-image : url(images/bg_top.gif);
	background-repeat : no-repeat;
	width : 970px;
	height : 8px;
	background-position : top;
}

div#content_mid{
	background-image : url(images/bg_mid.gif);
	background-repeat : repeat-y;
	width : 970px;
	height : 700px;
}

div#content_bot{
	background-image : url(images/bg_bot.gif);
	background-repeat : no-repeat;
	width : 970px;
	height : 8px;
}

div.text{
	width: 400px;
	float: left;
	margin-left : 30px;
	margin-right : 20px;
}

TD{
	font-size : 8pt;
}

#menu{
	text-align : left;
}



#menu ul{
	margin-left : 0;
	margin-right : 0;
	padding-right : 0;
	margin : 0 0 0 0;
	padding : 0 0 0 5px;
}

#menu li {
	display : inline;
	list-style-type : none;
}

#menu li a {
	color : #fff;
}

#menu li a:hover {
	color : #000;
}


LI#nolink {
	color : #ffbf00;
	font-weight : bold;
}

DIV#formcontainer {
	width : 390px;
	margin-left : 20px;
	margin-top : 20px;
}

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;
		}
		
.clearboth{
	clear : both;
}
			