/**** 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;
	}
a {
	cursor: pointer;
	}

/**** Global Structure ****/
body {
	background: #deebfb;
	}

#wrapper {
	margin: auto;
	margin-bottom: 15px;
	width: 900px;
	}
	
#header {
	width: 900px;
	height: 85px;
	background: #fff;
	}
	#header-logo {
		margin: 15px 0 0 35px;
		float: left;
		width: 260px;
		}
	#header-right {
		float: right;
		margin: 5px 0 0 0;
		width: 180px;
		}
	#header-right div {
		float: right;
		margin: 0 20px 0 20px;
		}
		#header-right div a{
			font-size: 7pt;
			color: #000;
			}
		#header-right div a:hover{
			color: #2497cd;
			}

#bar {
	width: 900px;
	height: 35px;
	background: url('images/bar.jpg');
	}
	#bar div{
		float: right;
		margin: 1px 50px 0 50px;
		}
		#bar div a{
			font-size: 10pt;
			color: #FFF;
			font-weight: bold;
			padding-bottom: 3px;
			}
		#bar div a:hover{
			color: #deebfb;
			}

#main {
	margin: 0 0 5px 0;
	width: 900px;
	background: url('images/background.jpg') no-repeat #5d9fc5;
	min-height: 455px;
	}
	/* for Internet Explorer */
	/*\*/
	* html #main {
	height: 455px;
	}
	/**/
	#main #left {
		float: left;
		width: 121px;
		margin: 0 28px 0 28px;
		}

#footer {
	float: left;
	margin-bottom:10px;
	width: 900px;
	}
	#footer div {
		float: left;
		font-size: 7pt;
		color: #000;
		margin: 0 0 0 37px;
		}
		#footer div a:hover{
			color: #2497cd;
			}
		
		
/**** Common Classes ****/
a {
	color: #000;
	text-decoration: none;
	}

h1 {
	color: #f7941e;
	font-size: 22pt;
	font-weight: bold;
	margin: 0 0 8px 0;
	}

h3 {
	color: #000;
	font-size: 11pt;
	font-weight: bold;
	margin: 5px 0 5px 0;
	}

p {
	color: #000;
	font-size: 9pt;
	margin: 0;
	}
	
.rightalign {
    float: right;
    }

.leftalign {
    float: left;
    }

.addbold {
	font-weight: bold;
	}

.bar {
	width: 805px;
	height: 4px;
	background: #f7941e;
	margin: 5px 0 15px 0;
	float: left;
}