body {
	background-color: #95B0C1;
	padding: 0px;
	color: #333333;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h1 {
	font-size: 24px;
	color: #003366;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
	margin-right: 40px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div {
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#header {
	background-image: url(layout/header_default.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 201px;
	width: 900px;
	display: block;
	margin: auto;
}
#menu_bar {
	background-image: url(layout/menu_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 37px;
	width: 900px;
}
#menu_bar ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#menu_bar li {
	float: left;
	display: block;
	padding-right: 40px;
	margin: 0px;
}
#menu_bar a {
	font-weight: bold;
	color: #003366;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu_bar a:hover {
	color: #CC0000;
	text-decoration: none;
}
#footer {
	text-align: center;
	margin: auto;
	padding: 0px;
	width: 900px;
	color: #003366;
}
#footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
}






#sub_menu_bar {
	background-image: url(layout/sub_menu_bar.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	height: 37px;
	width: 900px;
}
#sub_menu_bar ul {
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}
#sub_menu_bar li {
	float: left;
	display: block;
	padding-right: 40px;
	margin: 0px;
}
#sub_menu_bar a {
	font-weight: bold;
	color: #CCCC99;
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#sub_menu_bar a:hover {
	color: #CC0000;
	text-decoration: none;
}


#content_bottom {
	background-image: url(layout/content_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: auto;
	height: 28px;
	width: 900px;
}
#content_main {
	margin: auto;
	padding: 0px;
	background-image: url(layout/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 900px;
}
.blue {
	color: #003366;
	font-weight: bold;
}
#content_main a {
	color: #003366;
	text-align: justify;
}


#content_main p {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding: 0px;
	text-align: justify;
}

#content_top {
	background-image: url(layout/content_top.gif);
	background-position: center top;
	height: 19px;
	width: 900px;
	background-repeat: no-repeat;
	margin: auto;
	padding: 0px;
}
#top_nav {
	height: 20px;
	width: 900px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_nav a {
	font-weight: bold;
	color: #003366;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
}
#top_nav a:hover {
	color: #CC0000;
}


#top_nav li {
	float: right;
	display: block;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#top_nav ul {
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
.right_img {
	float: right;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}
.left_img {
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
}

.important {
	font-weight: bold;
	color: #C72129;
	text-decoration: none;
}
.right_poster {
	float: right;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
}
