body {
	margin: 0;
	padding: 0 2px;
	background: #dcdcf5;
	color: #1e1450;
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
	font-size: 1em;
}

h1, h2, h3, h4, h5, p, ul, ol, form { display: block; margin: 0; padding: 0; }
a { text-decoration: none; }

#wrap {
	margin: 0 auto;
	background: #fff;
	text-align: left;
}
#head { background-color: #1c1247; }
#logo {
	text-align: center;
	font-size: 1.5em;
}
#logo a {
	display: block;
	color: #fff;
	font-weight: normal;
}
#logo a span { color: #d8b570; text-transform: uppercase; font-weight: bold; }
#slogan {
	color: #fff;
	font-size: 1em;
	text-align: right;
}
#nav-top {
	font-size: 1em;
	background: #4c4c4c;
	list-style-type: none;
}
#nav-top li {
	display: inline;
	padding: 0 0.5em;
}
#nav-top li#topnav-1 { background-image: none; }
#nav-top li a.parent {
	background-color: #4c4c4c;
	color: #fff;
	font-weight: bold;
}
#nav-top li a.parent.active, #nav-top li a.parent:hover { color: #d8b570; }

#content {
	padding: 6px 4px;
	color: #1e1450;
	font-size: 0.9em;
	line-height: 1.6em;
	word-spacing: -1px;
}
#content p { padding-bottom: 1em; }
#content ol, #content ul { padding: 0 0 1em 2em; }
#content ol ol, #content ul o, #content ol ul, #content ul ul { padding: 0 0 0 2em; }
#content a:link { color: #a54; }
#content a:visited { color: #976; }
#content a:hover { color: #c33; text-decoration: underline; }
.title {
	margin: 0 4px;
	padding-top: 6px;
	background-color: #dcdcf5;
	border-bottom: 1px solid #1e1450;
	color: #1e1450;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
}

.box {
	overflow: hidden;
	padding: 5px 4px 2px;
	background: #fff;
	font-size: 0.9em;
	line-height: 1.3em;
}
.box a:link { color: #369; }
.box a:visited { color: #933; }
.box a:hover { color: #c33; text-decoration: underline; }
#col-right h3 {
	clear: both;
	padding: 6px 2px 2px;
	background-color: #1e1450;
	border-top: 4px solid #dcdcf5;
	border-bottom: 3px solid #dcdcf5;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.4em;
}
.box p {
	padding: 0 5px 0.3em 0;
	position: relative;
	left: 5px;
}
.box a.morelink:link, .box a.morelink:visited {
	display: block;
	margin-top: 0.5em;
	color: #1e1450;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#foot {
	clear: both;
}

.clear {
	clear: both;
}

#content form {
	text-align: left;
}
form fieldset {
	margin: 0 0 1em;
	padding: 0 0.55em 0.75em;
	background: #f8f5f0;
	border: 1px solid #d8d5d0;
	overflow: hidden;
	color: #000;
}
#content form fieldset p {
	margin: 0 0 0.5em;
	padding: 0;
}
form fieldset legend {
	margin: 0;
	padding: 0.5em 1em;
	background: #f8f5f0;
	border: 1px solid #d8d5d0;
	color: #620;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}
form fieldset label {
	display: block;
	padding-top: 5px;
	font-weight: bold;
	color: #633;
}
form fieldset input,
form fieldset textarea {
	margin: 0;
	padding: 3px 3px;
}
form fieldset input.radio { display: block; float: left; margin: 2px 4px 0 0; padding: 0; }
form fieldset input.text,
form input.button,
form fieldset input.button,
form fieldset textarea {
	background: #e8e5e0;
	border: 1px solid #c8c5c0;
	color: #686560;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
}
form fieldset select {
	border: 1px solid #c8c5c0;
	background: #e8e5e0;
	color: #686560;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
}
form fieldset input.text { width: 60%; display: block; }
form fieldset textarea {
	width: 90%;
	font-family: 'Lucida Console', Monaco, monospace;
	line-height: 1.3em;
	overflow: auto;
}
form fieldset input:focus,
form fieldset textarea:focus { color: #000 }
form fieldset input.button, form input.button {
	/*float: right;*/
	margin: 0.5em 0;
	padding: 2px 3px;
	width: auto;
	background: #d8c5b0;
	border-color: #e8c580 #a88540 #a88540 #e8c580;
	border-top-width: 0px;
	color: #683500;
	cursor: pointer;
}
form input.button:hover,
form fieldset input.button:hover { color: #000; }
form input.button:focus,
form fieldset input.button:focus { border-color: #a88540 #e8c580 #e8c580 #a88540; }
form input.button.disabled,
form fieldset input.button.disabled {
	background: #ccc;
	border-color: #bbb #999 #999 #bbb;
	color: #666;
}
form fieldset sup {
	color: #c33;
	font-size: 0.85em;
	line-height: 0;
	text-transform: uppercase;
	vertical-align: baseline;
	position: relative;
	top: -0.27em;
}
form fieldset input.error { 
	border: 1px solid #a22;
/*	background: #a22;*/
}
form fieldset span.error {
	display: block;
	color: #a11;
}
form fieldset label.inline { display: inline }
#content form fieldset p, #content form fieldset ul, #content form fieldset ol { padding-top: 5px; padding-bottom: 0; }

form fieldset { 
	overflow: visible;  
	margin-top: 0.75em;  
	margin-bottom: 1em; 
} 
form fieldset legend {  
	position: relative;  
	top: -0.75em;  
	left: 0; 
}