/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	background: #003399;
	font: 80% Arial, Helvetica, sans-serif;
	text-align: center;
	behavior: url(http://www.nacee.org/css_files/csshover2.htc);
}

body a {
color: #cc0033;
}

body a:hover {
color: #003399;
}

table {
	margin-bottom: 20px;
}

td {
	border-bottom: 1px solid #333333;
}

h1 {
	color: #FFFFFF;
	margin: 0px 3px 15px 0px;
	text-align: left;
	font: bold normal 150% Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 2px 10px;
	border-bottom: 1px solid #003399;
	background: #006633;
}

h2 {
color: #006633;
	margin: 0px 10px 15px;
	text-align: left;
	font: bold normal 130% Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 2px 10px;
	border-bottom: 1px solid #000000;
}

h3 {
	font: bold 100% Georgia, "Times New Roman", Times, serif;
	color: #333366;
	text-align: left;
	margin: 0px 15px 10px 20px;
	padding: 2px;
	border-bottom: 1px dotted #999999;
}

#banner {
	height: 170px;
	background: url(../images/banner.jpg) no-repeat;
}

/* content container */
#wrapper {
	width: 640px;
	text-align: left;
	margin: 0 auto 20px;
	background: url(../images/body_tile.gif) repeat;
}

/* left column */
#leftcol {
	float: left;
	position: relative;
	width: 137px;
	height: auto;
	margin: 40px 0px 0px;
	padding: 0px;
	font-size: 85%;
}

#leftcol p {
	padding: 0px 10px;
	font-size: 12px;
}

#leftcol h1 {
	font-size: 12px;
	background: none;
	color: #666699;
}


/*left column menus */
div#leftcol ul {
	list-style: none;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

div#leftcol li {
position: relative;}


div#leftcol li a {
	font: bold normal 12px/normal Georgia, "Times New Roman", Times, serif;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
	text-align: right;
}

div#leftcol li a:hover {
	display: block;
	height: auto;
	background: #003399 url(../images/menu_hover.gif) no-repeat left center;
	color: #FFFFFF; 
}

/* hover activator for submenu */
div#leftcol ul li:hover ul {
display: block;
background: #333366;
}

div#leftcol ul ul {
display: none;
	width: 100%;
	left: 100%;
	top: 0;
	position: absolute;
}

div#leftcol ul ul li a {
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

div#leftcol ul ul li a:hover {
color: #FFFFFF;
}


/* main content container */
#content {
	min-height: 450px;
	margin: 0px 0px 10px 140px;
	padding: 0px;
	text-align: center;
}


#content p {
	text-align: left;
	margin: 3px 10px 15px 20px;
}

#content li {
	text-align: left;
	margin-left: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
}

#content ul, ol {
	margin: 0px 0px 10px 40px;
}

/* page footer */
#footer{
	background: #CCCCFF url(../images/footer.gif) no-repeat;
	width: auto;
	height: 60px;
	clear: both;
	margin: 0px;
}
#footer img {
	margin-top: 10px;
}

#footertop p, #footerbottom p {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #333333;
	margin-left: 160px;
}

#footerbottom p {
	margin-left: 260px;
}

#footertop a, #footerbottom a {
	text-align: center;
}

#footertop a:hover, #footerbottom a:hover {
color: #666666;
}

#footertop {
	height: auto;
	clear: both;
	margin: 0px;
	background: url(../images/footer_top.gif) no-repeat bottom;
	padding-bottom: 10px;
}

#footerbottom {
	background: #3333CC url(../images/footer_bottom.gif) no-repeat;
	height: 23px;
	clear: both;
}

#links li {
	margin-left: -8px;
	margin-right: 5px;
}
.centerimage {
	margin: 5px auto 10px;
	display: block;
	border: 1px solid #333366;
}

.centerimage_noline {
	margin: 5px auto 10px;
	display: block;
}
	
.leftimage {
	margin: 5px 15px 10px 0px;
	float: left;
	border: 1px solid #333366;
}

.leftimage_noline {
	margin: 5px 15px 10px 0px;
	float: left;
}

.rightimage {
	margin: 5px 0px 10px 15px;
	float: right;
	border: 1px solid #333366;
}

.rightimage_noline {
	margin: 5px 5px 10px 15px;
	float: right;
}

#pictureset {
	font: italic 9px Arial, Helvetica, sans-serif;
	border-top: 1px none #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
}
#pictureset p {
	margin-right: 120px;
	margin-left: 120px;
}
