body {
	margin: 20px 0;
	padding: 0;
	background: #373737;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1.2em;
	margin: 0;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:hover {
	color:#000000;
}

li {
	color: #000000;
}

li a:link {
	color: #666666;
}

li a:hover {	
	text-decoration: none;
	color: #000000;
}
td {
	color: #000000;
}

td a:link {
	color: #666666;
	text-decoration: none;
}
td a:visited {
	color: #666666;
	text-decoration: none;
}

td a:hover {	
	text-decoration: none;
	color: #000000;
}
img.float {
	float: left;
	margin: 5px 15px 10px 0;
	border: 5px solid #000000;
}

/* Header */

#header {
	width: 750px;
	margin: 0 auto;
	background: #343434  no-repeat 10px 10px;
}

#header * {
	margin: 0;
	padding: 0;
	float: left;
	text-decoration: none;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#header h1 {
	padding: 128px 0 0 18px;
	font-weight: bold;
}

#header h2 {
	padding: 128px 0 0 0;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(../Images/img3.gif) repeat-x;
	border: 10px solid #343434;
	border-top: none;
}
#content1 {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(../Images/3.jpg) repeat-x;
	border-top: none;
	
}
#contentMain {
	width: 750px;
	margin: 0 auto;
	background: #FFFFFF url(../Images/Bottom-Grey.jpg) repeat-x;
	border-top: none;
	
}
#colOne {
	float: left;
	width: 30px;
	padding: 20px 10px;
}
#colTwo {
	float: left;
	width: 470px;
	padding: 20px 10px;
	height:770px;
}
#colMain {
	float: left;
	width: 100%;
	padding: 20px 10px;
}
#colThree {
	float: left;
	width: 180px;
	padding: 20px 10px;
}

#colThree ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
/* Footer */

#footer {
	padding: 14px;
	text-align: center;
	font-size: 12px;
	color: #000000;
}

#colTwo a:link{
	color: #333333;
}
#colTwo a:visited{
	color: #333333;
}
#colTwo a:hover{
	color: #FF6600;
	text-decoration: none;
}

#footer a:link{
	color: #000000;
	text-decoration: none;
}
#footer a:visited{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	color: #FF6600;
	text-decoration: none;
}

#dropmenudiv{
position:absolute;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:10px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 2px solid #539ce6;
padding: 0px 0;
text-decoration: none;
}

.highlightit img{ 
filter:alpha(opacity=100);
-moz-opacity: 1;
}

.highlightit:hover img{
filter:alpha(opacity=80);
-moz-opacity: 0.8;
}
#Client_login { visibility: visible; position: absolute; top: 100px; left: 66%; width: 100px; height: 22px}

.bullet {list-style-image: url(../Images/dot.png);}