<!-- initial setup-->
* {
	margin:0;
	padding:0;
}

body {font:12px/1.5 Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif; background-color:#000; color:#FFF;
	}
p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:20px}
hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}

<!--page divs-->

#logo {  
	margin-top:50px;
} 

#body {background-color:#000;	
}

#header {height:50px; margin-top:20px; margin-bottom:10px;}

#contact {background-color:#000;margin-top:20px; }

#footer1 {padding-top:20px; background-image:url(../images/help.png); background-repeat:no-repeat; margin-bottom:20px;}
#footer2 {padding-top:20px; padding-left:60px;padding-bottom:20px; background-image:url(../images/contact.png); background-repeat:no-repeat;}

<!--Text styling-->

input[type="submit"] { background-color:#906;
}

p {	color:#ccc;
	letter-spacing:0.2em;
	line-height:1.5em;
		}
p:first-letter {font-size:14px; line-height:1.0em; font-family:Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif;}
a:link, a:visited, a:active {color: #FFF;
	letter-spacing:0.1em;
	text-decoration:none}
	
a:hover {color:#CCC; letter-spacing:0.1em; text-decoration:underline;}	
a.viewsite {font-size:12px; color:#CCCCCC;letter-spacing:0.1em; line-height:20px}

h1 {color:#6C3; font-size:24px; font-family:Georgia, Times, serif; letter-spacing:0.1em; line-height:1.5em;}
h2 {color:#ccc; font-family:Helvetica, Verdana, Arial, sans-serif; font-size:14px; letter-spacing:0.1em; line-height:1.5em;}
h3 {color:#6C3; font-size:16px; font-family:Georgia, Times, serif; letter-spacing:0.1em; line-height:1.5em;}
h4 {color:#fff;font-family:Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-serif; letter-spacing:0.1em; font-size:18px; background-color:#920F5E; text-align:center; line-height:30px;}

h5 {color:#6C3; font-size:14px; font-family:Georgia, Times, serif; letter-spacing:0em; line-height:1.5em;}
	
h6 {color: #ccc;
	letter-spacing:0.2em;
	font-size:13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	line-height:16px;}

acronym {
  border-bottom: 1px dashed black;
  cursor: help;
	}
img {border:0;}

ul{list-style:square}
li{margin-left:30px}

ol{list-style:decimal}
