/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #244575;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	height: 100%;
}

a.info:link	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.info:visited	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.info:hover	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.info:active	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.right:link	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.right:visited	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.right:hover	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}

a.right:active	{ 
	text-decoration: none; 
	font-weight: bold;
	color: #244575; 
}


hr {
	background-color: #6398b0;
	height: 1px;
	border: 0px none;

}

#header {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
	height: 148px;
}

#header_left {
	float: left;
	height: 148px;
}

#logo {
	background: url(../images/head_back.jpg) no-repeat;
	height: 122px;
	width: 538px;
}

#header_right {
	float: right;
	background: url(../images/flash_back.jpg) no-repeat;
	height: 148px;
	width: 212px;
}

#menu {
	background: url(../images/menu_back.jpg) no-repeat;
	margin-bottom: 0px;
	padding: 0px;
	width: 538px;
	height: 26px;
	float: left;
}

#menu .menutop {
	height: 26px;
	line-height: 27px;
	width: 90px;
	cursor: pointer;
	float: left;
	font-family: Arial;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin: 0px;
	display: inline;
}
#menu ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 88px;
	border-left: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	position: absolute;
	z-index: 2;
	top: 148px;
	background-color: #FFFFFF;
}
#menu ul li {
	height: 14px;
	line-height: 16px;
	margin-bottom: 1px;
}
#menu ul a {
	color: #FFFFFF;
	text-decoration: none;
}

#content {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 750px;
}
#content_topleft {
	background: url(../images/content.jpg) no-repeat top left;
	width: 516px;
	margin: 0px;
	padding: 10px;
	float: left;
}
#content_topright {
	background-color: #f0f0f0;
	width: 212px;
	margin: 0px;
	float: right;
}
#content_bottomleft {
	width: 516px;
	margin: 0px;
	padding: 10px;
	float: left;
}
#content_bottomright {
	background-color: #f0f0f0;
	height: 10px;
	width: 192px;
	margin: 0px;
	padding: 0px;
	float: right;
}

#footer {
	height: 25px;
	width: 750px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../images/footer_back.jpg) no-repeat;
	line-height: 27px;
	color: #FFFFFF;
}
#footerinfo {
	height: 25px;
	width: 516px;
	clear: both;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(../images/footer_back.jpg) no-repeat;
	line-height: 27px;
	color: #FFFFFF;
}
#footer p {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: left;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
