@charset "utf-8";
/* CSS Document */

html{
min-height: 100%;
	margin-bottom: 1px;
}

body {
	background: #9e978b;
	min-height: 100%;
	margin: 0 0 1px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #1D3073;
	font-size:13px;
	background-image: url(../soft%20design/BG_gradient.jpg);
	background-repeat: repeat-x;
	font-family: Trebuchet MS, sans-serif;
}


#header {
	width: 770px;
	margin:  auto; /* the auto margins (in conjunction with a width) center the page */
	height: 212px;
	padding: 0px;
	border-left: 5px solid #ccc9c4;
	border-right: 5px solid #ccc9c4;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ebebeb;
	background-image: url(../soft%20design/CEO_Header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccc9c4;
	margin:  auto; /* the auto margins (in conjunction with a width) center the page */
	height: 100%;
	padding: 0px;
	border-left: 2px solid #ebebeb;
	border-right: 2px solid #ebebeb;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/*
#contentframe{
		width: 780px;
		padding-top: 0px;
		/*margin-right:3px;
		margin-left:7px;
		
		text-align:left;
}*/

	#contentleft {
		width:387px;
		/*height: 400px;*/
		margin-right: 3px;
		/*margin-right: 5px;
		border: 3px solid #22347d;*/
		float:left;
		/*background: #ccc9c4;
		/*color: #22347d;*/
		}
	

	
	#contentright {
		width:387px;
		/*height: 400px;
		border: 3px solid #22347d;
		*/margin-left: 3px;/*
		margin-right: 5px;
		padding:0px;*/
		float:right;
		/*background: #ccc9c4;
		/*color: #22347d;*/
		}
		
p{
margin-top: 2px;
margin-bottom: 0px;
margin-left: 4px;
margin-right: 4px;

}

h1 {
font-size:14px;
font-weight: bold;
margin: 0px;
}

a {
color: #1D3073;
text-decoration: underline;
font-weight:bold;
}

a:hover{
color: #821527;
}

a.nav{
color: #1D3073;
text-decoration: underline;
font-weight:bold
}

a.nav:hover{
color: #821527;
}
		
	

