BODY
{
	margin: 0px;
	background-color: #ffffff;
	font-family : helvetica;
	color: #000;
}

P
{
	font-size: 13px;
}

A:link {text-decoration: none; color: #666666;}
A:visited {text-decoration: none; color: #666666;}
A:active {text-decoration: none; color: #333333;}
A:hover {text-decoration: underline; color: 333333;}

#page_holder
{
	position:relative; 
	width: 960px;
	height:100%;
	margin-left:auto; 
	margin-right: auto;
}

#header
{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 960px;
	height: 100px;
}

#header_image
{
	height: 100px; 
	width: 960px; 
	border: 0px;
}

#content
{
	position: absolute;
	display: inline;
	left: 250px;
	top: 120px;
	width: 650px;
	height: 400px;
	border: 0px solid black;
	overflow: auto;
}

#content_home
{
	position: absolute;
	display: inline;
	left: 250px;
	top: 125px;
	width: 650px;
	height: 400px;
	border: 0px solid black;
}

#content_vision
{
	position: absolute;
	display: inline;
	left: 300px;
	top: 105px;
	width: 550px;
	height: 400px;
	border: 0px solid black;
	overflow: auto;
}


#left_side_nav
{
	position: absolute; 
	left: 50px;
	top: 122px;
}

#bottom_horizontal_rule
{
	position: absolute;
	top: 543px;
	left: 40px;
	height: 2px;
	width: 880px;
	background-color: black;
}

#footer
{
	position: absolute;
	top: 560px;
	left: 0px;
	width: 960px;
	height: 20px;
	text-align: center;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

#footer_right
{
	position: absolute;
	top: 560px;
	left: 500px;
	width: 400px;
	height: 20px;
	text-align: right;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
}

.text11
{
	font-family: helvetica;
	font-size: 11px;
	color: black;
}

.text12
{
	font-family: helvetica;
	font-size: 12px;
	color: black;
}

.text13
{
	font-family: helvetica;
	font-size: 13px;
	color: black;
}

.text14
{
	font-family: helvetica;
	font-size: 14px;
	color: black;
}

.text16
{
	font-family: helvetica;
	font-size: 16px;
	color: black;
}

.text18
{
	font-family: helvetica;
	font-size: 18px;
	color: black;
}


