@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #d9c27f;
	margin-left: 10%;
	margin-top: 20px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #054788;
	font-weight:bold;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 110%;
}

h3 {
	margin-bottom: .5em;
	font: italic small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #054788;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.2em;
}

p {
}

p img {
padding: 10px;
}

blockquote {
}

ul {
	
}

ul li {
	}

a {
	text-decoration: underline;
	color: #000060;
}

a:hover {
	text-decoration: underline;
	color: #edae00;
}

img {
	border-style: none;
}


/* Logo */

#logo {
	
	width: 800px;
	height: 110px;
	padding: 0px 0px 0px 0px;
}

/* Content */
#container {
	border: 2px solid #054788;
	width: 800px;
	background-color: #fcf3d9;
}


#content {
	width: 800px;
	margin-top: 0px;
	
}

/* Content > Main */

#main {
	float: left;
	width: 600px;
	padding: 0 20px;
	}

/* Content > Main > Welcome */

#welcome {
	margin-top: 15px;
	margin-bottom: 2em;
	padding-bottom: .7em;
	border-bottom: 2px dotted #2A2612;
}

#list ul {
}

#list li {
    margin-left: 20px;
    padding: 3px;
    list-style:disc;
}


/* Content > Sidebarright */

#sidebarright {
	float: right;
	width: 210px;
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 150px;
}

#spacer {
	margin-bottom: -4px;
}

#message {
border: 3px solid #004384;
background-color: #FFFFFF;
}

#message p {
margin: 6px;
padding-left: 10px;
padding-right: 10px;

}

/* Footer */

#footer {
	clear: both;
	padding: 3px 5px;
	border-top: 1px solid #2A2612;
	background: #f9e09e;
}

#footer p {
	text-align: center;
	margin: 4px;
	font-size: x-small;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}