body {
	background: #BAD3F2;
	font-family: "Trebuchet MS", Verdana, serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#container {
	margin: 0 auto;
	width: 750px;
	float: none;
}
#header {
	width: 100%;
	border: 1px none #999999;
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #666666;
	padding-right: 20px;
	padding-bottom: 20px;
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('images/background_content.gif');
	background-repeat: repeat-y
} 
#main_content_top {
	height: 20px;
	background: #FFFFFF url('images/background_top.gif');
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF url(images/background_bottom.gif);
}
#footer {
	text-align: center;
	font-size: 11px;
	margin: 10px auto;
	width: auto;
	float: none;
	left: 10px;
}
.content {
	float: left;
	width: 650px;
	text-align: justify;
	padding: 0 30px;
	font-size: 13px;
	border: 1px none;
}
.topmenu {
	float: none;
	width: 690px;
	text-align: justify;
	padding: 0 30px;
	font-size: 12px;
	background: #0B83BF;
	height: 25px;
	border-top: 2px solid;
	border-right: 1px none;
	border-bottom: 2px solid;
	border-left: 1px none;
}
.menu {
	width: 339px;
	float: top;
	padding: 0 20px;
	border-left: 1px solid #8C8484;
	font-size: 12px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #8C8484;
	height: 25;
	background-color: #bad3f2;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C8484;
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#header h1 {
	margin-bottom: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #0099FF;
}
.content h2 {
	margin-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #0099FF
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
	border: none;
}
.menu_title {
	font-size: 14px;
	font-weight: bold;
	color: #0099FF
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline
}
a.submenu:hover {
	color: #ffffff;
	font-weight: normal;
	text-decoration: underline
}
a.menu_link {
	color: #990000;
	font-weight: bold;
	text-decoration: blink
}
a.menu_link:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
#clear_line {
	display: block;
	clear: both;
	width: 90%;
	height:1px;
	overflow:hidden;
	border-top: 1px dashed #666666;
	border-right: none;
	border-bottom: none;
	border-left: none;
	float: right;
}
.menu_ndogo {
	width: auto;
	float: none;
	padding: 0 0px 0 20px;
	border-left: 1px none #8C8484;
	font-size: 12px;
	border-top-style: none;
	border-top-width: 1px;
	border-top-color: #8C8484;
	height: auto;
	background-color: #bad3f2;
	border-right-width: 1px;
	border-right-style: dotted;
	border-bottom-style: none;
	border-right-color: #666666;
}

.clearFix:after { /* for modern browsers */
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}



