body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #E2E2EC;
	background-image: url(images/latticebg.jpg);
	background-repeat: repeat;
}
table {
	background-color: #FFFFFF;
	border: medium dotted #844a4a;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


h1, h2, h3 {
	color: #000033;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h1 {
	font-size: 1.8em;
	font-style: italic;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}

p, blockquote, ul, ol {
	line-height: 1.5em;
}

blockquote, ul, ol {
}

blockquote {
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: medium solid #003300; }

img.left {
	float: left;
	margin: 0 1em 1em 0;
}

img.right {
	float: right;
	margin: 0 1em 0 1em;
}

hr { display: none; }

.hr {
}

/* Logo */

#logo {
	height: 100px;
	background-color: #E6D8BD;
	background-image: url(images/latticetop.jpg);
	background-repeat: repeat-x;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#logo h1 {
	float: left;
	margin: 10px 0 0 20px;
	padding: 0 0 0 20px;
	color: #000033;
}

#logo h2 {
	float: right;
	margin: 0;
	padding: 52px 20px 0 0;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Page */

#page {
	float: left;
	padding: 20px;
}

/* Content */

#content {
	margin-right: 236px;
}

#welcome {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* Sidebar */

#sidebar {
	position: absolute;
	right: 0px;
	top: 140px;
	float: left;
	width: auto;
	background-color: #C3CCE9;
	background-image: url(images/latticesidebar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
}

#sidebar h2 {
	font-size: 1.2em;
	color: #000000;
}

#sidebar blockquote {
	margin-left: 0;
	margin-right: 0;
}

/* Menu */

#menu {
	margin-bottom: 19px;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
}

#menu li.first {
	border: none;
}

#menu a {
	display: block;
	width: 220px;
	padding: 7px 4px 4px 4px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: x-small;
	color: #000000;
}

#footer a {
	color: #000000;
}
