body { margin: 0; padding: 0; background: #111; }

* {margin: 0; padding: 0; border: 0; font-family: Verdana, Arial, sans-serif; }

p, h1, h2, h3, span#copyright { margin: 0 10px; color: #999999; font-weight: normal}
h1, h2, h4 {margin-top: 5px; color: #333; font-style: italic}
h3 {margin-top: 5px; color: #666; text-decoration: underline; font-weight: bold}

p { font-size: 0.75em; line-height: 1.6em; text-align: justify }
table { font-size: 0.75em; line-height: 1.6em; text-align: center }
h1 {float: center; font-style: italic; margin-top: 10px; margin-left: 10px; font-size: 1.75em; line-height: 1.75em; letter-spacing: 0.20em}
h1 a {color: #CCFF00; text-decoration: none}
h1 a:hover {color: #333; text-decoration: underline}

h2 { font-size: 1.30em; line-height: 2.40em }	
h3 { font-size: 0.90em; line-height: 1.60em }	
span#copyright { font-size: 11px; line-height: 35px; color: #000 }

div { padding: 10px 0;}

a {color: #FFFFFF; text-decoration: none}
a:hover {color: #800000; text-decoration: underline; background: #000000}

ul, ol {margin: 10px; color: #fff; font-size: 0.70em; line-height: 1.6em}
ul {list-style: square inside}
ol {list-style: decimal inside}
em {font-weight: bold; font-style: normal}

.rowcontainer {	
	float: center;
	margin-top: 5px;
	width: 1100px;
	overflow: hidden;
	background: #800000;
}

#title {position: relative; margin-bottom: 10px; width: 1100px; height: 25px; font-size: 2em; color: #800000}
#navbar {position: relative; width: 1100px; height: 2.0em; background: #800000}

#footer {color: #FFF; float: center; width: 1100px; height: 1.9em; line-height: 1em; text-align: left; font-size: 0.7em; background: #111; overflow: hidden}
#footer a {color: #FFF; text-decoration: none; font-style: normal}
#footer a:hover {color: #800000; text-decoration: underline}

ul#nav {margin: 0; bottom: 0; center: 7px; list-style: none inside; background: #111}
ul#nav li {float: left; margin-right: 1px; text-align: center}

ul#nav a {
	font-weight: bold;
	display: block;
	width: 6.6em;
	height: 3.5em; 
	line-height: 3.5em;
	padding-left: 5px;
	text-decoration: none
}

ul#nav li a:link, ul#nav li a:visited  {
	background: #444;
	color: #fff
}

ul#nav li a:hover, ul#nav li a:active {
	color: #800000;
	background: #111
}


/*---------------Columns: Note they dont add up to 100%, this is intentional to avoid problems!-----------*/ 

.fullcolumn {float: center; width: 99%;}		/* Full width column for a one column site */

.threequartercolumn {float: left; width: 60%;}		/* Three quarter width column for a two column site, pair with the onethirdcolumn div class */
			
.halfcolumn {float: center; width: 49%;}		/* Half width column for a two column site. */

.onethirdcolumn {float: left; width: 24.5%; }		/* One third width column for a three column site */

.onequartercolumn {float: left; width: 39% }		/* One quarter width column for a four column site */