﻿
html,body {
	margin:0;
	padding:0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: black;
	background-color: white;/*LightSteelBlue;*/
	padding: 0px; /*this provides a border for "page container*/
	
}

a:link, a:visited  {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: none;
	font:"Courier New", Courier, monospace;	
}
.hidden {
	display: none;
}



#page-container {
	width: 1000px;
	margin: auto;
	background: /*#FAFAD2;*/ white;
	/*border: 3px solid LightSlateGray; */
}



#topheader {
	height: 120px;
	padding:0;
	text-align:center;
 background: url(logo.gif);
border-bottom: 3px solid LightSlateGray; 
}


#main-nav {
	height: 40px;
	font-size: 15px;
	background-color: lightblue;
}

#main-nav ul {
	background-color: lightblue;
	}
	

ul#minitabs{
	list-stlye:none;
	margin:10 px;
	padding:0px 0;
	font-weight: ;
	text-align: center;
	/*white-space:no wrap;\*/
}
ul#minitabs li {
	display: inline;
	margin:0 60px; /*this spaces the list out*/
} 

ul#minitabs a{
	text-decoration:none;
	padding: 0 0 0px 0px;
	/*border: 0px solid #FFF;*/
	color:black;
	}

	
h1 {
	margin: 10;
	padding: 10;
	margin-top: 0px;
	padding-right: 0px;
	font-size: 25px;
	text-align: left;
	line-height:20px;
}

h2 {
	text-align:center;
}


#sidebar-a {
	float: left;
	width: 100 px;
	background:  white;
	line-height: 18px;
	/*border-top: solid 3px LightSlateGray;*/
}

#sidebar-a .padding {
	padding: 10px;
}

#sidebar-a H2 {
	text-align: left;
}

#header2 {
	height: 100px;
	text-align: center;
	}

#sidebar-b {
	float: right;
	width: 500px;
	line-height: 18 px;
}

#sidebar-b .padding {
	padding: 25px;
}

#sidebar-b h1 {
	line-height: 18px;
	}
	
#sidebar-b h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: left;
}

#sidebar-b p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content {
	/*margin-left: 100px;*/
	margin-right: 500px;
	background: /* #FAFAD2; */ white;
	line-height: 15px;
	/*border-top: solid 3px LightSlateGray;*/

}

#content .padding {
	padding: 25px;
}

#content h1 {
	line-height: 18px;
	}
	
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	text-align: left;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#footer {
	font-size:14px;
	padding:10px;
	color: midnightblue;
	margin-left:0px;
	clear: all;
	background: white; /* #B0C4DE;*/
	width: 1000px;
	text-align:left;
	border-top: solid 1px lightblue;
	}


