body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg_main.gif) repeat-y fixed left #CCCCCC;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-weight: bold; 
	font-size: 14px; 
	margin: 0px; 
	color: #333333;
}

h2 {
	font-weight: bold; 
	font-size: 14px; 
	margin: 0px; 
	color: #999999;
}

h3 {
	font-weight: bold; 
	font-size: 12px; 
	margin: 0px; 
	color: #999999;
}

h4 {
	font-weight: bold; 
	font-size: 13px; 
	margin: 10px 0px 0px 0px; 
	color: #999999;
}

h5 {
	font-weight: bold; 
	font-size: 13px; 
	margin: 0px; 
	color: #999999;
}

hr {
	border: #F5A823 1px solid;
	margin-bottom: 20px;
	border-left-width: 0px;  
	border-right-width: 0px;
}

a:link {
	color: #F5A823; 
	text-decoration: none; 
	outline: none;
}

a:visited {
	color: #CCCCCC; 
	text-decoration: none; 
	outline: none;
}

a:hover {
	color: #CCCCCC; 
	text-decoration: none; 
	outline: none;
}

a:active {
	color: #333333;
	text-decoration: none; 
	outline: none;
}

a.topnav {
	color: #333333; 
	text-decoration: none; 
	font-weight: bold;
	padding: 0px 0px 0px 30px;
}

a.topnav:visited {
	color: #999999; 
}

a.topnav:hover {
	color: #CCCCCC; 
}

a.topnav:active {
	color: #333333;
}

div.content {
	width: 950px;
	/*background-color: #FFFFFF;
	position:absolute;*/
	padding: 0px;
	margin: 0px;
	height: 100%;
}
	
div.header {
	height: 270px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

div.topbar {
	height: 99px;
	background: url(../images/bg_topbar.gif) #333333 repeat-x fixed;
}

div.navbar {
	height: 26px;
	padding: 8px 0px 0px 240px;
	background: url(../images/bg_nav.gif) #FFCC00 repeat-x fixed;
}

div.imagebar {
	height: 137px;
	background: #FFFFFF;
	border-bottom: solid 1px #333333;
	border-top: solid 1px #FFFFFF;
}

div.logo {
	width: 236px;
	height: 127px;
	background: #999999;
	padding: 10px 0px 0px 20px;
	margin: 0px;
	float: left;
}

div.photo {
	background: #FFFFFF;
}

div.main_container {
	width: 950px;
	/*background-color: #FFFFFF;*/
}

div.sidebar_left {
	width: 236px;
	height: 100%;
	background: #DCDCDC;
	padding: 10px 0px 0px 20px;
	float: left;
}

div.main {
	width: 674px;
	background: #FFFFFF;
	padding: 10px 10px 10px 10px;
	float:right;
}


