@charset "utf-8";
/* CSS Document */
body {
background-color:#10869c;	
margin: auto;
}

#masthead {
width:600px;
height:350px;
	padding:0;
}


#wrapper {
width:600px;
	border:0;
	padding:0;
}


#nav {
width:600px;
	height:30px;
	margin:auto;
	padding:0;
	border:0;
	text-align:center;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:17pt;
	line-height:17pt;
	color: #0314b6;
}

#nav a {
font-variant:small-caps;
	font-weight:normal;
	text-decoration:none;
	color: #0314b6;
}

#list {
text-align:center;
	line-height:12pt;
	font-size:11pt;
	font-family:Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color:#0315b6;
	font-weight:bold;
	margin-top:5pt;
	margin-bottom:5pt;
}

#list a {
text-decoration:none;
	color:#0315b6;
}

h1 {
color: #0315b6;
	line-height:12pt;
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	width:600px;
	font-size:23pt;
	font-style:italic;
	margin-bottom:5pt;
}

h2 {
	width:600px;
	line-height:15pt;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	color:#0315b6;
	font-size:16pt;
	margin-bottom:5pt;
	margin-top:10pt;
	border-bottom:solid 2pt #0049b0;
}

p {
font-family:arial;
	font-size:10pt;
	line-height:12pt;
	color: #fff;
	margin-top:5pt;
	margin-bottom:10pt;
}

li {
font-family:arial;
	font-size:10pt;
	line-height:12pt;
	color: #fff;
	margin-top:5pt;
	margin-bottom:10pt;	
	}

ul {
	font-family:arial;
	font-size:10pt;
	line-height:12pt;
	color: #fff;
	margin-top:5pt;
	margin-bottom:10pt;	
}

a {
	text-decoration:none;
	color:#fff;
}

