body,html {
	font-family: Arial;
	height:100%;
}
a {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	margin: 3px;
}

a:hover {
	color: Red;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	margin: 3px;
}

h1,h2 {
	font-family: Arial; 
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.non {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: square;
	font-size: 12px;
}
td {
	font-family: Arial;
	font-size: 13px;
}

.title {
	color: White;
	font-size: 12px;
}


#content {
	height: auto;
	width: 997px;
	overflow:auto;
}

#left_side{
	float:left;
	height:100%;
	min-height:400px;
	
}

#middle_container{
	margin:0;
	padding-left:112px;
	width:605px;
	float:left;
	background-image:url(images/left_side_background.png);
	background-repeat:repeat-y;
}


#history-body #middle_container, #services-body #middle_container, #locations-body #middle_container{
	margin:0;
	padding-left:112px;
	width:auto;
	background-image:url(images/left_side_background.png);
	background-repeat:repeat-y;
	text-align:left;
}

#locations-body #middle_container, #opportunities-body #middle_container{
	height: 450px;
}

#dummy-container {
	float:right;
	height:200px;
	width:264px;
}

#right_side{
	float:right;
	width:273px;
}

#header_right{
}

#right-side-content {
	width:194px;
	margin: 0 20px;
	padding:10px 20px;
	background-color:#ffd366;
	border-left:1px solid #8494aa;
	border-right:1px solid #8494aa;
}

#bottom_right{
}

#footer_container {
	width:997px;
	height:254px;
}

#footer_left {
	float:left;
}

#footer_right {
	float:right;
	background-image: url(images/mainpage-right.png);
	background-repeat:no-repeat;
	height:183px;
	width:254px;
	margin-top:-141px;
}


#history-body #footer_right {
	background-image: url(images/history-right.png);
	background-repeat:no-repeat;
	height:230px;
	margin-top:-188px;
}

#services-body #footer_right {
	background-image: url(images/services-right.png);
	background-repeat:no-repeat;
	height:230px;
	margin-top:-188px;
}

#locations-body #footer_right {
	background-image: url(images/locations-right.png);
	background-repeat:no-repeat;
	height:191px;
	margin-top:-149px;
}

#opportunities-body #footer_right {
	background-image: url(images/opportunities-right.png);
	background-repeat:no-repeat;
	height:230px;
	margin-top:-188px;
}


#footer{
	float:left;
	width:631px;
	height:42px;
	background-image:url(images/footer-bkg.png);
	background-repeat:repeat-x;
	color:#fff;
}

#footer p {
	padding-left:0;
	padding-right:0;
	font-size:12px;
}