BODY {
	background: #666 url(images/background_new.jpg) no-repeat left 150px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	text-align: center;
}

a {
	color: #369;
}

a:hover {
	color: #033;
}
.master {
	width: 775px;
	margin: 28px auto 0px auto;
	background: #f4f4f4 url(images/main_right.gif) repeat-y right;
	text-align:left;
}
.left {
	background: #f4f4f4 url(images/nav.jpg) no-repeat;
	width: 221px;
	float: left;
	padding: 23px 8px 0px 8px;
	font-size: 8pt;
}

.left li a {
	color: #fff;
	display: block;
	background : #369;
	border-bottom : 1px solid White;
	text-decoration : none;
	padding: 3px 8px;
}

.left li a:hover {
	color: #369;
	background : #9cf;
}

.left li a.selected {
	color: #000;
	background : #ccf;
}

.left ul, .left li {
	display: inline;
	margin: 0px;
	padding: 0px;

}


.top_nav {
	background: #a4a4a4 url(images/top_nav.gif) repeat-x;
	padding: 8px 0px;
	font-size: 10pt;
	font-weight: bold;
	text-transform: uppercase;
}

.top_nav .pipe {
	display: none;
}

.top_nav a{
	margin: 0px;
	border-right: 1px solid #FFF;
	text-align:center;
	padding: 8px 8px;
	color: #123;
	text-decoration: none;
	
	
	
	
}
.top_nav a:hover, .top_nav a.selected:hover{
	background: #9cf;
	color: #123;
}

.top_nav a.selected {
	
	color: #630;
}


.content {
	margin-left: 240px;
	padding: 10px 10px 10px 5px;
}

.content_top {
	background: #fff url(images/content_back.gif) repeat-x;
	height: 17px;
}

.content_top_left {
	float: left;
	background: url(images/content_top_left.gif) no-repeat;
	height: 17px;
	width: 17px;
}

.content_top_right{
	float: right;
	background: url(images/content_top_right.gif) no-repeat;
	height: 17px;
	width: 17px;
}
.content_mid {
	background: #c7c5c7;
	padding: 0px 1px;
}
.content_white {
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 0px 17px;
}

h1 {
	font-size: 14pt;
	color: #036;
	margin: 0px;
}
h2 {
	font-size: 12pt;
	color: #036;
	margin: 0px;
}
.content_bottom {
	background: #fff url(images/content_back.gif) repeat-x bottom;
	height: 17px;
}

.content_bottom_left {
	float: left;
	background: url(images/content_bottom_left.gif) no-repeat;
	height: 17px;
	width: 17px;
}

.content_bottom_right{
	float: right;
	background: url(images/content_bottom_right.gif) no-repeat;
	height: 17px;
	width: 17px;
}
.footer {
	clear: both;
	background: url(images/foot_back.gif) repeat-x bottom;
	height: 20px;
	text-align: center;
	font-size: 10pt;
	
}

.footer_left {
	float: left;
	background: url(images/foot_left_2.gif) no-repeat bottom;
	height: 20px;
	width: 17px;
}

.footer_right{
	float: right;
	background: url(images/foot_right_2.gif) no-repeat bottom;
	height: 20px;
	width: 17px;
}
.bottom_nav {
	text-align: center;
	font-size: 10pt;
	margin-top: 5px;
	color:#fff;
	
}