@charset "utf-8";
/* CSS Document */
 body 	{
	Width: 100%;
	height: 100%;
	background-color: #496082;
	
		} 
#bannerbox	{
	width:100%;
	height: auto;
}
#container   {	
		width: 80%;
		margin: auto;
		background-color: #fafafe;
		}	
article {
		width: 80%;
		margin: auto;
		background-color: #fafafe;
		}
a      {
	font-family:garamond, "serif";
		font-size:.75em;
		color: darkolivegreen;
		}	
 a:hover {
	
		font-size: 1em;
		font-color: red;
}
li      {
        font-size: 1.3em;
        color: darkblue;

}   
 h1      {
		font-size: 3em;
		font-family: garamond, "serif";
		color:darkolivegreen;
	    text-align: center;
		}
 h2      {
		font-family:garamond, "serif";
		font-size: 2em;
		color: darkolivegreen;
	    text-align: center;
		}
  h3      {
		font-family: ariel, san-serif;
		font-size: 2em;
		color: darkolivegreen;
		text-align: center
		}	
	h4      {
		font-family: Times, "Times New Roman", "serif";
		font-size: 1.2em;
		color: darkolivegreen;
		}
	.short  {
		font-family: Garamond, "serif"; 
		font-size: 1.5em;
		font-color: #496082;
		}
		.inline-title {
		font-family: Garamond, "serif"; 
		font-size: 1.25em;
		font-color: #496082;
		}		
	
p 		{
		font-family: arial, san-sarif;
		font-size: 1.2em;
		margin-bottom: 10px;
		line-height: 25px;
		}
	
/*
#contentWrap {
	background-color: #35455f;
	width:900px;
	height:2000px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 20px;
}
#bannerBox {
	width: 900px;
	height:175px;
	
	
}
#bannerBox img {
	width:900px;
	height:175px;
}
#buttonBar   {
	padding-top:20px;
	background-image:url(../images/buttonBar02.jpg);
	width:900px;
	height:40px;
	text-align:center;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#DCD4E9;
	font-size:.75em;		
}

#textbox  {
	background-color: #35455f;
	width:900px;
	height:auto;		
}
#sidebar  {
	float:right;
	background-color: #999;
	width:300px;
	height:2000px;
	
}
#footer   {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#footer img {
	width:900px;
	margin-left:auto;
	margin-right:auto;	
}
#leftCol  {
	background-color: #eee;
	float:left;
	width:540px;
	height:auto;
	margin-left:5px;
	padding-right: 10px;
	padding-left: 20px;
	overflow: visible;
}
a:link {
	color: #DCD4E9;
	text-decoration: none;
}
a:visited {
	color: #C2C2FD;
	text-decoration: none;
}
a:hover {
	color: #ED7A7C;
	text-decoration: none;
}
a:active {
	color: #A2F5D7;
	text-decoration: none;
}
