body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
	background: #FFFFFF url(images/PR_BG.gif) repeat-x;
}
a {
	text-decoration:underline;
	color: #FFFFFF;
}
a:visited {
	color: #CCCCCC;
}
a:hover {
	text-decoration:none;
}
h1 {
	margin: 30px 0px 0px;
	padding: 0px;
	float:left;
}
h1 a{
	display:block;
	background: url(images/PR_LOGO_SM.gif) no-repeat;
	height: 113px;
	width: 313px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}
h2 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 240%;
	color: #FF6600;
	font-weight: normal;
	margin: 20px 0px 5px;
}
h3 {
	font-family:Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #FF6600;
	padding-bottom: 2px;
	border-bottom: 2px solid #FF6600;
	margin: 5px 0px 5px;
}
#main_wrap{
	margin: 0px auto;
	width:770px;
}
#nav {
	clear:both;
	list-style:none;
	margin:0px;
	padding:0px;
}
#nav li{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
    	font-weight: normal;
	text-transform: uppercase;
	line-height: 100%;
	float:right;
}	
#nav li a{
	color: #000000;
	text-decoration: none;
	display:block;
	padding: 10px 16px 0px;
	height: 29px;
	float: left;
}	
#nav li a:hover{
	background: url(images/PR_HOVER.gif) repeat-x;
	color: #FFFFFF;
}
#content {
	width: 507px;
	float:left;
	padding: 0px 0px;
}
#sidebar {
	width: 230px;
	float: right;
	margin-top: 0px;
}
#submenu {
	list-style:none;
	margin: 0px;
	padding: 0px;
}
#submenu li{
	border-bottom: 1px solid #dae6e9;
	padding: 5px 0px;
}
#submenu li a{
	color: #333333;
	text-decoration: none;
}
#submenu li a:hover{
	color: #FF6600;
	text-decoration: none;
}
#footer {
	clear:both;
	background: url(images/PR_FOOTER.gif) repeat-x;
	text-align: right;
	height: 78px;
}
#copyright {
	width:  770px;
	text-align: right;
	margin: 5px auto;
	font-size: 90%;
	color: #000000;
}