body
{
	margin: 0 10% 0 10%;
	width: 80%;
	z-index: 0;
	background-color: #999999;
	font-family: Calibri, Georgia, "Times New Roman", Times, serif;
}

#container
{
	background-color: #FFFFFF;
	width: 96%;
	padding: 2%;
}

#logo_container
{
	width: 100%;
}

#menu_container
{
	width: 100%;
}

#banner_container
{
	width: 100%;
}

#content_container
{
	width: 100%;
}

#footer_container
{
	width: 100%;
	margin-top: 20px;
}

#footer
{
	width: 350px;
	color:#FFFFFF;
	background-color: #b7b770;
	font-size: 14px;
}

.menu_item
{
	font-size:13pt;
	color:#333333;
	float:right;
	padding-bottom: 4px;
	border-bottom: #70b7ff medium solid;
	margin-bottom: 3px;
	cursor: pointer;
}

.menu_item:hover
{
	background-color:#c6e2ff;
}

.submenu_item
{
	background-color: #c6e2ff;
	font-size:12pt;
	color:#333333;
	border-top: thin solid white;
}

.submenu_item:hover
{
	background-color: #70b7ff;
}

.dropdown_menu
{
	position:absolute;
	z-index: 1;
}

#blue_line
{
	background-color: #70b7ff;
	margin: 4px 0px 1px 0px;
	height: 4px;
	line-height: 4px;
}

#updates_head
{
	color:#FFFFFF;
	background-color:#70b7ff;
	width:70%;
	height: 30px;
	line-height: 30px;
	font-weight:bold;
	font-size: 18px;
}

#RSS
{
	margin: 20px;
	height: 100px;
}

#RSS_content
{
	font-size: 12px;
	padding: 10px;
}

#highlight
{
	border-bottom: thin solid #70b7ff;
	width: 65%;
	margin-top: 15px;
	height: 32px;
	line-height: 30px;
	text-align: left;
}

#highlight a
{
	text-decoration: none;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

#blue_box
{
	width: 25px;
	height: 30px;
	line-height: 30px;
	float:left;
	background-color: #70b7ff;
}

#page_head
{
	color:#FFFFFF;
	background-color:#70b7ff;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-weight:bold;
	font-size: 18px;
	text-align: center;
}

#content
{
	text-align: justify;
	color: #666666;
	width: 95%;
}
