/* CSS Document */

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #314F91;
	color: black;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	font-size: 16px;
	}

#wrapper {
	position:relative;
	width: 976px;
	margin: 0px auto;
	padding: 20px;
	background-color: #F7F6E1;
}

p {
	font-size: 1.0em;
	line-height: 1.6em;
	margin-bottom: 0.7em;
}

ul {
	margin-left: 15px;
}

li {
	line-height: 1.6em;
}

#wrapper a:link, #wrapper a:visited {
	text-decoration: none;
	color: #03F;
}

#wrapper a:hover {
	text-decoration: none;
	color: #396;
}

#footer {
	color: #999;
	text-align: center;
	font-size: 0.75em;
	margin-top: 50px;
	padding-bottom: 20px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
/*	color: #6CF; */
	color: #CCF;
}

#footer a:hover {
	text-decoration: none;
	color: #396;
}

/* Headings */
h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.4em;
	margin-top: 10px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 0.85em;
	margin-bottom: 0.5em;
}

hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.darkgreen {
	color: #077618;
}

.lightgreen {
	color: #93E4A6;
	font-weight: bold;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

