/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 333333;
}
html, body {
	background: url(../assets/background.jpg) #01193d repeat-x fixed top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}
a:link, a:visited {
	color: #333333;
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: none;
	color: #333333;
}
h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 24px;
	color: #01193d;
}
h2 {
	font-size: 20px;
	color: #333333;
}
h3 {
	font-size: 18px;
	color: #333333;
	display: inline;
}
h4 {
	font-size: 16px;
	color: #333333;
	display: inline;
}
h5 {
	font-size: 14px;
	display: inline;
}
#bodyContent{
	height: auto;
	min-height: 295px;
	width: 900px;
	margin: auto;
	background: url(../assets/body_back.jpg) top no-repeat #FFFFFF;
}
#BackgroundMain{
	background: #FFFFFF;
	height: 100%;
	width: 900px;
	float: right;
	margin-right: 10px;
}
#indexMain{
	background: url(../assets/index.jpg) top no-repeat;
	min-height: 100%;
}
#pageContent{
	height: 100%;
	width: 920px;
	margin: auto;
}
#fade_left{
	background: url(../assets/left_fade.png) top right repeat-y;
	min-height: 100%;
	float: left;
	width: 10px;
	position: fixed;
}
#fade_right{
	background: url(../assets/right_fade.png) top left repeat-y;
	height: 100%;
	margin-left: 910px;
	width: 10px;
	position: fixed;
}
#header{
	height: 290px;
	width: 900px;
	margin: auto;
	background-color: #FFFFFF;
}
#headNoFlash{
	height: 290px;
	width: 900px;
	margin: auto;
	background: url(../assets/header.jpg) no-repeat top left;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 270px;
	padding-left: 10px;
	overflow: hidden;
}
#menu{
	width: 180px;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
}
#menu_link:link, #menu_link:visited{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}
#menu_link:hover, #menu_link:active{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #01193d;
}
#bodyMain{
	width: auto;
	height: auto;
	padding: 10px;
	margin-left: 180px;
}
#bodyMain img{
	max-width: 680px;
}
#footer{
	border-top: 1px solid #cccccc;
	padding-top: 5px;
	font-size: 10px;
	color: #999999;
	text-align: center;
	background: #ffffff;
	width: 900px;
	clear: both;
}
