@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	margin: 0;
}
a {
	color: #e31836;
}
a:hover {
	color: #001d52;
}
h1 {
	color: #001d52;
	margin: 0 0 0.6em 0;
	font-size: 2em;
	font-weight: normal;
}
h2 {
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 0.6em;
	padding: 0;
}
p {
	margin-bottom: 1.2em;
	line-height: 1.8em;
}
ul {
	margin: 0 .6em 1.2em 1.6em;
	line-height: 1.8em;
}
li {
	list-style: #001d52;
}
table.standard td {
	padding: 0 8px 8px 0;
}
#header {
	width: 100%;
	height: 200px;
	background-image: url(/images/template/bg_header.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#wrap {
	position: relative;
	width: 750px;
	margin: auto;
	background-image: url(/images/template/bg_footer.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#col_left {
	float: left;
	width: 310px;
	margin-left: 20px;
}
#col_right {
	float: right;
	width: 380px;
	margin-right: 20px;
}
#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: right;
	margin-bottom: 20px;
}
#menu a {
	text-decoration: none;
	color: #001d52;
}
#menu a:hover {
	color: #e31836;
}
#main {
	position: relative;
	float: right;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}
#main a {
	color: #b00;
}
#main a:hover {
	color: #f00;
}
#pg_edge {
	clear: both;
	height: 40px;
}
#footer {
	clear: both;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	color: #000;
}
