﻿html {
    font-size:100%;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size:1em;
    line-height: 1.25em;
}

p {
    margin: 0 0 2em 0;
}

h1 {
    margin: .25em 0em .25em 0em; 
    line-height: 1.5em;
}

h2 {
    margin: 0em 0em .25em 0em; 
    line-height: 1.2em;   
}

h3 {
    margin: .25em 0em .25em 0em;    
}

h4 {
    margin: .125em 0em .125em 0em;    
}

ul {
    margin: 0 0 2.25em 2em;;
    
}

li {
    margin-bottom: 0.25em;    
}

/*stat*/

	#wrap {
		background:#99c;
		margin:0 auto;
		width:930px;
	}
	#header {
		background:#ddd;
	}


	#main {
		background:#9c9;
		float:right;
		width:735px;
	}

	#sidebar {
		background:#99c;
		float:left;
		width:195px;
	}

	#footer {
		background:#cc9;
		clear:both;
		width: 100%;
	}



#serviceslist {
    margin-top: -1em;
    list-style-type: none;
    font-weight: bold;   

}

#serviceslist ul {
    list-style-type: disc;
    font-weight: normal;
    margin-bottom: 0em;
}

#mailingaddress {
    margin: -1.98em 0em 0em 0em;
    padding-left: 3em;
}

#contactlist {
    line-height: 1.25em;
}

.frontpagebox {

    font-size: .625em;
    
}   
 
.eventhighlight {
    color: #fff;
    font-size: .75em;
}

.centeredtext {
    text-align:center;
    font-size: .625em;
    display:block;

}

.promoboxlink {
    text-decoration: none;
    color: #fff;
}

.promoboxlink:hover {
    text-decoration: underline;
}
