body {
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 1em;
	color: #000000;
	behavior: url("csshover3.htc"); 
	width:725px;
	margin:auto;
	}
	

a img {border: none; }

 

h1 {
	font-size: 1.5em;
	color: #333333;
	}

h2 {
	font-size: 1.4em;
	}

h3 {
	font-size: 1.3em;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger {
	font-size: 1.1em;
	}



h1, h2, h3, h4, h5, h6 {
	margin: 0 0;
	}

/*  Might uncomment either or both of these if having problems with IE peekaboo bug:
h1, h2, h3, h4, h5, h6, p {
	position: relative;
	}
*html .centerColumn {
	height: 1%;
	}
*/

CODE {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 1em;
	}

FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
	}

TEXTAREA {
	float: left;
	margin: auto;
	display: block;
	width: 95%;
	}

input:focus, select:focus, textarea:focus {
	background: #F5F4F2;
	}

FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}

LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.5em;
	padding: 0.2em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	margin: 0.5em 0.3em;
	}

#logo {
	float: left;
	}


P, ADDRESS {
	font-size: 0.7em;
	padding: 0.5em;
	}


/*wrappers - page or section containers*/


#mainWrapper {
	background-color: #ffffff;
	width: 555px;
	margin: auto;
	float:right;
	}

#headerWrapper{
	width: 725px;
	height:4em;
	margin:auto;
	}
	
#logoWrapper{
	background-color: #ffffff;
	}
	
#logo{
	position: relative;
	left: 0px;
	top: 52px;
	}

#people {
	width: 270px;
	height: 422px;
	float: right;
	position: relative;
	top: -450px;
	left: -20px;
	BACKGROUND: url(/filer/people.png) no-repeat;
	}
	
#post {
	width: 290px;
	height: 322px;
	position:relative;
	top:560px;
	left:420px;
	BACKGROUND: url(/filer/notepad.png) no-repeat;
	}
	
#posttext {
	position:relative;
	font-style: italic;
	position: relative;
	top: 75px;
	left: 45px;
	font-size: 3em;
	}
	
#fb {
	width:150px;
	position:relative;
	top:-350px;
	}
	
#hoved {
	width: 725px;
	}

	
	

div#dropMenu li a:hover, div#dropMenu li.submenu li.submenu:hover {
	color: #000000!important;
	background:#0066CC;
	
	}
	
#dropMenuWrapper {
	margin:auto;
	font-size:11px;
	background:#0066CC;
	width: 725px;
	}
	
div#dropMenu {
  	width:500px;
  	margin:auto;
    text-align:center;
	z-index:500;
	text-align:center;
	}

div#dropMenu ul {
	margin: 0; 
	padding: 0;
	}
	
div#dropMenu li {
	position: relative; 
	list-style: none;  
	float: left; 
	line-height: 1em;
	background:#0066CC;
	}
	
div#dropMenu ul.level1 {
	width:500px; 
	margin:0 auto; 
	text-align:center;
	background:#0066CC;
	height:25px;
	z-index:1000;
	}
	
div#dropMenu li:hover {}
div#dropMenu li.submenu {}
div#dropMenu li.submenu:hover {}
div#dropMenu li a {display: block; padding: 7px 25px ;text-decoration: none; text-transform:uppercase; color:#FFFFFF; text-align:center;} 
div#dropMenu>ul a {width: auto;}
div#dropMenu ul ul {position: absolute; width: 13em;display: none;}
div#dropMenu ul ul li {border-bottom: 1px solid #CCC; width:13em;}
div#dropMenu li.submenu li.submenu {}
div#dropMenu ul.level1 li.submenu:hover ul.level2, 
div#dropMenu ul.level2 li.submenu:hover ul.level3,
div#dropMenu ul.level3 li.submenu:hover ul.level4,
div#dropMenu ul.level4 li.submenu:hover ul.level5 {display:block;z-index:1000;}
div#dropMenu ul.level2 {top: 2.17em; background:#F2F2F5;z-index:1000;}
div#dropMenu ul.level3, div#dropMenu ul.level4, div#dropMenu ul.level5 {top: 0; left: 13em; background:#0066CC}
div#dropMenu ul.level2 a {padding: 0.5em 0.25em;color: #FFFFFF; text-transform:uppercase;}  /* this is text color on drop-down submenu */
div#dropMenu ul.level2 a:hover {color:#0066CC;}




