body {
	margin: 0;
	font-family:"lucida grande",arial,sans-serif;
	font-size: 12px;
	background: url(images/background.gif) repeat-x;
	font-weight: normal;
}

.head {
	display: none;
}

a {
	color:#900;
}

h3 {
	margin:10px 0;
	font-family:arial,sans-serif;
	font-size:16px;
	color:#900;
}
h3 a {
	color:#000;
}

h3 a:hover,
a:hover {
	color:#f00;
}

.clear {
	clear:both;
}

.container {
	width: 780px;
	margin: 0 auto;
}

.top_bar {
	background: url(images/background-header.gif) repeat-x;
	height: 161px;
	width: 780px;
}

.top_top_bar {
	background: url(images/top_bar.gif) no-repeat;
	height: 40px;
	width: 780px;
}

.top_container {
	height: 70px;
}

.banner_left {
	background: url(images/logo.gif) no-repeat;
	height: 43px;
	position: relative;
	top: 25px;
	left: 40px;
}

.container_inner {
	background: #efefef;
	padding: 10px;
}

.footer {
	background: #303030;
	height: 30px;
}

.footer_inner {
	background: #242424;
	height: 30px;
	width: 780px;
	margin: 0 auto;
	color: #FFF;
}

.footer_inner_inner {
	padding-top: 5px;
	padding-left: 10px;
}

.footer_inner ul {
	list-style:none;
	padding: 0;
	margin: 0 0 0 10px;
}

.footer_inner li {
	margin-top: 4px;
	float: left;
	padding: 2px;
}

.footer_bottom a{
	color: #000;
}

.footer_bottom a:hover{
	color: #000;
}

.footer_bottom {
	margin: 10px auto;
	width: 780px;
	text-align: center;
}

.tab_container {
	height: 30px;
	margin: 20px auto 0 0px;
}

.tab_off a{
	color: #FFF;
	text-decoration: none;
}

.tab_off a:hover {
	color: #FFF;
	text-decoration: underline;
}

.tab_off a:visited {
	color: #FFF;
}

.tab_on a {
	color: #000;
	text-decoration: none;
}

.tab_on a:hover {
	text-decoration: underline;
}

.tab_on a:visited {
	color: #000;
}

.tab_container ul{
	list-style:none;
	margin: 0;
	padding: 0;
}

.tab_container li {
	font-size: 13px;
	font-family: Arial;
	float: left;
}

.tab_on {
	background: #efefef;
	height: 20px;
	color: #242424;
	padding: 7px 10px 4px 10px;
}

.tab_off {
	height: 20px;
	color: #FFF;
	padding: 7px 10px 4px 10px;
}

/* WELCOME BOX */

.box_welcome {
	background: #333;
	color: #FFF;
	font-size: 12px;
	overflow:auto;

}

.box_welcome_inner {
	position:relative;
	margin-right:300px;
	padding: 10px;
	background: #333;

}

.box_welcome h1{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
}

/* NEWS */

.box_news {
	float:left;
	background: #c1bfbf;
	height: 245px;
	width: 130px;
	margin: 10px 0 0 0;
	padding: 0 5px 5px 5px;
	font-size: 10px;
	color: #000;
	float: left;
}

.box_news ul{
	list-style:none;
	margin:0;
	padding:0;
}

.box_news li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #efefef;
}

.box_news h3 {
	font-size: 11px;
	color: #000;
	margin:0;
	padding:0;
}

.box_news h3 a{
	color: #000;
	text-decoration:none;
}

.box_news h3 a:visited {
	color: #000;
}

.box_news h3 a:hover {
	text-decoration: underline;
}


/* BOX AD */

.box_ad {
	float:right;
	width: 300px;
	height: 250px;
	background: #DDD;
	margin: 10px 0 0 10px;
}

.bigger {
	font-size: 14px;
}

.biggest {
	font-size: 16px;
}

.box1_float h1 {
	font-size: 16px;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}

.box1_float2 h1 {
	font-size: 16px;
	margin:0;
	margin-bottom: 3px;
	padding:0;
}

.tab_container2 {
	background: url(images/tab_bg.gif);
	height: 32px;
	font-size: 11px;
}

.tab_container2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tab_container2 li {
	float:left;
}

.tab_on2 {
	background: #efefef;
	padding: 9px 10px 10px 10px;
}

.tab_off2 {
	color: #FFF;
	padding: 9px 10px 10px 10px;
}

.tab_off2 a{
	color: #FFF;
	text-decoration: none;
}

.tab_off2 a:hover {
	text-decoration: underline;
}

.tab_off2 a:visited {
	color: #FFF;
}

.tab_on2 a {
	color: #000;
	text-decoration: none;
}

.tab_on2 a:hover {
	text-decoration: underline;
}

.tab_on2 a:visited {
	color: #000;
}

.page_head {
	background: #FFF;
	padding: 8px 5px 8px 5px;
	margin-top: 10px;
	text-align: center;
}

.page_head_2 {
	background: #FFF;
	padding: 8px 5px 8px 5px;
	text-align: center;
}

.page_left {
	float:left;
	width: 495px;
}

.page_left2 {
	float:left;
}

.page_right {
	float:left;
	background: #c1bfbf;
	margin-top: 10px;
	width: 255px;
	padding: 5px;
}

.page_right h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight:bold;
	margin-bottom: 10px;
}

.box1 {
	padding:10px;
	margin-top:10px;
	background:#ddd;
	width: 465px;
}

.box1_wide {
	padding:10px;
	margin-top:10px;
	background:#ddd;
	width: 740px;
}

.box1_wide a {
	text-decoration:none;
	color: #bd2400;
}

.box1_wide a:hover {
	text-decoration:underline;
	color: #bd2400;
}


.box1_float h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

.box1_float h3 a {
	color: #000;
	text-decoration:none;
}

.box1_float a {
	text-decoration:none;
	color: #bd2400;
}

.box1_float a:hover {
	text-decoration:underline;
}

.box1_float {
	padding:5px;
	margin-top:10px;
	background:#ddd;
	width: 369px;
	float:left;
	margin-right:10px;
}

.box1 h3 {
	margin:0;
	margin-bottom: 10px;
	padding:0;
}

.box1_wide h3 {
	margin:0;
	margin-bottom: 10px;
	padding:0;
}

.box1_float2 h3 {
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

.box1_float2 h3 a {
	color: #000;
	text-decoration:none;
}

.box1_float2 a {
	text-decoration:none;
	color: #bd2400;
}

.box1_float2 a:hover {
	text-decoration:underline;
}

.box1 ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	margin-top: -30px;
	padding: 30px;
	margin-bottom: -10px;
}

.box1 li{
	margin: 10px;
}

.box1_wide ul {
	list-style-image: url(images/bullet.gif);
	margin: 0;
	margin-top: -30px;
	padding: 30px;
	margin-bottom: -10px;
}

.box1_wide li{
	margin: 10px;
}


.box1_float2 {
	padding:5px;
	margin-top:10px;
	background:#ddd;
	width: 360px;
	float:left;
}

.page_right_back a{
	text-decoration:none;
	color:#c42500;
	margin:0;
	padding:0;
}

.page_right a{
	text-decoration:none;
	color:#c42500;
}

.page_right a:hover{
	text-decoration:underline;
}

.page_right_back a:hover{
	text-decoration:underline;
}


.paginate {
	padding: 5px;
	margin-top: 10px;
	text-align:right;
}

.paginate a{
	color: #bd2400;
}

.sub_menu2 {
	display: none;
	position: relative;
}

.sub2_inner {
	position:absolute;
	width: 160px;
	left:-6px;
	top:10px;
	z-index:20;
}

.sub2_inner ul {
	list-style:none;
}

.sub2_inner li {
	float:none;
	background: #282828;
}

.sub2_inner li a {
	text-decoration:none;
	color: #FFF;
	display:block;
	padding: 7px;
}

.sub2_inner li a:visited {
	text-decoration:none;
	color: #FFF;
}

.sub2_inner li a:hover{
	background: #4d4d4d;
	text-decoration:none;
	color: #FFF;
}

.footer_inner_inner a{
	text-decoration:none;
	color: #FFF;
}

.downloads li a {
	border:1px solid #ddd;
}

.news_box_small {
	background: #eee;
	border: 1px solid #FFF;
	width: 150px;

	overflow:hidden;
	text-align:center;
}
.news_box_small div {
	height:100px;
	float:right;
}
.news_box_small div img {
	margin: 4px 0 4px 0;
}

.news_box_right {

	margin-left: 5px;
}

.news_box_right h3{
	padding: 0;
	margin:0;
}

.normal_font {
	font-size: 12px;
}
.icon {
	border:0px;
}
.doh {
	color:#c00;
}
div.doh {
	margin-bottom:10px;
	padding:5px;
	background:#fee;
	border:1px solid #c00;
}
