body	{
	background: #336699 url(blue-gradient-repeat.jpg) repeat-x;
	height: 600px;
	color: #336699;
}

#head	{
	position: absolute;
	top: 0;
	left: 50;
	z-index: 1;
}

#nav	{
	position: absolute;
	top: 280px;
	left: 0px;
	font-weight: bold;
	width: 120px;
	padding-left: 50px;
	z-index: 2;
}

#navbar	{
	float:left;
	margin-top: -94px;
	margin-left: -15px;
	padding-right: 5px;
}

#foot	{
	clear: both;
	border: 1px solid #336699;
	color: #336699;
	font-size: small;
	}
a:link	{
	text-decoration: none;
}
a:hover	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}

.normal	{
	color: #ffffff;
	padding-bottom: 6px;
	cursor: pointer;
}

.hover	{
	color: #CC0000;
	padding-bottom: 6px;
	cursor: pointer;
}

#content	{
	position: absolute;
	top: 154px;
	left: 183px;
	width: 623px;
	z-index: 0;
}

#text	{
	width: 573px;
	background: #ffffff url(images/text-bg.jpg) repeat-y;
	padding-left: 30px;
	margin-top: -17px;
	padding-right: 20px;
}

#pagehead	{
	position: absolute;
	font-size: large;
	font-weight: bold;
	width: 500px;
	padding-left: 30px;
	margin-top: -30px;
	z-index: 4;
}

.vspace	{
	height:5px;
	line-height: 5px;
}

.left	{
	float: left;
	padding: 10px;
	clear: both;
}

.right	{
	float: right;
	padding: 10px;
	clear: both;
}

p	{
	clear: both;
}

.box_right {
position:relative;
float:right;
clear:both;
width:200px;
margin:0 0 10px 10px;
padding:0 10px 0 10px;
background:#336699;
color:#ffffff;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.0em;
font-weight: bold;
}

.box_right p {
margin:10px 10px;
}

.box_cnr_top {
background:url(images/corner_tr.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

.box_cnr_bottom {
background:url(images/corner_br.gif) no-repeat top right;
margin:0 -10px 0 -10px;
}

img.cnr {
width:14px;
height:14px;
border:none;
display: block !important;
}

#contactTbl td	{
	text-align: left;
	padding: 0 10px 0 10px;
	vertical-align: top;
}

.nolink	{
	color: #cccccc;
	padding-bottom: 6px;
	cursor: default;
}