h1,h2,h3,h4 {
	font-family: Arial Narrow, Arial, Verdana;
	color: #1462a5;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

h1 { font-size: 25px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

p { margin: 0 0 10px 0; }

/* Nav Start */


.topNav { 
	background: url(/UserUploadImages/system/Nav_line.png) no-repeat top right;
	/*width: 485px;*/
        width: 508px;
	height: 25px;
	margin: 0 auto;
}

.topNav ul {
	padding: 0;
	list-style: none;
}

.topNav ul li {
	background: url(/UserUploadImages/system/Nav_line.png) no-repeat top left;
	vertical-align: text-bottom;
}

.topNav ul li a {
	font: 12px Arial;
	font-weight: bold;
	color: #2A2A2A;
	text-decoration: none;
	padding:5px 10px 0pt 10px;
	display: block;
}

.topNav ul li a:hover {
	color: #1462a5;
        text-decoration: none;
}

/* Old browser PNG fix */

* html div.topNav { background: url(/UserUploadImages/system/Nav_line.gif) no-repeat top right; } *
* html .topNav ul li { background: url(/UserUploadImages/system/Nav_line.gif) no-repeat top left; } *

/* Nav End */


body {
	background: url(/UserUploadImages/System/topBg.jpg) no-repeat top center;
	color: #444444;
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0;
}

#topWrapper, #contentWrapper, #footer {
	margin: 0 auto;
	width: 1000px;
}

#topWrapper {
	min-height:140px;
	height:auto !important;
	height:140px;
}

#logo {
	height:113px;
}

#contentWrapper, #footer {
	padding: 10px 0 0 0;
}

#cLeft {
	width: 710px;
	float: left;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#cRight {
	width: 260px;
	float: right;
	padding: 0 0 0 30px;
	background: url(/UserUploadImages/System/shadowfadeLeft.jpg) no-repeat 0px 20px;
	min-height:500px;
	height:auto !important;
	height:500px;
}

#cRight div div { border-bottom: 1px solid #dadada; }
#cRight div div div { border-bottom: none; }
#cRight a { color: #1462a5; }

#footer {
	background-color: #dce8f2;
	padding: 10px;
	text-align: center;
}