body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif; font-size: 1em; color:#191919; }

a { font-weight: bold; }

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #6633CC;	text-decoration: none; }
a:hover { color: #009900; text-decoration: none; }
a:active { color: #006600; text-decoration: none; }

h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1em; }
h4 { font-size: .9 em; }
h5 { font-size: .8 em; }

#container { margin: 0px auto; width: 760px; }

#container #header { color: #ffffff; background: url(../images/header.jpg) no-repeat; height:278px; width:762px; position:relative;
	padding: 0px; }	
#container #header h1 { position:relative; left:-9999px; height:0px; font-size:1px; margin:0; }


#container #mainMenu { width: 760px; border: 1px solid #555555; border-width: 0 1px; }
#container #mainMenu ul { overflow: hidden; width: 100%; background-color:#184921; margin: 0px; padding: 0px;}
#container #mainMenu li { list-style: none; float: left; margin-top: 2px; }
#container #mainMenu li a { display: block; padding: 5px;  }
#container #mainMenu a:link { color: #FFFFFF; text-decoration: none; }
#container #mainMenu a:visited { color: #CCCCCC; text-decoration: none; }
#container #mainMenu a:hover { color: #CCFFFF; text-decoration: none; }
#container #mainMenu a:active { color:#66CCFF; text-decoration: none; }


#pageContentArea { border: 1px solid #555555; overflow: hidden; width: 100%;	background: #ffffff url(../images/side-tile.gif) repeat-y; }

#pageMainMenuContainer {  float: left; width: 180px; }

#sideBar { font-size: .8em; padding: 0 10px; }
	
#content { margin-left: 200px; padding: 0 10px; }

#footer { width:740px; color: #FFFFFF; background: #335ea8; padding: 10px; text-align: center; border: 1px solid #555555; border-top-width:0px; font-size: .8em; }
#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #CCCCCC; text-decoration: none; }
#footer a:hover { color: #CCFFFF; text-decoration: none; }
#footer a:active { color:#66CCFF; text-decoration: none; }

.smalltext { font-size: 0.8em }
.smallertext { font-size: 0.7em }

.imgFloatRight { float:right; margin:10px; }
.imgFloatLeft { float:left; margin:10px; }
.clearRight { clear:right; }
.clearLeft { clear:left; }