@charset "utf-8";
* 	{
	padding:0;
	margin:0;
	}

#wrapper
	{
	width:760px;
	background: #ffffff;
	margin: 10px auto 0 auto;
	}

body
	{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	}
	
#banner
	{
	border-top:1px solid #555faa;
	border-left:1px solid #555faa;
	border-right:1px solid #555faa;
	height:110px;
	margin:0;
	}
	
#headline
	{
	height:160px;
	border-left:1px solid #555faa;
	border-right:1px solid #555faa;
	}

#navbarhorizontalcontainer
	{
	width:758px;
	position:relative;
	font-size:80%;
	background:#ccd2ff;
	border-left:1px solid #555faa;
	border-right:1px solid #555faa;
	}
	
#navbarhorizontal
	{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	width:151px;
	text-align:center;
	float:left;
	}

a.content:link {text-decoration:underline; color:#333333;}
a.content:visited {text-decoration:underline; color:#333333;}
a.content:hover {text-decoration:underline; color:#333333;}
a.content:active {text-decoration:underline; color:#333333;}
	
a:link,
a:visited,
a:hover,
a:active{text-decoration:none; color:#333333;}

a:hover {text-decoration:underline;}


#contentcontainer
	{
	width:758px;
	border-left:1px solid #555faa;
	border-right:1px solid #555faa;
	border-bottom: 1px solid #555faa;	
	}

#leftcolumn
	{
	width:149px;
	float:left;
	padding:40px 20px 20px;
	}

#rightcolumn
	{
	width:529px;
	float:left;
	padding:40px 20px 20px;
	
	
	}
	
p 
	{
	line-height:120%;
	font-size:80%;
	margin-bottom:1em;
	}
	
h4
	{
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	font-weight:100;
	margin-bottom:0;
	color:#555FAA;
	}

h5
	{
	font-size:80%;
	margin-bottom:0;
	font-weight:900;
	}

h6 
	{
	font-size:80%;
	margin-bottom:0;
	font-weight:100;
	}

.underline
	{text-decoration:underline;
	}

.bold
	{
	font-weight:900;
	}


h1,h2,h3,h4,h5,h6 {line-height:120%;}

#smallprint {
	clear: both;
	background: #fff;
	font-size: x-small;
	padding-top: 10px;
	width:760px;
	margin:0 auto;
}