/*dark grey(background) #333333*/
/*dark red				#CC0000*/
/*red					#CC3333*/
/*dark yellow			#CC9900*/
/*yellow				#FFCC00*/
/*blue					#0000CC*/
/*dark blue				#000066*/
/*black					#000000*/
/*white					#FFFFFF*/

body {font-family: arial, helvetica, sans-serif; margin: 0px; padding:0px; background-color: #333333;}
h1 {font-family: arial, Helvetica, sans-serif; color: #003366; font-size: 24px; text-decoration: none;}
h2 {font-family: arial, Helvetica, sans-serif; color: #cc3333; font-size: 20px; text-decoration: none;}
h3 {font-family: arial, Helvetica, sans-serif; color: #CC9900; font-size: 18px; text-decoration: none;}
h4 {font-family: arial, Helvetica, sans-serif; color: #000000; font-size: 16px; text-decoration: none;}
h5 {font-family: arial, helvetica, sans-serif; color: #000000; font-size: 14px; }
h6 {font-family: arial, helvetica, sans-serif; color: #000000; font-size: 10px; }

#banner {
    background-color: #FFFFFF;
    height:150px;
}

#banner-logo {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

#banner-logo img {
    border: 0px;
	width: 811px;
	height: 150px;
}

#banner-bar {
	margin: 0;
	padding: 0;
	background-color: #cc3333;
	font-size: 0;
	height: 5px;
	border-top: 1px solid #CC9900;
	border-bottom: 1px solid #CC9900;
}

#leftcontent {
    position: absolute;
    margin-top:10px;
    left:10px;
	z-index: 2;
    width:150px;
    background:#CC0000;
    border:1px solid #000;
}

#leftcontent-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #FFCC00;
	border-top: 0;
	background-color: #CC0000;
}

#leftcontent-menu li {
	margin: 0;
    font-size:10pt;
	padding: 0;
	border-top: 1px solid #FFCC00;
	/* IE/Win requires bottom border if there is a top. */
	border-bottom: 1px solid #FFCC00;
}

#leftcontent-menu a {
	margin: 0;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 4px 6px;
}

#leftcontent-menu a:hover {
	background-color: #CC9900;
	color: #FFFFFF;
}

#leftcontent-menu strong a {
	color: #FFFFFF !important;
	background-color: #000066;
}
#leftcontent-menu strong a:hover {
	background-color: #0000AA !important;
}

#centercontent {
    background:#FFFFFF;
    padding:15px;
    margin:10px;
    margin-left:171px;
    margin-right:21px;
    border:2px solid #CC9900;
    font-size:11pt;
    z-index:3;
}
		

#rightcontent {
    padding:5px;
    position: absolute;
    right:10px;
    top:167px;
    width:190px;
    background:#FFFFFF;
    border:2px solid #CC9900;
    z-index:2;
}

.leftFloat { 
    float: left; 
    padding: .5em;
}

.rightFloat { 
    float: right; 
    padding: .5em;
}
