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

body
{
	background-color: #CCC;
}

#HeaderBar
{
	background-color: #FFF;
	overflow-style: auto;
	z-index: 2;
}

#HeaderContainer 
{
	position: relative;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 173px;
	z-index: 3;
	background-color: #CCC;
}

#NavBar
{
	overflow-style: auto;
	z-index: 2;
}

#NavContainer 
{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	height: 50px;
	z-index: 3;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
}

#BodyBar
{
	overflow-style:auto;
	z-index: 2;
}	

#BodyContainer
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	overflow:auto;
	z-index:3;
	background-color: #FFF;
}

#GraphicsAndTextBar
{
	position: relative;
	width: 100%;
	overflow: auto;
	vertical-align: middle;
}

#GraphicsContainer
{
	position: relative;
	width: 100px;
	height: 100px;
	z-index: 3;
	float: left;
	height: 100%;
	overflow: auto;
}

#TextContainerLeft
{
	position: relative;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	width: 675px;
	overflow-style:auto;
	z-index:3;
	background-color: #FFF;
	float: left;
	vertical-align: middle;
}

#TextContainerRight
{
	position: relative;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	width: 675px;
	overflow-style:auto;
	z-index:3;
	background-color: #FFF;
	float: right;
	vertical-align: middle;
}

#ImageContainerLeft
{
	position: relative;
	float: left;
	overflow-style: auto;
	padding-left: 25px;
	padding-bottom: 25px;
}

#ImageContainerRight
{
	position: relative;
	float: right;
	overflow-style: auto;
	padding-right: 25px;
	padding-bottom: 25px;
}

#FooterBar
{
	background-color: #CCC;
	overflow-style: auto;
	z-index: 2;
}

#FooterContainer 
{
	position: relative;
	width:900px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	overflow: auto;
	height:50px;
	z-index: 3;
	background-color: #CCC;
}

ul
{
	font: Arial;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
}

p
{
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 125%;
	padding-left: 25px;
	padding-right: 25px;
}

h
{
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h2
{
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;		
}

li
{
	font-size: 14px;
	margin-bottom: 10px;	
}

toplink
{
	position: relative;
	font: Arial;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	top: 10px;
}

.txt
{
 	padding: 5px; 
	width: 270px;
	resize: none;
}




