body
{
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, arial, verdana, tahoma, times new roman;
	font-size: 90%;
	color: #333;
	background: #FFF;
}

a
{
	text-decoration: none;
	color: #563C78;
}

a:hover
{
	text-decoration: none;
	color: #000;
}

img
{
	border: 0;
}

#headercont
{
	width: 100%;
	height: 150px;
	background-image: url('../images/background-header.jpg');
	background-repeat: repeat-x
}

#header
{
	margin: 0 auto;
	width: 800px;
	height: 150px;
}

#headerlogo
{
	float: left;
	width: 500px;
	height: 150px;
}

#headerright
{
	float: right;
	width: 300px;
	height: 150px;
}

#menucont
{
	width: 100%;
	height: 40px;
	background: #333;
}

#menu
{
	margin: 0 auto;
	width: 800px;
	height: 40px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#menu li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a
{
	float: left;
	background: #333;
	color: #999;
	text-decoration: none;
	padding: 11px 15px;
}

#menu a:hover
{
	background: #8772A4 url('../images/background-menu-hover.gif') center 0%;
	color: #FFF;
	text-decoration: none;
}

#maincont
{
	width: 100%;
}

#main
{
	margin: 0 auto;
	width: 800px;
}

#main p
{
	margin: 0 0 10px 0;
	padding: 0;
}

#main h1, #main h2, #main h3
{
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 150%;
	font-weight: normal;
	color: #555;
	letter-spacing: -1px;
	border-bottom: 1px solid #CCC;
}

#mainleft
{
	float: left;
	width: 420px;
	margin: 10px 0 0 0;
	padding: 0 10px 10px 0;
}

#mainleft ul
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: square;
}

#mainleft li
{
	margin: 0 0 0 30px;
	padding: 0;
}

#mainright
{
	float: left;
	text-align: center;
	font-weight: bold;
	width: 320px;
	margin: 60px 0 0 0;
	padding: 0 0 0 15px;
}

#mainright img
{
	float: left;
	margin: 0 0 10px 15px;
}

#mainright img.contactimg
{
	margin: 0;
}

#contactdetails tr
{
	width: 300px;
}

#contactdetails ul, #contactdetails li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#contactdetails td.left
{
	width: 100px;
	vertical-align: top;
	padding: 5px 0;
}

#contactdetails td.right
{
	width: 200px;
	vertical-align: top;
	padding: 5px 0;
}

#footercont { clear: both; border-top: 1px solid #CCC; margin: 20px 0 0 0; width: 820px; padding: 15px; text-align: right; font-size: 11px; color: #999; }
#footercont p { margin: 0 0 2px 0; }
#footercont a { color: #666; text-transform: capitalize; text-decoration: none; }
#footercont a span { color: #999; text-decoration: none; }
#footercont a:hover { color: #333; text-decoration: none; }



#mainleft .logorollover
{
	width: 260px;
	height: 35px;
	text-indent: 10000px;
	overflow: hidden;
	background-image: url(../images/clickmrsite.jpg);
	display: block;
}

#mainleft :hover.logorollover
{
	background-position: bottom left;
}

#fullpara
{
	clear: both;
}

#fullpara ul
{
	float: left;
	margin: 0 0 15px 15px;
	padding: 0 0 0 20px;
	list-style-type: circle;
}

#fullpara ul.pad
{
	margin: 0 200px 0 0;
}

form { margin: 0; padding: 0; text-align: left; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select { margin: 0 0 5px 0; padding: 0; }