
* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 50px;
	background: #FFFFFF;
	font: normal 13px "Times New Roman", Times, serif;
	color: #00007A;
}

h1, h2, h3 {
	color: #00007A;
}

h1 {
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}

a {
	color: #000088;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px solid #00007A;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 15px;
	background: #3B3B3B;
	text-transform: uppercase;
	font: bold .77em Times, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.boxed .content {
	padding: 15px;
}

.boxed ul {
	list-style: none;
}

/* Main */

.main {
	clear: both;
	padding: 8px;
}

.main .title {
}

.main .content {
	font: normal 15px "Times New Roman", Times, serif;
	line-height: 1.5em;
}

.main .title {
	margin-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
}

.main p, .main blockquote, .main ul, .main ol {
	margin-bottom: 1em;
}

.main blockquote, .main ul, .main ol {
	margin-left: 3em;
}

/* Top */

#top {
	width: 698px;
	height: 30px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 698px;
	height: 250px;
	margin: 0 auto;
	background: #00007A url(images/header_image.jpg);
	
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

#header h1 {
	float: left;
	padding: 80px 0 0 20px;
	letter-spacing: -3px;
	font-size: 48px;
}

#header h2 {
	float: left;
	padding: 107px 0 0 7px;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Title */

#title {
	width: 696px;
	height: 50px;
	margin: 0 auto;
	background: #00007A;
	border: 2px solid #00007A;
}

#title h1, #title h2 {
	font-family: "Times New Roman", Times, serif;
}

#title h1 {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 12px;
	padding-left: 200px;
	font-size: 18px;
}

#title h2 {
	font-weight: normal;
	font-size: 16px;
	color: #EBEBEB;
	padding-right: 1px;	
}


/* Page */

#page {
	width: 698px;
	height: 532px;
	border: 1px solid #FFFFFF;
	margin: 0 auto;
	background: url(images/img3.gif) repeat-y;	
}

#content {
	float: right;
	width: 500px;
}

#sidebar {
	width: 195px;
	height: 225px;
	padding-left: 0px;
	
}

/* Menu */

#menu {
	text-transform: uppercase;
	background: #A0B9F2;
	width: 200px;
	height: 532px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	
	display: block;
	width: 170px;
	padding: 5px 15px;
	background: #A0B9F2;
	border-bottom: 2px solid #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	color: #000088;
}

#menu a:hover {
	background: #333380;
	color: #FFFFFF;
}

#menu .active a {
	background: #5F80ED;
	color: #000088;
}

/* Footer */

#footer {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding-top: 15px
	float: right;
	text-align: right;
	font-size: small;
	color: #FFFFFF;
}

#footer a {
	text-decoration: none;
	color: #A0B9F2;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Footer2 */

#footer2 {
	width: 700px;
	height: 20px;
	margin: 0 auto;
	padding-top: 15px
	float: right;
	text-align: right;
	font-size: small;
	color: #FFFFFF;
}

#footer2 a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#footer2 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
