* {
padding:0; margin:0; border: 0px
}

.clear:after {
	content: ""; display: block; clear: both;
}

	.clear { zoom: 1; }
	
	
body {
	background: #201b77;
	font-family: Times New Roman, Times, Garamond, sans-serif;
	text-align: left;
}	

h2 {
	color: #000000;
	font: 30px Times New Roman;
	text-align: center;
}

h3 {
	color: #000000;
	font: 20px Times New Roman;
}
p1 {
	color: #000000;
	font: 12px Times New Roman;
    font-style: italic;
}


a {
	text-decoration: underline;
}

a:link {
	color: #293185;
}

a:hover, a:active, a:visited {
	color: #000000;
}

#container {
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#menu {
	float: left;
	margin: 5px 10px 10px 25px;
	padding: 5px;
	border-right: dashed #FFF 1px;
	border-left: dashed #FFF 1px;
	width: 150px;
}

#menu ul li { 
	list-style: none;
}

#menu ul li a {
	text-decoration: none;
	font-size: 16pt;
	color: #FFF;
}

#menu ul li a:hover {
	color: #bac9e6;
}


#contentcontainer {
	background: #d4d6e7;
    width: 652px;
	padding: 5px 5px 5px 5px;
	border-bottom: solid #201b77 15px;
	margin: 0 0 0 197px;
	position: relative;
}

#header {
	width:  897px;
	height: 271px;
}

#header h1 a {
	display:  block;
	height: 271px;
	background: url(images/header.jpg) no-repeat;
	text-indent: -9999px;
}