body
{
	margin:0;
	padding:0;
	background: #8ea2b5;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

a { color:black; }
a:hover { color:#5173cd; }

#container
{
	width:800px;
	text-align:left;
	margin:0 auto;
}

#header
{
	height:100px;
	line-height:100px;
	border: none;
}

#menu
{
	height: 31px;
	line-height: 31px;
	background: url(assets/nav.jpg);
}

#menu a
{
	padding:0 26px;
	color:white;
	background:url(assets/navsep.jpg) no-repeat top right;
	text-decoration:none;
	font-size:13px;
	margin-right:3px;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .last
{
	background:transparent;
}

#main
{
	width:780px;
	height:149px;
	border: none;
}

#middle
{
	width:780px;
	padding:10px 10px 10px 10px;
	background:#FFFFFF url(assets/content.jpg) no-repeat;
}

#footer
{
	padding: 3px;
	text-align: center;
	background: #dbdad9;
}

.clear
{
	clear:both;
}

p.text_content, div.text_content p 
{ 
	line-height:16px; 
	text-align:justify; 
	margin:0;
	padding:0;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* HEADERS */
h1
{
	color:#000000;
	font-size:16px;
	font-weight:400;
	margin-top:0;
	border-bottom:1px solid #000000;
	margin-bottom:2px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	letter-spacing:-1px;
}

h2
{
	color:#000000;
	font-size:14px;
	font-weight:200;
	margin-top:0;
	margin-bottom:2px;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	letter-spacing:-1px;
}

/* SEPARATION BOXES */
#box1
{
	width: 160px;
	float: left;
}

#box1 ul { 
	line-height:16px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

#box2
{
	padding-left: 15px;
	width: 600px;
	float: left;
}

#box2 ul { 
	line-height:16px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.bolditalictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

#box3
{
	width: 780px;
	float: left;
}

#box3 ul { 
	line-height:16px; 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}
.boldtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.italictext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.bodytextspaceB4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}

