body, html {
	/* background-color: #F5F5F9; */
	background: url(../img/bg.gif);
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #353B8D;
}

.border-top {
	width: 740px;
	height: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #9598C3;
	border-top: 1px solid #9598C3;
	border-right: 1px solid #9598C3;
	border-bottom: none;
	margin-left: auto;
	margin-right: auto;
}

.border-middle {
	width: 700px;
	height: auto;
	padding: 0px 20px 0px 20px;
	/*background-color: #FFFFFF;*/
	background: url(../img/main_bg.gif);
	border-left: 1px solid #9598C3;
	border-top: none;
	border-right: 1px solid #9598C3;
	border-bottom: none;
	margin-left: auto;
	margin-right: auto;
}

.border-bottom {
	width: 740px;
	height: 20px;
	background-color: #FFFFFF;
	border-left: 1px solid #9598C3;
	border-top: none;
	border-right: 1px solid #9598C3;
	border-bottom: 1px solid #9598C3;
	margin-left: auto;
	margin-right: auto;
}

.content-head {
	width: 680px;
	height: 60px;
	background-image: url(../img/header.jpg);
	text-align: right;
	padding-right: 20px;
	padding-top: 90px;
	font-size: 18px;
	color: #A21528;
}

.content-container {
	width: 700px;
	padding: 10px 0px 10px 0px;
	height: auto;
	background-color: #F1F1F7;
	clear: both;
}

.content-menu {
	width: 180px;
	padding: 0px 0px 0px 40px;
	float: left;
}

.content-main {
	width: 430px;
	padding: 10px 30px 0px 20px;
	float: left;
}

.content-footer {
	width: 700px;
	height: 20px;
	background-color: #A21528;
	border-top: thick double #A21528;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	clear: both;
}

ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#navlist li {
	list-style-type: square;
	font-size: 15px;
	line-height: 32px;
	color: #A21528;
	margin-left: 0px;
	line-height: 28px;
}

#navlist li a {
	text-decoration: none;
	color: #353B8D;
}

#navlist li a:hover {
	text-decoration: underline;
	color: #A21528;
}

li {
	line-height: 20px;
	margin-left: 40px;
}

a {
	font-weight: bold;
	color: #353B8D;
}

a:hover {
	color: #A21528;
}

a.meta {
	color: #FFFFFF;
	font-weight: normal;
}

a.meta:hover {
	color: #FFFFFF;
	font-weight: normal;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #A21528;
}
h3 {
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 10px;
	color: #A21528;
}

p {
	line-height: 20px;
	margin: 0px 0px 20px 0px;
}

img {
	border: 0px;
	float: left;
	padding: 0px 10px 5px 0px;
}

table {
	padding-bottom: 8px;
	font-size: 13px;
}

hr {
	border-top: 1px solid #A21528;
	border-bottom: none;
	margin: 10px 0px 15px 0px;
	width: 370px;
	text-align: left;
}

