@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration:none;
	color:#000;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/*link feature */
a:link, a:visited, a:hover, a:active{color:#F29700;}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* html */
body { background:url(../img/body_bg.jpg) repeat-y center top; font-family:"Arial"; font-size:12px; margin:0px auto; width:925px;}
p{ line-height:14px;}

/* header */
#header { background:url(../img/header_bg.jpg) no-repeat; width:925px;}
.logo { display:block; float:left; margin-left:7px; padding-top:7px;}
#top_nav {float:right; margin-left:50px;}
#top_nav li { display:inline;}
#top_nav a { background:url(../img/top_nav_bg_1.jpg) no-repeat left -5px; color:#333333; display:block; float:left; font-size:13px; font-weight:bold; margin-right:80px; padding:20px 0px 0px 2px;}
#top_nav a:link,#top_nav a:visited{color:black;}
#top_nav a:hover { background:url(../img/top_nav_bg_2.jpg) no-repeat left -5px; color:#F29700;}
#top_nav a:first-letter { color:white;}
#search { clear:both;}
#search p{margin:-18px 0px 0px 315px;color:#F29700;font-weight:bold;font-size:14px;float:left;line-height:14px;}
#search span{color:#F29700;}
#search select{ margin:-15px 0px 10px 59px; width:200px;}

/* main */
#main , #footer { background:#CCCCCC; width:925px;}
.clear { clear:both;}

/* left */
#left { float:left; padding-top:6px; width:120px;}
#left div { margin-top:20px;}
#left h1 { margin-bottom:10px;}
#left a { font-size:10px;}
#left a:hover { text-decoration:underline;}

/* right */
#right { float:left; padding:10px 0px 0px 32px;}
#right h1 { background:url(../img/right_h1_bg.jpg) no-repeat left 2px; border-bottom:1px solid #F29700;  margin-bottom:6px; padding:0px 0px 2px 12px;}
#right img { display:block; margin:0px 20px 5px 0px;}
#right li { padding-bottom:3px;}
#right ul { list-style-type:disc; width:364px;}
#right td { height:20px; width:144px;}

.right_top { background:url(../img/right_top.jpg) no-repeat; height:18px; width:565px;}
.right_middle { background:url(../img/right_middle.jpg) repeat-y; padding:0px 15px; width:534px;}
.right_bottom { background:url(../img/right_bottom.jpg); height:18px; width:565px;}
.right_content { float:left; margin:0px 30px 20px 0px; width:145px;}
#right .right_content ul { list-style-type:none; }

.right_middle a{
	color:#FF9900;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.STYLE6{
	color: red;
}

/* chat */
#chat { float:left; margin-top:13px; width:194px;}

/* footer */
#footer { background:#666666; height:20px;}
#footer p { color:white; float:left; font-size:10px; padding-top:5px;}
#footer p a { color:#ffffff;}
#footer p a:hover { text-decoration:underline;}
#footer img { padding-top:8px;}
#copyright { margin:0px 8px 0px 398px;}
