body{
text-align: center;
background-image: url(../Images/comp010.jpg);
}

h4 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-style: italic;
text-align: center;
}

h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
font-style: bold;
text-align: center;
}

a:active {color: #006633;text-decoration:none }
a:link {color: #006633;text-decoration:none}
a:visited {color: #009933;text-decoration:none}
a:hover {color: #66FF99;text-decoration:none}
a:active {color: #009933;text-decoration:none}

span.center
{
	text-align:center;	
}

ul.SubNavList 
{
  list-style-image: url('../Images/bullet.png');
}

blockquote
{
	margin:15px	
}

ul.NoBullet 
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}

ul.Bullet
{
  list-style-type: circle;
  margin-left: 15px;
  padding-left: 4px;
	
}

.Main{
position: relative;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
width:760px;
height:100%;
margin: 0 auto;
text-align: left;
}

.Title{
position: absolute;
width:760px;
height:200px;
margin: 0 auto;
text-align: left;
background-color: #e4f6f6;
}

.Navigation{
position: absolute;
top:200px;
width:760px;
height:25px;
border-bottom: white 1px solid;
margin: 0 auto;
text-align: left;
padding: 0;
}



.SubContainer
{
	position: absolute;
	top: 225px;	
	background-color: #66be7e;
	background-image: url(../Images/comp010_3.jpg);
}
.SubMenu
{
float: left;
left: 0px;
width:175px;
height:100%;
padding:0px;
margin: 0 auto;
text-align: left;
background-color: #66be7e;	
background-image: url(../Images/comp010_3.jpg);
}

.SubMenuBorder
{
	background-color: black;
	border-style: solid;
	border-width: medium;
	border-color: white;
	padding: 2px;
	margin: 6px;
}

.Content
{
float: left;
left: 175px;
width:585px;
padding:0px;
margin: 0 auto;
text-align: left;
background-color: white;
background-image: url(../Images/comp010_2.jpg);
}


.Bottom
{	
float:left;
width:585px;
height:20px;
margin: 0 auto;
text-align: center;
padding: 0;
}


