* {
	padding-right: 5px;
	margin-left: 1px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
background: PaperBackground.jpg;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;background: PaperBackground.jpg;
	font-style: normal;
	background-color: #202D5E;
}

a {
text-decoration: none;
color: #004990;
}
a:hover {
text-decoration: underline;
color: #202D5E;
}

#wrap {
margin: 0 auto;
width: 780px;
text-align:right
background-color:#202D5E;
}

#header {
	height: 90px;
	background-color: #202D5E;
}
#header h1 {
	font-size: 28px;
	letter-spacing: 1px;
	padding: 23px 0 0 20px;
	color: #FFFFFF;
}
#header h1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}
#header h1 a:hover {
	color: #FFFFFF;
}
#header h2 {
	font-size: 19px;
	color: #FFFFFF;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
	text-align:right
}

#menu {
	height: 30px;
	line-height: 30px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	background-color: #202D5E;
}
#menu ul {
list-style-type: none;
padding-left: 20px;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #202D5E;
}
#menu ul li a:hover {
	color: #990000;
	text-decoration: none;
	font-weight: 600;
}

#content {
background-color: #202D5E;
padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 530px;
	text-align: left;
	background-color: #202D5E;
	height: auto;
}
.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	margin-top: 10px;
}
.right h2 a {
text-decoration: none;
color: #004990;
}
.right h2 a:hover {
color: #111;
}

.left {
	float: left;
	width: 180px;
	margin-top: 0px;
	background-repeat: repeat-y;
	background-color: #990000;
	height: auto;
	left: 200px;
	top: 267px;
}
.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background-color: #202D5E;
	background-repeat: repeat;
	background-position: 202;
}
.left ul {
padding: 10px 0 15px 20px;
list-style-type: square;
color: #FFFFFF;
}
.left ul li a {
color: #fff;
text-decoration: none;
font-size: 13px;
font-weight: 100;
}
.left ul li a:hover {
color: #fff;
font-weight: 600;
}

#footer {
	height: 30px;
	line-height: 30px;
	background: #990000;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer a { color: #fff; }

