/* Global Elements */
body {
	margin: 0;
	padding: 0;
	font: 0.75em/1.3 Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #2367d5;
}

html p {
	text-align: left;   /* specified due to browser bug */
}

img {
	display: block;
	border: 0;  /* specified due to browser bug */
}

img.inlineimg {
	display: inline;
}

hr {
	color: #c7bd94;
	height: 1px;
	margin: 2px 0 0 0;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: bold;
}

a:link {
	color: #2367d5;
}

a:visited {
	color: #367ae9;
}

a:hover {
	color: #5395ff;
}

a:active {
	color: #2367d5;
}

/* Page Elements */

div#base {
	padding: 8px;
}

table#header {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

table#nav {
	border: 2px solid #fff;
	background-color: #e8ddaf;
	margin-left: 7px;
}

table#nav td {
	padding: 5px 18px 5px 18px;
}

td#navtagline {
	text-align: right;
}

div#pagebase {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	border: 1px solid #666;
	padding: 12px 16px 8px 16px;
	background-color: #fef8dd;
	background-image: url(../images/diamondheadbg.jpg);
	background-position: 50% 330px;
	background-repeat: repeat-x;
}

table#pageheader {
	width: 100%;
	border-bottom: 1px solid #666;
}

table#pageheader td {
	padding: 0 0 4px 0;
}

div#maincontent {
	padding: 10px 25px 0 25px;
}

div#maincontent p {
	margin: 12px 0 8px 0;
	line-height: 1.5em;
}

table#twocol td {
	vertical-align: top;
}

table#twocol td#leftcol {
	width: 80%;
	padding-right: 20px;
}

table#twocol td#rightcol {
	padding-top: 20px;
	width: 206px;
}

div.picframe {
	border: 1px solid #ccc;
	padding: 3px;
	background-color: #fff;
}

div.piclabel {
	text-align: center;
	font-size: 85%;
	margin: 1px 0 6px 0;
}

div#contactinfo {
	margin: 24px 0 0 0;
	text-align: center;
	font-size: 90%;
	color: #555;
}

div#contactinfo a:link, div#contactinfo a:visited, div#contactinfo a:active {
	color: #555;
}

div#contactinfo a:hover {
	color: #c00;
}

div#footer {
	color: #b7d3ff;
}

div#footer a:link {
	color: #b7d3ff;
}

div#footer a:visited {
	color: #b7d3ff;
}

div#footer a:hover {
	color: #fff;
}

div#footer a:active {
	color: #b7d3ff;
}

div#footer-menu {
	margin: 6px 0;
	text-align: center;
}

div#copyright {
	text-align: center;
	font-size: 90%;
}

/* Forms */
td.formlabelreq {
	font-weight: bold;
	text-align: right;
}

input.formfield, textarea.formfield {
	width: 300px;
	color: #333;
	background-color: #d7e3ff;
	border: 1px solid #4387e5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* Global Classes */
ul.stdlist {
	list-style-image: url(../images/bullet-diamond.gif);
}

ul.stdlist li {
	padding-left: 4px;
	line-height: 2em;
}

.small {
	font-size: 85%;
}

