html
	{
/*	background-image: url("images/background3.jpg");
	background-repeat: no-repeat;
	background-position: top center;*/
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
body
	{
/*	background-image: url("images/");
	background-repeat: repeat-x;
	background-position: top center;*/
	margin: 0px;
	padding: 0px;
	background-color: #eff4f7;
	}
	
	


/* LINK FORMATTING */	
a:link, a:visited
	{
	text-decoration: none;
	color: #872a2a;
}
a:hover
	{
	text-decoration: underline;
	color: #872a2a;
}
a:active
	{
	text-decoration: underline;
	color: #872a2a;
	}
	
	
	

/* MAIN CONTAINER */	
#main
	{
	position: relative;
	width: 778px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(images/bg_main2b.gif) repeat-y 0 300px;
	border: solid 0px;
	}
div#main2b
	{
	position: relative;
	background: transparent url(images/bg_main2a.gif) no-repeat 0px 0px;
	border: solid 0px;
	}
div#capitol
	{
	position: absolute;
	bottom: 15px;
	right: 14px;
	width: 410px;
	height: 326px;
	background: transparent url(images/capitol-dome.gif) no-repeat bottom right;
	border: solid 0px;
	}
div#main2foot
	{
	clear: both;
	height: 17px;
	margin-top: 10px;
	background: #eff4f7 url(images/bg_main2foot.gif) no-repeat 0px 0px;
	border: solid 0px;
	}	
	
	
/* TOP HEADER */	
#header
	{
	height: 125px;
	background: #eff4f7 url(images/banner3.gif) no-repeat 10px 23px;
	border: dotted 0px;
	}
#header img
	{
	width: 100%;
	height: 100%;
	}
#logo a
	{
	float: left;
	margin: 43px 0 0 5px;
	width: 234px;
	height: 75px;
	border: solid 0px;
	}
	


/* NAVIGATION */	
#nav
	{
	float: right;
	margin: 3px 3px 0 0;
	padding: 0px;
	text-align: center;
	font: normal 11px "Helvetica", "arial", san-serif;
	border: solid 0px;
	}
#nav ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#nav li {
	float: left;
	height: 13px;
	background-color: transparent;
	color: #fff;
	margin: 0px;
	padding-top: 0px;
	border-left: solid 1px #fff;
	}
#nav a:link, #nav a:visited {
	display: block;
	color: #fff;
	background-color: transparent;
	text-decoration: none;
	padding: 1px 10px;
	}
#nav a:hover {
	background-color: transparent;
	color: #ff3333;
	}
.home #home, .about #about, .services #services, .partners #partners, .contact #contact {
	color: #f93;
	background-color: transparent;
	}
.home #home a:link, .home #home a:visited, .about #about a:link, .about #about a:visited, .services #services a:link, .services #services a:visited, .partners #partners a:link, .partners #partners a:visited, .contact #contact a:link, .contact #contact a:visited {
	color: #ff3333;
	background-color: transparent;
	cursor: default;
	}
	
	


/* CONTENT BOX */	
#content
	{
	float: left;
	margin: 0 0 15px 15px;
	width: 748px;
	font-family: Arial, Arial;
	font-size: 13px;
	text-align: left;
	color: #333;
	border: solid 0px;
	}
#content p
	{
	margin: 5px 0 10px 0;
	}
#contenttext
	{
	line-height: 21px;
	margin-top: 33px;
	padding: 20px 20px 0 20px;
	padding-top: 3px;
	border: dotted 0px;
	}
#contenttext_left
	{
	float: left;
	width: 335px;
	font-size: 16px;
	color: #666;
	line-height: 27px;
	margin: 45px 0 0 15px;
	padding: 0px 0px 3px 20px;
/*	background-color: #F9F7F2;*/
	border: solid 0px;
	z-index: 1;
	}
#contenttext_right
	{
	float: right;
	font-size: 29px;
	text-align: center;
	color: #333;
	line-height: 30px;
	margin: 50px 30px 0 0;
	padding: 0px 0px 0px 19px;
	border-left: dotted 3px #DAE4EA;
	}
#contenttext_right img
	{
	border: dotted 0px;
	}
.contactInfo
	{
	float: left;
	margin-left: 20px;
	}
.alignRight
	{
	text-align: right;
	}
.sandbag
	{
	float: right;
  	clear: right;
	margin: 0px 0px 3px 0px;
  	}
	
	


/* HEADINGS */	
h2
	{
	margin-top: 10px;
	margin-bottom: 3px;
	font-style: italic;
	}
h3
	{
	margin: 0px;
	font-size: 21px;
	}
h4
	{
	margin: 8px 0 0px 0;
	font-size: 14px;
	color: #601313;
	}



	
/* TEXT FORMATTING */
.red2
	{
	color: #900;
	font-weight: bold;
	}
.black
	{
	color: #000;
	font-weight: bold;
	}
.blue
	{
	color: #369;
	font-weight: bold;
	}
.size14 { font-size: 14px; }
.bold { font-weight: bold; }