html
{
    color: #000000;
}

h1
{
	clear: both;
}

dt
{
  font-weight: bold;
}

hr
{
	margin: 20px;
}

a
{
	color: #24536D;
}

a:link
{
	color: #24536D;
	text-decoration: none;
}

a:visited
{
	color: #24536D;
	text-decoration: none;
}

a:hover
{
	color: #24536D;
	text-decoration: underline;
}

#content
{
        width: 1000px;
        margin-right: auto;
        margin-left: auto;
}


#logo
{
	float: left;
	width: 200px;
	height: 60px;
        padding:  27px 2px 17px 4px;
        vertical-align: middle;
        text-align: center;
}

#logo img
{
        border: none;
        vertical-align: middle;
}

#title
{
	float: left;
	width: 594px;
	height: 94px;
	color: #FFFFFF;
	font-size: 58px;
	font-weight: bold;
	text-align: center;
        padding: 10px 0px 0px 0px;
}

#uv
{
	font-size: 21px;
}

#links
{
	float: right;
	width: 200px;
	height: 90px;
        padding: 12px 0px 2px 0px;
        vertical-align: middle;
        text-align: center;
}

#links img
{
        border: none;
        vertical-align: middle;
}

#news_container
{
	float: left;
	width: 685px;
	height: 11px;
	line-height: 11px;
        font-size: 11px;
	background-color: #E6EFF2;
	padding: 2px;
	border: 1px solid #96BAC9;
	margin: 3px 0px 0px 0px;
}

#news
{
	width: 615px;
}

#more_news
{
	float: left;
	width: 65px;
        text-align: right;
	background-color: #EFEFEF;
	padding: 2px 0px 2px 5px;
}

#top_banner
{
	width: 1000px;
        background-image: url(/images/top_banner_background.jpg);
}


.separate_menu
{
	float: right;
        padding: 0px 5px;
}

#top_menu
{
	clear: both;
	height: 25px;
	line-height: 25px;
        background: url(/images/70_bar.png) repeat;
	padding: 5px 10px;
}

#top_menu a
{
	color: #FFFFFF;
	padding: 0px 10px;
}

#top_menu a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#top_menu a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

#members
{
	float: right;
        margin: 0px 0px 0px 25px;
}

#members a
{
	color: #CDDFE5;
        font-weight: bold;
}

#members a:link
{
	color: #CDDFE5;
	text-decoration: none;
        font-weight: bold;
}

#members a:visited
{
	color: #CDDFE5;
	text-decoration: none;
        font-weight: bold;
}

#members a:hover
{
	color: #CDDFE5;
	text-decoration: underline;
        font-weight: bold;
}

#main_section
{
	height: 500px;
}

#left_menu
{
	float: left;
	width: 210px;
	background: url(/images/left_menu_background.png) no-repeat;
	padding: 10px;
	height: 400px;
}

#left_menu .topic
{
	font-size: 16px;
	padding: 10px 7px;
        margin: 0px 5px;
}

#left_menu .sub_topic
{
	font-size: 14px;
	padding-left: 15px;
        margin: 0px 5px;
}

#left_menu .selected
{
	background: url(/images/left_menu_highlight.png) no-repeat;
	font-weight: bold;
}

#main_content
{
	float: left;
	width: 750px;
	padding: 10px;
}

.learning_track
{
	padding-top: 35px;
}

