body{
	margin: 0px;
	background: #ffffff url("images/bg_main.jpg") repeat-y top center;
	font: 0.75em arial,sans-serif;
	color: #000;
	line-height: 18px;
}

body,td{
	font-family: arial, Sans-serif;
	font-size: 0.75em;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
 }

.clearboth {
	clear: both;
}

#container{
	width: 970px;
	margin: 0px auto;
}

img {
	display: block;
	border: none;
}



#nav {
	float: left;	
}


#mainbody{
	width: 600px;
	float: right;
	padding-left: 25px;
}

h5 {
	color: #4f7ca2;
	font-weight: bold;
	font-size: 14px;
	margin: 0px;
}

h6 {
	color: #4f7ca2;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}




/*	#news rules */

#news {
	width: 275px;
	float: left;

}

#news p {
	padding: 0 35px;
}

#news a {
	color: #4f7ca2;	
	font-weight: bold;
	text-decoration: none;
}

#news a:hover {
	text-decoration: underline;
}

input.newsletter{
	color: #808284; 
	border: 0; 
	background-color: #dcddde; 
	width: 205px; 
	padding: 5px;
}






/*	#welcome rules */	
	
#welcome {
	width: 560px;
	float: left;
	margin-right: 28px; 
	padding: 0px;
}

#welcome img {
	margin: 0px;
	padding-right: 15px;
}

#welcome p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}

#welcome a:link {
	color: #4f7ca2;
	font-weight: bold;
	text-decoration: underline;
}

#welcome a:hover {
	color: #D49A0B;
	font-weight: bold;
	text-decoration: underline;
}

#welcome a:visited {
	color: #4f7ca2;
}






/*	#services rules */

#services {
	width: 407px;
	float: left;
	padding-top: 20px;
}

#services p{
	padding: 7px 35px 20px 24px;
	margin: 0;
}

#services h5 {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
	padding-right: 35px;
	margin: 0;
}

#services h6 {
	color: #4f7ca2;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding-left: 24px;
}

#services a:link {
	color: #4f7ca2;
	font-weight: bold;
	text-decoration: underline;
}

#services a:hover {
	color: #D49A0B;
	font-weight: bold;
	text-decoration: underline;
}

#services a:visited {
	color: #4f7ca2;
}


/*	contact rules */

#contact {
	width: 150px;
	margin-top: 15px;
	padding-top: 25px;
	background: url("images/map.jpg") no-repeat top center;
}



/*	#footer rules */



#footer {
	width: 550px;
	float: left;
	text-align: center;
	font-size: 0.9em;
}

#footer ul{
	list-style-type: none;
	padding: 0;
}

#footer li {
	display: inline;
	padding: 0 5px;
}


#footer a:link {
	color: #999999;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
}

#footer p {
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
}

#footer a:hover {
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}

#footer a:visited {
	font-size: 0.9em;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}



#hr2 {
	width: 570px;
	float: left;
	clear: both;
	border-top: 1px solid #dcdddf
}