body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.85em;
	text-align: center;
}

a { text-decoration: none }

#wrap {
	margin: 0 auto;
	padding: 5px 0 0;
	background: #093678;
	text-align: left;
}

#head {
	padding-bottom: 10px;
	overflow: hidden;
	background: #fff;
	text-align: center;
}

#smallnav {
	display: block;
	margin: 0;
	padding: 0 0 5px;
	font-size: 0.75em;
	text-align: right;
}
#smallnav li { display: inline; padding: 0 5px; }
#smallnav a, #foot a { color: #999 }
#smallnav a:hover, #foot a:hover { color: #630 }

#logo { display: none }

#slogan {
	margin: 0;
	padding: 0 0 5px;
	border-bottom: 2px solid #ccc;
	font-size: 0.65em;
	font-weight: bold;
}

#topnav {
	margin: 0;
	padding: 0;
	background: #093678;
	width: 35%;
	float: left;
	font-size: 0.85em;
	text-align: left;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
}
#topnav li { border-left: 2px solid #024 }
#topnav li a {
	color: #f0f4f8;
}
#topnav li.active a { border-bottom-color: #789; color: #fff; }

#content {
	clear: both;
	background: #fff url(../images/design/content-bg.gif) repeat-y 0 0;
	color: #666;
}
#home #content { background-color: #666; background-image: none; color: #fff }

#inhead a, #content a { text-decoration: underline }
#inhead a:link, #content a:link { color: #def }
#inhead a:visited, #content a:visited { color: #cde }

#home #inhead a:link, #home #inhead a:visited, #home #content a:link, #home #content a:visited { color: #fff }

#inhead {
	float: right;
	width: 65%;
	background: #093678;
	color: #fff;
}
#home #inhead {
	padding: 0;
	font-size: 0.95em;
}
#inhead h1 {
	margin: 0;
	padding: 1.4em 0 0;
	font-size: 1.5em;
	font-weight: normal;
}
#inhead h2 {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
}
#inhead p {
	margin: 0;
	padding: 3px 0 0;
}

#content .content {
	border-top: 3px solid #fff;
	overflow: hidden;
}
#content .content .leftside {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #666;
	font-size: 0.95em;
}

#content .content .leftside li { padding: 0.5em 0 0 }
#content .content .leftside ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}
#content .content .leftside ul ul { list-style-type: square }
#content .content .leftside ul ul ul { list-style-type: disc }
#content .content .leftside ul li { padding: 0.1em 0 0 }
#content .content .rightside {
	padding: 0;
	font-size: 0.95em;
	line-height: 1.4em;
	background: #fff;
}
#content .content .leftside a:link, #content .content .leftside a:visited { color: #666 }
#content .content .leftside a:hover, #content .content .leftside a.active { color: #000 }

#content .content .rightside a:link { color: #5279a9 }
#content .content .rightside a:visited { color: #5279a9 }

#content table.color {
	margin: 0 auto;
	padding: 0;
	border: 1px solid #999;
	color: #000;
	font-size: 0.95em;
	text-align: center;
}
#content table.color th {
	padding: 0.3em 0.25em;
	background-color: #5279a9;
	color: #fff;
}
#content table.color td { 
	padding: 0.3em 0.25em;
}
#content table.color tr.alt td {
	background-color: #d2d9e6;
}
#content table.color td.left { text-align: left }

#home #content .content .leftside {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff;
}
#home #content .content .rightside {
	padding: 0;
	line-height: 1.3em;
	background: transparent;
}
#home #content .content .rightside h4 { padding-top: 10px }

#content ul.plain {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#content ul.plain li {
	padding: 0.75em 0 0;
}
#content ul.plain ul {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}

#content .content p {
	margin: 0;
	padding: 0;
}
#content .content .rightside ul, #content .content .rightside ol {
	margin: 0;
	padding: 0 0 0 2em;
}
#content .content h3 {
	margin: 0;
	padding: 0 0 1em;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
}

#inhead h4, #content h4 {
	margin: 0;
	padding: 0 0 1em;
	color: #5279a9;
	font-size: 1.3em;
	font-weight: normal;
}
#home #inhead h4, #home #content h4 {
	padding: 0;
	color: #e6f534;
	font-size: 1.25em;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-transform: uppercase;
}
#home #inhead h4 {
	font-size: 1.25em;
}
#home #content .rightside h4 { margin-bottom: -0.25em }

#content .content .rightside h5 {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}
#content .content .rightside p {
	margin: 0;
	padding: 0 0 1em;
}

#foot {
	clear: both;
	padding-top: 5px;
	background-color: #fff;
	font-size: 0.65em;
	text-align: center;
}

.clear { clear: both; position: absolute }