/**** 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: #f2be1e url('images/bg.jpg') center top;
	}

#wrapper {
	margin: auto;
	width: 710px;
	}
#header {
	margin: 10px 0 8px 0;
	height: 19px;
	width: 710px;
	}
	#header div a {
		letter-spacing: 1px;
		font-size: 10pt;
		font-weight: bold;
		font-family: Verdana;
		color: #FFF;
		}
	#header div a:hover {
		color: #000;
		}
	
#main {
	float: left;
	width: 710px;
	}

	#main #main-top {
		float: left;
		width: 710px;
		height: 16px;
		background: url('images/bg-main-top.gif');
		}
		
	#main #main-mid {
		float: left;
		width: 710px;
		min-height: 480px;
		background: url('images/bg-main-mid.gif') repeat-y;
		}
		/* God I hate Internet Explorer */
		/*\*/
		* html #maincontent {
		height: 480px;
		}
		/**/
		#main #main-mid a{
			color: #c8cc1a;
		}
	#main #main-btm {
		float: left;
		width: 710px;
		height: 16px;
		background: url('images/bg-main-btm.gif');
		}
		
#front {
	float: left;
	width: 435px;
	}

	#front #front-top {
		float: left;
		width: 435px;
		height: 16px;
		background: url('images/bg-front-top.gif');
		}
		
	#front #front-mid {
		float: left;
		width: 435px;
		height: 580px;
		text-align: center;
		background: url('images/bg-front-mid.gif') repeat-y;
		}
		
	#front #front-btm {
		float: left;
		width: 435px;
		height: 16px;
		background: url('images/bg-front-btm.gif');
		}

#sidebar {
	float: right;
	width: 250px;
	}
	#sidebar .sidebar-top {
		width: 250px;
		height: 16px;
		background: url('images/bg-sidebar-top.gif');
		}
	#sidebar .sidebar-mid {
		width: 250px;
		height: 157px;
		background: url('images/bg-sidebar-mid.gif') repeat-y;
		}
	#sidebar .sidebar-btm {
		width: 250px;
		height: 16px;
		margin-bottom: 22px;
		background: url('images/bg-sidebar-btm.gif');
		}

#footer {
	margin: auto;
	width: 710px;
	}
	#footer div {
		font-size: 8pt;
		font-family: Verdana;
		color: #000;
		}
	#footer div a {
		font-size: 8pt;
		font-family: Verdana;
		color: #000;
		}
	

/**** 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: #FFF;
	font-size: 9pt;
	line-height: 12pt;
	margin: 0 0 0 30px;
	padding: 0 0 12px 0;
	}
	
#main-mid div ul {
	color: #FFF;
	font-size: 8pt;
	margin: 0;
	padding-bottom: 10px;
	list-style-image: url('images/yellow-dot.gif');
	}
	#main-mid div ul li {
		padding-bottom: 5px;
		}

.orange {
	border: 2px solid #f69220;
	}
	
.rightalign {
    float: right;
    }

.leftalign {
    float: left;
    }

.addbold {
	font-weight: bold;
	}
