/*

+---------------+
| Layout Styles |
+---------------+

*/

body {
	position: absolute;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}

#header {
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url('Gradiated-Mosaic-Flow.jpg');
	background-position: 0px -68px;
	height: 70px;
	width: 100%;
	margin-top: 0px;
	z-index: 1;
	/* opacity: .90;
	filter: alpha(opacity=90);-moz-opacity:.90; */
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	background-image: url('Gradiated-Mosaic-Flow.jpg');
	background-position: 0px 0px;
	height: 40px;
	width: 100%;
	margin-top: 0px;
	z-index: 1;
}

#container {
	position: fixed;
	overflow: auto;
	top: 70px;
	right: 0px;
	left: 0px;
	bottom: 40px;
	margin: 0px;
	padding: 0px;
}

#content {
	position: relative;
	overflow: auto;
	margin-right: 80px;
	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #99CCCC;
}

#leftnav {
	position: absolute;
	top: 0px;
	margin-right: 5px;
	margin-left: 3px;
	padding-left: 1px;
	font-family: serif;
	font-style: oblique;
	font-size: 12pt;
	text-align: left;
	/*font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 3;
	color: #999999;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;*/
	border-style: solid;
	border-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-color: #6699CC;
	color: #DDEEFF;
	background-color: #336699;
}

.nav_category {
	padding-top: 2px;
	margin-top: 0px;
	padding-left: 5px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #336699;
	font-family: serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 10pt;
	letter-spacing: 0;
	text-align: left;
	padding-bottom: 2px;
	background-color: #DDEEFF;
	color: #336699;
}

.nav_element {
	padding-left: 10px;
	padding-right: 25px;
	color: #DDEEFF;
	background-color: #99CCFF;
	border-bottom-style: solid;
	border-left-style: solid;
	border-width: 1px;
	border-color: #6699CC;
}

.nav_element:first-child {
	border-top-style: solid;
}


#rightnav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 3px;
	margin-left: 5px;
	font-family: sans-serif;
	font-style: oblique;
	letter-spacing: 2;
	color: #999999;
	text-align: center;
	border: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	
}

/*

+----------------+
| Content Styles |
+----------------+

*/

pre {
	border-style: solid;
	border-width: 1px;
	border-color: #6699CC;
	background-color: #DDEEFF;
	color: #336699;
	margin-right: 25px;
	margin-left: 25px;
}

#readmore {
	font-size: 8pt;
	font-family: sans-serif;
}

#content h1 {
	color: #006699;
	font-family: sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-bottom: 0px;
}

#content h2 {
	color: #3399CC;
	font-family: sans-serif;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-bottom: 0px;
}

#content h3 {
	color: #66CCFF;
	font-family: sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
}

#content p {
	margin-top: 0px;
	padding-top: 0px;
}

#ribbon {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: #003366;
	opacity: .35;
	filter: alpha(opacity=35);-moz-opacity:.35;
}

#ribbon a {
	color: #FFFFFF;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 5px;
}

#ribbon a:hover {
	background-color: #FFFFFF;
	color: #000000;
	font-family: sans-serif;
	text-decoration: none;
	margin-left: 5px;
}

#section_head {
	position: absolute;
	bottom: 20px;
	left: 5px;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 28px;
	opacity: .75;
	filter: alpha(opacity=75);-moz-opacity:.75;
}

#marquee {
	position: absolute;
	bottom: 10px;
	right: 0px;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 40px;
	opacity: .5;
	filter: alpha(opacity=50);-moz-opacity:.50;
}

#copyright {
	position: absolute;
	left: 5px;
	bottom: 0px;
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: 10pt;
}