body {
	/* background-image: url(bg.png); */
	/* background-repeat: repeat-x; */
	background-color:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, serif
}
#container {
	margin: 0 auto;
	width: 750px
}
#header {
	width: 100%;
	background-color:#11579b
}
#sub_header {
	text-align: right;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color:#11579b
}
.menu {
	display: inline;
	width: 139px;
	float: right;
	padding: 0 20px 0 20px;
	border-left: #8C8484 1px solid;
	font-size: 12px
}
.menu ul {
	margin: 0;
	padding: 10px 0 10px 15px
}
.menu il {
	list-style-type: disc
}
#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF url('bg_content.gif');
	background-repeat: repeat-y
} 

#main_content_top {
	height: 30px;
	background: #FFFFFF url('bg_top.gif');
} 

#main_content_bottom {
	height: 30px;
	background: #FFFFFF url('bg_bottom.gif');
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	overflow: hidden;
	display: inline;
	float: left;
	width: 510px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 12px
}
#header h1 {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	/* color: #A40008 */
	color: #ffffff
}

#header a {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	/* color: #A40008 */
	color: #ffffff
}

#header a.hover {
	margin-bottom: 0px;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	/* color: #A40008 */
	color: #ffffff
}

.content h2 {
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #f57f20
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #A40008
}
.menu ul {
	margin: 0;
	padding: 10px 0 20px 15px
}
.menu li {
	padding-top: 2px;
	list-style-type: circle
}
a {
	color: #0d4d8c;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #f57f20;
	font-weight: bold;
	text-decoration: underline
}
a.menu_link {
	color: #0d4d8c;
	font-weight: bold;
	text-decoration: none
}
a.menu_link:hover {
	color: #f57f20;
	font-weight: bold;
	text-decoration: none
}
.quote {
	margin: 20px;
	text-align: center;
	font-weight: bold;
	font-style: italic
}
.cont {
	color: gray;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	font-style: italic
}

.cont a {
	color: gray;
	text-decoration: underline
}
