body {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a, a:link, a:visited{
 color:#F5893A;
 text-decoration:underline;
}
a:hover{

}

.small {
	font-size: 9px;
}

.medium {
	font-size: 12px;
}

.big {
	font-size: 16px;
}

.xbig {
	font-size: 24px;
}

.expanded {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}


#header{
	float:left;
	width:100%;
}







.breadcrumbs {
	font-size: 11px;
	color: #999;
	padding: 10px;
}
.breadcrumbs a{
	color:#999;
}
.breadcrumbs a:hover{
	color:#F5893A;
}


ul.nav{
	padding:10px 5px 0 0;
	margin:0;
	list-style:none;
}
ul.nav li{
	padding:0;
	margin:0;
}

ul.nav li a{
	color:#666;
	text-decoration:none;
	background:url(images/nav_arrow.gif) 0px 9px no-repeat;
	padding:7px 0 7px 20px;
	margin:0;
	display:block;
	border-bottom:thin solid #C7C7C7;
	border-width:1px;
	font-weight:700;
}
ul.nav li.last a{
	border:none;
}
ul.nav li a:hover{
	color:#F5893A;
	background:url(images/nav_arrow_hover.gif) 0px 9px no-repeat;
}


div.left_content{
	float:left;
	width:170px;
	padding:0 10px 0 0;
}
div.right_content{
	float:left;
	width:610px;
}

.right_content h1{
	font-size:22px;
	padding:0 0 10px 15px;
	margin:0;
	color:#F5893A;
	height:27px;
	background:url(images/h1_bg.gif) 0px 8px no-repeat;
}

.right_content p{
	
}
