body {
	margin:0;
	padding:0;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	}

body {
	background: #333 url(images/radialbg.jpg) no-repeat 0 300px;
	}


img {
	border: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

li {
	list-style: none;
	}


.header {
	height: 203px;
	background: #000 url(images/header_logo.jpg) no-repeat;
}

.index .header {
	height: 276px;
	background: #000 url(images/index_header_logo.jpg) no-repeat;
}

.header a.logo {
	display: block;
	height: 203px;
	width: 223px;
	position: absolute;
	}

.index .header a.logo {
	display: block;
	height: 238px;
	width: 235px;
	top: 30px;
	left:80px;
	position: absolute;
	}


.header .title {
	margin: 10px 0 0 30.8em;
	position: absolute;
	height: 20px;
	padding-bottom:4px;
	background: url(images/header_title_bg.gif) repeat-x bottom;
	}

.content {
	border-left: 12px solid #0585c1;
	width: auto;
	background: #fff url(images/content_h.jpg) repeat-x top;
	min-height: 380px;
	_height: 380px;
	}

.index .content {
	border: none;
	width: auto;
	background: none;
}
	
.index .content .contentline {
	height: 17px;
	background: #979797 url(images/index_menu_line.jpg) no-repeat; 
	}

/* menu */
.menu {
	position: absolute;
	}

.index .menu {
	position: inherit;
	float: left;
	}

.index .menu .meunredline {
	height: 17px;
	background: #d4ac6a;
	width: 475px;
	}

.menu ul {
	margin: 0;
	padding: 0;
	width: 240px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .8em;
	}

.index .menu ul {
	float: left;
	height: 197px;
	background: #fff url(images/menu_libg.jpg) repeat-y right top;
	border-left: 14px solid #1e97cc;
	}
	
.index .menu .indeximg {
	background: #5f5741;
	}
	
	.index .menu .indeximg img {
		padding-left: 10px;
		}

.menu ul li {
	margin: 0;
	padding: 0;
	background: #fff url(images/menu_libg.jpg) repeat-y right top;
	border-bottom: 1px dotted #333;
	}
	
.menu ul li a {
	display: block;
	color: #666;
	padding: 6px 12px 6px 6px;
	}

.menu ul li a:hover {
	display: block;
	background: #e2c994;
	color: #755001;
	text-decoration: none;
	}

/* center */

.center {
	border-left: 1px solid #666;
	padding: 0 10px 150px 10px;
	left: 240px;
	top:0;
	position:relative;
	width: 40em;
	font-size: .75em;
	line-height: 180%;
	}

.center h2, .center h3, .center h4, .center h5 { 
	color:#52abd5;
	font-weight: bold;
	}

.center h2 {
	font-size: 1.5em;
	}

.center h3 {
	font-size: 1.4em;
	}

.center h4 {
	font-size: 1.3em;
	}

.center h5  {
	font-size: 1.2em;
	}


.center li {
	list-style: decimal;
	margin: 10px 0;
	}
	
.center p {
	margin: 10px 0;
	}
	
.center em {
	font-size: 110%;
	}
	 
.center h1 {
	color: #fff;
	font-size: 1.7em;
	padding: 4px 0 4px 0;
	margin: 0 0 0 0;
	}
	
/* rightbox */

.index .rightbox {
	width: 310px;
	text-align: left;
	padding: 6px;
	background: #000;
	color: #333;
	margin: 11.7em 0 0 33em;
	}

.index .rightbox .headbox {
	height: 58px;
	background: url(images/index_rightbox_bg.jpg) right no-repeat;
	border: 1px solid #fff;
	}
	
.index .rightbox .headbox a {
	height: 58px;
	width: 307px;
	display: block;
	}

.index .rightbox .bodybox {
	background: #fff;
	padding: 5px;
	margin-top:1px;
	border: 1px solid #fff;
	}

.index .rightbox .bodybox h4 {
	margin: 0 4px;
	background: url(images/index_rightbox_bull.gif) left center no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	}
	
.index .rightbox .bodybox p {
	padding: 0 10px 0 26px;
	line-height: 180%;
	font-size: .76em;
	}

.rightbox {
	width: 242px;
	margin: 2.7em 0 0 50em;
	position: absolute;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.rightbox .redbox {
	width: auto;
	margin: 10px;
	background-color: #f2e6d1;
	border: 1px solid #d4c1a0;
	text-transform: uppercase;
	color: #665a45;
	padding: 10px;
	letter-spacing: .7em;
	font-size: 1.2em;
	}
	
.rightbox .textbox {
	width: auto;
	margin: 10px;
	padding: 10px;
	background: url(images/rightpart_bg.jpg) repeat-x;
	font-style: italic;
	height: 154px;
	font-size: 1.15em;
	}
	
/* footer */
.footer{
	margin: 0 auto;
	width: 60em;
	text-align: center;
	font-size: .7em;
	color: #c1cce8;
	padding: 8px 0 20px 0;
	clear: both;
	}

.index .footer{
	padding-top: 100px;
	}

.footer ul{
	margin: 10px auto;
	padding:0;
	}

.footer ul li{
	display: inline;
	}

.footer ul li a{
	color:#c1cce8;
	white-space:nowrap;
	}
	
.footer div {
	margin: 6px auto;
	}

.footer hr {
	border: none;
	background: none;
	height: 1px;
	border-bottom: 1px dotted #fff;
	width: 30em;
	color:#e2c994;
	margin: 0 auto;
	padding:0;
	}

.footer .rights {
	color:#70879e;
	}	

.footer .rights a {
	color:#70879e;
	text-decoration: underline;
	}	

	.footer .rights a:hover {
		color:#70879e;
		text-decoration: none;
		}	

