* { margin:0; padding:0; }

body { 
	color: #000000; 
	font: 100% Verdana, Arial, Helvetica, sans-serif; 
	background: #339999; }

/*page container styles*/
div#wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

/*header styles*/
#header { 
	background: #DEE700; 
	padding-left: 10px; 
	width: 100%; height: 125px; 
	padding-top: 10px; padding-bottom: 10px; }

.leftimg { float: left; margin-right: 6px; margin-bottom: 3px; }

.banner	{ 
	top: 15px; left: 154px; 
	background: #DEE700; 
	font-size: xx-large; font-weight: bold; 
	position: absolute; z-index: 2; 
	padding-left: 10px; height: 53px; padding-top: 20px; }

/*content styles*/
div#content {
	padding: 0 12px;
	top: 170px;
	background: #CCFFFF;
	margin: 10px 10px 0 155px;
	left: 155px;
	color: #000000;
}
	
#content ul {
	list-style: disc inside;
	margin-left: 20px;
	font-size: small;
}
#content li {
	list-style: disc outside;
	margin-left: 10px;
	font-size: 100%;
}

div#navbar { 
	width: 126px; 
	border-right: 1px solid #000; 
	color: #000; 
	background: #CFF; 
	left: 11px; top: 159px; 
	position: absolute; list-style: url(../none); 
	font: small Geneva, Arial, Helvetica, sans-serif; }

#navbar ul {
	list-style: none;
	border: none;
	font-size: 100%;
}

#navbar li { border-bottom: 1px solid #399; margin: 0;}

#navbar li a { 
	display: block; 
	border-left: 10px solid #DEE700; 
	border-right: 10px solid #FFFFCC; 
	color: #000000; 
	text-decoration: none; 
	width: 100px; padding: 5px; }

#navbar li a:hover { 
	border-left: 10px solid #1c64d1; 
	border-right: 10px solid #5ba3e0; 
	color: #fff; 
	font-weight: bold; 
	background: #399; 
	font-size: small; }

p { font-size: small; padding-top: 10px; padding-bottom: 10px; }

h2 { 
	padding-bottom: 5px; 
	font: bold large Verdana, Arial, Helvetica, sans-serif; }
h1 { font-size: x-large; font-weight: bold; }


h3 { font-size: medium; }

h4 {
	font-size: x-small;
	text-align: center;
	font-weight: normal;
	margin-bottom: 0px;
	padding-top: 20px;
}

.center { text-align: center; }
.centerstrong { font-weight: bold; text-align: center; }
.strong { font-weight: bold; }
.strongitalic { font-style: italic; font-weight: bold; }
.strongunder {
	font-weight: bold;
	text-decoration: underline;
}

div#footer { 
	width:100%; padding:4px 0; 
	font-size:x-small; text-align:center; 
	margin-top:1.5em; }

dt {
	font-size: medium;
	font-weight: bold;
	padding-bottom: 0px;
}
dd {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 1em;
}
#pict {
	float: left;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}


