/* @group General Reset */

/* General reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.3;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of general reset */

/* @end */

/* @group General Formatting */

html, body {
	text-align: center;
	font-size: 10pt;
	background-color: #eeeeee;
}

p {
	margin-top: 0.8em;
	margin-bottom: 0;
	line-height: 1.3;
}

h1 {
	font-size: 32px;
	font-weight: bold;
	color: #006699;
	line-height: 1.0;
	margin-top: 1em;
	margin-bottom: 0;
	padding-bottom: 0px;
}

h2 {
	font-size: 13pt;
	color: #006699;
	line-height: 1.0;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0.5em;
	padding-bottom: 0px;
}

h3 {
	font-size: 10pt;
	color: #006699;
	line-height: 1.0;
	margin-top: 1.2em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* @end */

/* @group Links */

a:link {
	text-decoration: none;
	color: #8b9dc3;
}

a:visited {
	text-decoration: none;
	color: #8b9dc3;
}

a:hover {
	text-decoration: none;
	color: #3b5998;
}

a:active {
	text-decoration: none;
	color: #dfe3ee;
}

a:focus {
  outline: none;
}

/* @end */

/* @group Lists */

ul {
	list-style-type: square;
	margin-top: 4px;
	margin-left: 1.2em;
	padding-left: 0;
}

li {
	margin-bottom: 2px;
	color: #8b9dc3;
}

.listtext {
	color: #000000;
}

.symbolbullet li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin-left: 0;
	padding-left: 0;
	text-indent: -1.2em;
}

/* @end */

/* @group Main Layout */

#outercontainer {
	border: 1px solid #3b5998;
	margin: 15px auto 150px;
	text-align: left;
	width: 730px;
	height: auto;
	background-color: #ffffff;
}

#header {
	position: relative;
	height: 170px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	background-color: #cccccc;
	width: auto;
}

#headleft {
	float: left;
	height: auto;
	width: 140px;
	margin-top: 15px;
	margin-left: 0px;
	padding-top: 0px;
	font-style: italic;
	font-size: 11px;
	color: #3b5998;
	text-align: center;
}

#headmid {
	width: 200px;
	margin-left: 142px;
	padding-top: 20px;
}

#headright {
	float: right;
	position: relative;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 69px;
	margin-top: 15px;
	margin-right: 15px;
}

#midarea {
	clear: both;
	margin-top: 15px;
}

#navarea {
	float: left;
	position: relative;
	height: 300px;
	width: 140px;
	margin-top: 5px;
	text-align: center;
}

#maincontent {
	position: relative;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 40px;
	height: auto;
	width: 560px;
}

#footer {
	overflow: auto;
	background-color: #cccccc;
	clear: both;
	height: auto;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-top: 1px;
	display: block;
	color: #006699;
	font-size: 10px;
}

/* @end */

/* @group Navigation Menu Items */

#navarea p {
	text-align: center;
	margin-top: 0;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 5px;
	width: 110px;
	height: 35px;
	background-image: url(buttons.jpg);
	background-repeat: no-repeat;
}

#navarea p a {
	width: 110px;
	height: 35px;
	display: block;
	text-indent: -3000px;
	color: #ffffff;
}

/* @end */

/* @group Navigation Button Rollover Effect */

#button1 {
	background-position: 0px 0px;
}

#button2 {
	background-position: 0px -35px;
}

#button3 {
	background-position: 0px -70px;
}

#button4 {
	background-position: 0px -105px;
}

#button5 {
	background-position: 0px -140px;
}

#button6 {
	background-position: 0px -175px;
}

#button1:hover {
	background-position: -110px 0px;
}

#button2:hover {
	background-position: -110px -35px;
}

#button3:hover {
	background-position: -110px -70px;
}

#button4:hover {
	background-position: -110px -105px;
}

#button5:hover {
	background-position: -110px -140px;
}

#button6:hover {
	background-position: -110px -175px;
}

#button1:active {
	background-position: -220px 0px;
}

#button2:active {
	background-position: -220px -35px;
}

#button3:active {
	background-position: -220px -70px;
}

#button4:active {
	background-position: -220px -105px;
}

#button5:active {
	background-position: -220px -140px;
}

#button6:active {
	background-position: -220px -175px;
}

/* @end */

/* @group Crossfade Items */

div.cf_wrapper {
	position: relative;
	margin-left: 150px;
	margin-right: 15px;
	margin-top: 30px;
	height: 100px;
}

div.cf_element {
	border-top: 2px solid #cccccc;
	width: 100%;
	height: 100px;
}

div.cf_element div.content {
	padding: 0px;
}

div.cf_element div.content h3 {
	padding-top: 0;
	margin-top: 0;
}

div.cf_element div.content p {
	padding: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	color: #3b5998;
}

div.cf_element div.content p.contentby {
	padding-top: 0;
	margin-top: 3px;
	font-style: italic;
	font-weight: normal;
	color: #8b9dc3;
}

/* @end */
