* {
	margin: 0;
	padding: 0;
}

body {
	background: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

a {
	text-decoration: none;
	color: #004990;
}

a:hover {
	text-decoration: underline;
	color: #111;
}

#wrap {
	margin: 0 auto;
	width: 1000px;
	background: #fff;
}

#header {
	height: 200px;
}

#header h1 {
	font-size: 28px;
	letter-spacing: -1px;
	padding: 0px 0 0 0px;
	color: #333333;
}

#header h1 a {
	color: #333333;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -2px;
}

#header h1 a:hover {
	color: #111;
}

#header h2 {
	font-size: 19px;
	color: #111;
	padding: 5px 0 0 20px;
	letter-spacing: -1px;
	font-weight: 100;
}

#menu {
	height: 30px;
	line-height: 30px;
	border-top: 1px dotted #555;
	border-bottom: 1px dotted #555;
	
}

#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: #004990;
}

#menu ul li a:hover {
	color: #004990;
	text-decoration: none;
	font-weight: 600;
}

#content {
	padding: 0 20px 20px 20px;
}

.right {
	float: right;
	width: 720px;
	text-align: justify;
}

.right h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
	color: #004990;
}

.right h2 a {
	text-decoration: none;
	color: #004990;
}

.right h2 a:hover {
	color: #111;
}

.left {
	float: left;
	width: 200px;
	margin-top: 10px;
	background: #006699;
}

.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #006699;
}

.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
	color: #fff;
}

.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;
}

label {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 2px;
}

#borders {
	border: 2px solid #006699;
	padding: 10px 40px;
	background: #F4F4F4;
	width: 600px;
	border-radius: 25px;
}

#footer {
	height: 70px;
	line-height: 30px;
	background: #006699;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#footer a {
	color: #fff;
}