body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #333333;
	background-color: #FBF9F7;
}

.clinfo
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size: 14px; 
}

.gen { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; */
	color: #333333;
	font-size: 12px; 

 }

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #446EC0;
	text-decoration: none;

}

a {
	color: #F47511;
}

a:hover {
	text-decoration: none;
	color: #446EC0;
}

#header {
	position : relative;
	width: 778px;
	height: auto;
	margin: 5px 30px 10px 30px;
	padding: 5px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;	
}

#header h1{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #F47511;
}

#header h1 a {
	text-decoration: none;
}

#header span {
	margin: 0px;
	padding: 3px 10px 3px 0px;
	font-size: 18px;
	color: #F47511;
}

#menu {
	position : absolute;
	bottom:0px;
	right:0px;
	width: auto;
	padding: 1px 0px 0px 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: right;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	background-color: #446EC0;
	color: #FFFFFF;
}

#content {
	width: 880px;
	margin: 20px 30px;
}

#content h2 {
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.2em;
	border-bottom: 2px dotted #CCCCCC;
}

#left {
	float: left;
	width: auto;
}

#right {
	float: right;
	width: 170px;
}

#footer {
	clear: both;
	width: 778px;
	margin: 0px auto;
	padding: 20px 0px;
}

#footer p {
	margin: 0px;
	border-top: 1px solid #CCCCCC;
	text-align: center;
	font-size: small;
	color: #CCCCCC;
}

span.err {
	color: red;
	padding : 0px 0px 0px 30px;
}
