/**
* CSS
* 
* @version 1.0
* @author Vaska 
*/
* {
	margin: 0;
	padding: 0;
	
}

/* commented backslash hack \*/ 
	html, body{ height:100%; } 
	/* end hack */
body {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif; color: #4f4f4f;
	background-image: ;
	margin: 0px;
	padding: 0px;
}


body.section-1 { }
body.section-2 { }
body.section-3 { }


.subject { font-size: 11px; font-weight: bold; ;line-height: 16px; color: #4f4f4f }

.subject2 { font-size: 22px; font-weight: bold; ;line-height: 16px; color: #4f4f4f }

a:link { text-decoration: none; color: #90918f; }
a:active { text-decoration: none; color: #90918f; }
a:visited { text-decoration: none; color: #90918f; }
a:hover { 
		/*background-color:#0066FF; */
		display: inline;
		color:#0066FF;  }

a img { border: none; }

.copyNoticeLightGray { line-height: 16px; color: #a2a2a0}

#menu {
    width: 220px;
    padding-top: 2px;
    padding-left: 26px;
	float:left;}


#topLogo { position: absolute; top: 117px; padding-left: 31px; }

#tophatch { position: absolute; top: 97px; padding-left: 351px; }

#rep { position: absolute; top: 30px; padding-left: 31px; }

#menu ul {
	list-style: none;
	margin: 0 0 10px 0; }

#menu ul li.section-title { }



#content 
{ padding-top: 2px; width: 731px; float: left;}

.container 
{    padding: 5px 5px 25px 5px;}

content p { width: 362px; margin-bottom: 9px; }
p { margin: 0 0 9px 0; }

h1 { font-family: Georgia; font-size: 32px; }
h2 { font-family: Georgia; font-size: 24px; }
h3 { font-family: Georgia; font-size: 16px; }
h4 { font-family: Georgia; font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#menu ul mi.section-title { }
