/**** eHC default style ****/
img, div, body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, sans-serif;
	font-size: 0px;
	}
img {
	float: left;
	}

	
/**** Global Structure ****/
body {
	background: #a5d9f6;
	}

#wrapper {
	margin: auto;
	margin-bottom: 15px;
	width: 980px;
	background: #FFF;
	border-top: 1px #FFF solid;
	height: 613px;
	overflow: hidden;
	}

#header {
	width: 980px;
	height: 90px;
	float: right;
	}
	#header-logo {
		width: 268px;
		display: inline;
		margin: 20px 0 0 110px;
		float: left;
		}
	#header-right {
		display: inline;
		float: right;
		width: 500px;
		padding-right: 100px;
		}
	#header-right div {
		display: inline;
		margin: 5px 10px 0 10px;
		float: right;
		}

#bar {
	width: 980px;
	height: 16px;
	float: right;
	background: url('images/bar-background.gif') #FFF;
	}
	#bar div{
		float: right;
		margin: 0 25px 0 25px;
		}

#sidebar {
	float: left;
	width: 190px;
	background: #FFF;
	padding: 0 5px 0 70px;
	margin-top: 15px;
	height: 450px;
	}
	#sidebar p {
		line-height:9.5pt;
		}
		#sidebar .not-selected p{
			margin: 4px 0 7px 0;
			font-size: 8.5pt;
			font-weight: bold;
			}
		#sidebar .not-selected p a{
			color: #000;
			}
		#sidebar .not-selected p a:hover{
			color: #1380b9;
			}
		#sidebar .selected p{
			margin: 4px 0 7px 0;
			font-size: 8.5pt;
			font-weight: bold;
			}
		#sidebar .selected p a{
			color: #1380b9;
			}

#main { /*699px left in wrapper*/
	float: right;
	width: 555px;
	background: #fff;
	padding-top: 15px;
	margin-right: 140px;
	}

#main-scroll { /*699px left in wrapper*/
	float: right;
	width: 625px;
	background: #fff;
	padding-top: 15px;
	padding-right: 70px;
	height: 450px;
	overflow: auto;
	}
	
#main-scroll2 { /*699px left in wrapper*/
	float: right;
	width: 615px;
	background: #fff;
	padding-top: 15px;
	padding-right: 70px;
	height: 450px;
	overflow: auto;
	}

#right-side {
	float: right;
	width: 140px;
	height: 300px;
	background: url('images/violator-bg2.gif') repeat-x;
	}

#footer {
	float: left;
	width: 980px;
	}
	#footer div {
		float: left;
		margin: 0 12px 15px 14px;
		}


/**** Common Classes ****/
div.vert-bar {
	float: left;
	margin: 15px 5px 10px 5px;
	}
	
div.horz-bar {
	float: left;
	width: 980px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	}
	div.horz-bar img {
		float: none;
		}

.rightalign {
    float: right;
    }

.leftalign {
    float: left;
    }

p {
	font-size: 9pt;
	color: #000;
	line-height: 13pt;
	margin: 0 0 12px 0;
	}

.maintext {
	margin: 0 40px 10px 0;
	}

.addbold {
	font-weight: bold;
	}

h1 {
	color: #1380b9;
	font-size: 12pt;
	margin: 24px 0 10px 0;
	letter-spacing: 1px;
	}

h2 {
	color: #000;
	font-size: 10pt;
	margin: 0 0 0 0;
	}

h3 {
	color: #000;
	font-size: 12pt;
	margin: 0 0 12px 0;
	letter-spacing: 1px;
	}

a {
	text-decoration: none;
	color: #29a8e5;
	}
#main-scroll a:hover {
	text-decoration: underline;
	color: #115b88;
	}

		ul {
			font-size: 9pt;
			color: #000;
			line-height: 13pt;
			margin: 0 0 12px 15px;
			padding-left: 15px;
		}

	.icon-legend {
		text-align: right;
		position: relative;
		height: 0px;
		background: #f68828;
		padding: 0 5px 0 0;
		overflow: hidden;
		}
	.icon-legend2 {
		text-align: right;
		position: relative;
		height: 0px;
		background: #39b54a;
		padding: 0 5px 0 0;
		overflow: hidden;
		}
	.icon-legend p {
		color: #fff;
		margin: 0px;
		padding: 0xp;
	}
	.icon-legend2 p {
		color: #fff;
		margin: 0px;
		padding: 0xp;
	}