/* CSS Document */

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background-color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #fff;
}

body {
background-image: url(../images/body_bg.gif);
background-repeat:repeat-x;
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
list-style-image: url(../images/bulet.gif);
margin-left:0;
margin-bottom:0;
margin-top:0;
margin-right:0;
}

#body_container {
width:1000px;
height:auto;
background-color: #FFFFFF;
margin:auto;
}

#header {
	height:130px;
	clear:both;
}

#logo {
	color:#FFFFFF;
	font-size:30px;
	text-align:left;
	padding-top:6px;
	padding-left:50px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}


#header #search {
	float:right;
	margin-right:40px;
	margin-top:25px;
}

h1 {
	color: #FF9900;
	font-weight:bold;
	font-size:16px;
	border-bottom: #FF9900 2px solid;
}


#left_bar {
	width:180px;
	height: auto;
	float:left;
}

#l_top {
	background-image:url(../images/l_top.gif);
	background-repeat:no-repeat;
	height:31px;
	width:180px;
	float:left;
	padding-top:6px;
	padding-left:15px;
}

#l_middle {
	background-color:#333333;
	width:195px;
	height:auto;
	color:#003366;
	float:left;
}

#l_bottom {
	background-image: url(../images/l_bottom.gif);
	background-repeat: no-repeat;
	width:195px;
	height: 28px;
	float:left;
}

#right_bar {
	width:750px;
	height:auto;
	float:right:
} 


#fotter {
background-color:#333333;
	height:80px;
	margin-top:10px;
	padding-top: 15px;
	color: #999999;
}

.slogan {
	font-size:13px;
	color: #CCCCCC;
}


.title_white {
color: #FFf;
font-size:16px;
font-weight:bold;
}

h2 {
color:#FF0000;
font-size:14px;
font-weight:bold;
}

.yellow{
color:#FFFF00;
}
