/*** Main layout divs ***/
#container {
	width: 763px;
	\width: 783px;
	w\idth: 763px;
}
h1, h2, h3, h4, h5, h6, p {
	position: relative;	/* MSIE6 hack */
} 
#logo, #navbox, #bannerbox {
	padding: 0px 10px 0px 10px;
	background-color:#FFF;
}
#logo {
	padding: 10px 10px 0px 10px;
	background-image:url(images/border_top.gif);
	background-repeat:no-repeat;
}
#bannerbox {
	margin-bottom: 10px;
	height:140px;
}
#wrapper {
	background-image:url(images/content_bgd.gif);
	background-repeat:repeat-y;
}
#content {
	padding: 15px 0px 10px 9px; _padding: 15px 0px 10px 14px;
	margin-right: 252px;
}
#content p {
	margin-left:5px;
	margin-right:20px;
	line-height:1.5em;
}
#contactus {
	position:relative;
}
#contactus p {
	margin-left:0px;
	margin-right:0px;
	position:static;
}
#contactus td {
	color:#333;
	margin-bottom:10px;
}
#contactus .rightcolumn {
	background-color:#EFEDEB;
	padding:5px;
}
#contactus .leftcolumn {
	font-weight:bold;
	width:200px;
}
#content ul {
	list-style:none;
	padding:5px 10px 0px 10px;
}
#content li {
	margin-right:20px;
	padding:0px 0px 5px 10px;
	background:url('images/bullet.gif') 0px 5px no-repeat;
	line-height:1.5em;
}
#content li ul li {
	padding:0px 0px 5px 10px;
}
#footer {
	clear:both;
	margin-top:10px;
	text-align:center;
}
#ct_logo {
	float:left;
	margin:0px 10px 10px 0px;
}
/*** Tags ***/
body {
	background-image:url(images/bgd.gif);
}
div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
}
td {
	color: #666;
	vertical-align:top;
}
div.spacer {
	clear: both;
	line-height:1px; 
	height:1px;
}
div.spacer2 {
	line-height:1px; 
	height:1px;
	width:500px;
}
a {
	color: #003366;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C60;
	font-weight: normal;
	margin: 0px;
	background-color: #F7F6F5;
	padding: 5px;
	margin-right:12px;
}
.pagehdr {
	border-bottom: 1px solid #CCC;
	padding-bottom: 4px;
	margin-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#004990;
	position:relative;
	margin-right:12px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
h3 {
	font-size: 11px;
	font-weight: bold;
	color: #5f5f5f;
}
form {
	padding:0px;
	margin:0px;
}
/*** Tableless Columns ***/
div.row {
	padding: 5px 0px;
	width: 485px;
	margin-bottom:20px;	
}

div.row span.leftcol {
	float: left;
	width: 137px;
	text-align: right;
	padding:5px;
	font-weight:bold;
}

div.row span.rightcol {
	float: right;
	width: 320px;
	text-align: left;
	background-color:#EFEDEB;
	padding:5px;
} 
.dl_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
a img { border:0px; }

.floatright { float:right; margin-left:10px; }

