body {
	margin: 0;
	padding: 0;
	background: #fff url(/images/design/body-fill.gif) repeat-x 0 0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, ul, ol, form { margin: 0; padding: 0; display: block; }
a { text-decoration: none }

#wrap {
	margin: 0 auto;
	width: 955px;
	background: transparent url(/images/design/head.jpg) no-repeat 0 0;
	text-align: left;
}
#wrapinner {
	padding-left: 10px;
	width: 910px;
}

#logo {
	float: left;
}
#logo a {
	display: block;
	width: 325px;
	height: 121px;
	overflow: hidden;
	text-indent: -900em;
}

#nav-crumbs {
	float: right;
	width: 585px;
	height: 95px;
	list-style-type: none;
	line-height: 1em;
	font-size: 0.7em;
	font-weight: bold;
}
#nav-crumbs li {
	float: right;
	padding: 83px 0 0 16px;
}
#nav-crumbs a { color: #036; }
#nav-crumbs a:hover { color: #900; }

#nav-top {
	clear: both;
	overflow: visible;
	margin-left: 9px;
	width: 910px;
	height: 33px;
	background: transparent url(/images/design/nav/full.gif) no-repeat 0 0;
	list-style-type: none;
}
#nav-top li {
	float: left;
	position: relative;
	z-index: 999;
}
#nav-top li a.parent {
	display: block;
	height: 33px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: -900em;
}

#nav-top li#topnav-1 { width: 179px; }
#nav-top li#topnav-2 { width: 269px; } 
#nav-top li#topnav-3 { width: 161px; } 
#nav-top li#topnav-4 { width: 192px; } 
#nav-top li#topnav-5 { width: 101px; }  
#nav-top li#topnav-1 a.parent { width: 178px; background-position: 0 0; } 
#nav-top li#topnav-2 a.parent { width: 268px; background-position: -179px 0; } 
#nav-top li#topnav-3 a.parent { width: 160px; background-position: -448px 0; } 
#nav-top li#topnav-4 a.parent { width: 191px; background-position: -609px 0; } 
#nav-top li#topnav-5 a.parent { width: 101px; background-position: -801px 0; }
#nav-top li a.parent:hover, #nav-top li a.parent.active { background-image: url(/images/design/nav/full-over.gif) }
#nav-top li:hover>ul {
	display: block;
}
#nav-top ul {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	width: 100%;
	list-style-type: none;
	z-index: 999;
	font-size: 0.85em;
}
#nav-top ul li {
	float: none;
	width: 100%;
}
#nav-top ul a {
	display: block;
	padding: 1px 2px 1px 4px;
	background: #013a67;
	border-bottom: 1px solid #035;
	color: #eef;
	font-size: 1em;
	text-decoration: none;
	opacity: 0.75;
	filter:alpha(opacity=75);
}
#nav-top ul a:hover {
	opacity: 1.00;
	filter:alpha(opacity=100);
}

#outer {
	clear: both;
	margin-left: 3px;
	width: 910px;
	background: transparent url(/images/design/content-fill.gif) repeat-y 0 0;
}
#inner {
	padding: 0 2px 0 6px;
	width: 902px;
	background: transparent url(/images/design/content-top.jpg) no-repeat 0 0;
}
#content {
	position: relative;
	padding: 43px 14px 0 147px;
	background: transparent url(/images/design/content-corner.jpg) no-repeat 0 bottom;
	overflow: hidden;
}

#col-left {
	position: relative;
	z-index: 100;
	float: left;
	padding-bottom: 152px;
	width: 566px;
	font-size: 0.75em;
	line-height: 1.9em;
}
#col-right {
	float: right;
	padding-bottom: 13em;
	width: 143px;
	color: #003660;
	font-size: 0.7em;
	line-height: 1.7em;
}

#bottom-left {
	clear: both;
	position: absolute;
	left: 7px;
	bottom: 18px;
	width: 170px;
	height: 170px;
	background: transparent url(/images/design/boxes/1.png) no-repeat 0 0;
}
#bottom-center {
	position: absolute;
	right: 200px;
	bottom: 13px;
	color: #003660;
	font-size: 1.5em;
}
#bottom-right {
	position: absolute;
	margin: 0;
	padding: 0;
	right: 29px;
	bottom: -8px;
	width: 128px;
	color: #003660;
	font-size: 0.65em;
	line-height: 2.3em;
}

#foot {
	clear: both;
	margin: 0 0 0 3px;
	padding: 12px 18px 10px;
	background: transparent url(/images/design/foot.gif) no-repeat 0 0;
	color: #eef;
	font-size: 0.7em;
	line-height: 1em;
}

#content p {
	margin: 0;
	padding: 0 0 2em;
}

#content p.notsomuch {
	margin: 0;
	padding: 0 0 .4em;
}

#content ul, #content ol { padding: 0 0 2em 2em; margin:0; }
#content ol ol, #content ol ul, #content ul ol, #content ul ul { padding:0; }
#content li { padding:0; margin-left:1em; }
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
#content a:link { color: #06c; }
#content a:visited { color: #66c; }
#content a:hover { color: #c30; }


form fieldset {
	margin: 0 0 1em;
	padding: 0 0.55em 0.75em;
	border: 1px solid #ddd;
	overflow: hidden;
}
form fieldset legend {
	margin: 0;
	font-size: 1em;
	line-height: 1em;
	color: #999;
}
form fieldset label {
	display: block;
	padding-top: 5px;
}
form fieldset input,
form fieldset textarea {
	margin: 0;
	padding: 3px 3px;
}
form fieldset input.text,
form fieldset input.button,
form fieldset textarea {
	background: #eee;
	border: 1px solid #ccc;
	color: #555;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 1em;
}
form fieldset select {
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	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 {
	/*float: right;*/
	margin: 0.5em 0;
	padding: 2px 3px;
	width: auto;
	background: #ddd;
	border: 1px solid #999;
	border-color: #ccc #666 #666 #ccc;
	color: #333;
	cursor: pointer;
}
form fieldset input.button:hover { color: #000; }
form fieldset input.button:focus { border-color: #888 #333 #333 #888; }
form fieldset input.button.disabled {
	background: #999;
	border-color: #aaa #888 #888 #aaa;
	color: #666;
}
form fieldset sup {
	color: #c66;
	font-size: 7pt;
	font-weight: normal;
	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: #c44;
}
form fieldset label.inline { display: inline }
#content form fieldset p, #content form fieldset ul, #content form fieldset ol { padding: 0.1em 0 1em; }
hr {
	margin: 1em 0 0.6em;
	padding: 0;
	height: 1px;
	overflow: hidden;
	background: #eee;
	border-width: 0px;
	border-bottom: 1px solid #ccc;
}