body
	{
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 100.01%;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	}
	
p,pre {
	margin:0px 10px 10px 10px;
	font-size: 0.8em;
	line-height: 1.4em;
		}
		
ul, ol {
	font-size: 0.8em;
	line-height: 1.4em;
	margin-left: 35px;
	}
	
h1 {
	font-size:18px;
	padding-top:10px;
	color: #CC0033;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 10px 10px 10px;
	font-weight: normal;
		}		
	
			
#container {
	position: relative;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	
	}

#header {
	margin-bottom: 5px;
}	

.logo {
	padding-top: 15px;
	padding-bottom: 10px;
}

#nav {
	height: 45px;
	background: url(../images/img_nav_rightbg.gif) no-repeat right top;
}

#nav div.navbg {
	background: url(../images/bg_nav.gif) repeat-x top;
	height: 30px;
	width: 949px;
}

/* left column styles */
		
#contentleft {
		width:178px;
		padding:0px;
		float:left;
		background:#fff;
		}
		
#contentleft h1 {
	line-height: 16px;
	padding: 0px;
	margin: 0 0 10px 0;
	color: #CC0033;
	font-size: 14px;
	font-weight: bold;
}

#contentleft h2 {
	color: #CC0033;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#contentleft p {
	font-size: 11px;
	margin:0 0 20px 0;
}

#contentleft ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 1.2em;
}	

#contentleft li {
	font-size: 11px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 5px;
}	

#contentleft a:hover img {background-color:#fff;}	

#register {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 7px;
}
		
/* ---------- end left column styles ----------- */		

/* center column styles */
	
#contentcenter {
		width:540px;
		padding:0px;
		float:left;
		}
		
a, a:link, a:visited, a:active {
	color: #003399;
}

a:hover {}	
		
		
		
#contentcenter h2 {
	color: #000000;
	font-size: 14px;
	margin: 10px;
}	

#contentcenter h3 {
	color: #365971;
	font-size: 12px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	font-style: normal;
}		
		
#contentcenter ul {
	font-size: 12px;
	margin: 0px 0px 40px 30px;
	padding: 0px;
}

#contentcenter ul ul {
	font-size: 12px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
}

#contentcenter li {}	

#contentcenter td {
	font-size: 12px;
	padding: 4px;
}

#contentcenter a:hover {background-color: #DADADA;}

#home table {
	width: 480px;
	margin-bottom: 15px;
}

#home th {
	font-size: 12px;
	text-align: left;
	color: #CC0033;
	text-transform: uppercase;
	border-bottom: 2px solid #CCCCCC;
	padding: 4px 4px 4px 2px;
}	

#home td {
	font-size: 11px;
	padding: 2px;
	border-bottom: 1px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
}

#home td.norightborder {border-right-width: 0;}

#contentcenter img.clients {
	padding: 8px;
}

#contentcenter a img.clients {border-bottom-width: 1px solid red;text-decoration: none;}	

#contentcenter a:hover img.clients{background-color:#fff;}	
		
/* ----------- end center column styles ----------- */	

/* right column styles */	
	
#contentright {
	width:242px;
	padding:0px;
	float:left;
	background:#fff;
		}
		
#contentright img {
	margin-bottom: 22px;
}	
		
/* ----------- end right column styles ---------- */		
	

/* box with rounded corners */

.liquid-round {
width:98%;
margin:0px auto;
background:#fff url(../images/rounded/leftside.gif) repeat-y left top;
}

.top {
width:100%;
height:20px;
background:url(../images/rounded/top.gif) no-repeat left top;
}

.top span {
display:block;
position:relative;
height:20px;
background:url(../images/rounded/top-right.gif) no-repeat right top;
}

.center-content {
position:relative;
background:url(../images/rounded/rightside.gif) repeat-y right top;
padding:1px 15px 1px 20px;
margin:-1px 0 -50px 0;
}

.bottom {
width:100%;
height:60px;
background:url(../images/rounded/bottom.gif) no-repeat left bottom;
}

.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/rounded/bottom-right.gif) no-repeat right top;
}

/*  --------- end box with rounded corners ------------ */

/* form elements */

form {
	margin-left: 10px;
	background-color: #F1F4F4;
	width: 450px;
	padding: 10px;
}

form p {
	margin:0;
	padding-top:5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

input {
	border: 1px solid #CCCCCC;
	width: 150px;
	font-size: 11px;
}

textarea {
	border: 1px solid #CCCCCC;
	width: 350px;
	font-size: 10px;
}

input.btn {
	border: 1px ridge #4C7BB1;
	background-color: #365971;
	width: 80px;
	color: #FFFFFF;
	margin-left: 0px;
}


form p label {
	width:100px;
}

/* footer elements */

#footer {
	text-align: center;
	background: url(../images/img_footer.jpg) no-repeat center top;
	padding-top: 15px;
}

#footer p {font-size: 10px;}

#footer ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding: 5px 3px;
	font-size: 11px;
}

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	padding: 0;
	color: #003399;	
}

#footer a:hover {background-color: #DADADA;}	
