﻿.style2 {font-weight: bold}
.style1 
{
    font-family: "BD Northern", "Tempus Sans ITC", Papyrus; 
    font-weight: bold;
}


/******************
HTML Tags
******************/

body {
	font-family: Tahoma, "Courier New", Courier, monospace;
	color:#000066;
	margin:10px 0px 20px 0px;
	font-size:.95em;
	background-color: #B1E054;
	
	}



/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
	color:#858585;
	padding:18px 0px 0px 30px;
	}


	
#header-container {
	width: 100%;
	height:170px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff;
	}
	
#logo-container{
	height:135px;
	margin-left: 20%;
	}

#links-container {
	height:35px;
	background: #000066;
	vertical-align:bottom;
	}

#content-container {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 0px 10px 20px;
	background: #B1E054;
	}

#side {
	width:170px;
	float:left;
	font-size:.8em;
	margin-bottom:18px;
	}

#content {
	width:510px;
	margin-left:200px;
	}

#three-column-container {
	width:100%;
	margin:10px 0px;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}

#footer 
{
    font-family: Tahoma;
	clear:both;
	width:100%;
	height:75px;
	min-height:75px;
	margin-right:auto;
	margin-left:auto;
	padding:20px 0px 10px 200px;
	background: #000066;
	color:#B1E054;
	font-size:.75em;
	}


