html {
	min-height: 100%;
	background-color: #333;
}

body {
	font-family: verdana, arial, sans-serif;
	height: 100%;
	font-size: 14px;
	margin: 0px;
	
	background-color: #CCC;
}

p {
	text-indent: 0px;
	padding: 0px;
}

table
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
tr
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}
td
{
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}

div#container {
	width: 900px;
	margin: 0px auto;
	background: #FFF;
	padding: 0px;
	spacing: 0px;
}

div#content {
	width: 900px;
	padding-top: 100px;
	text-indent: 5px;
}

div#header {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 0px;
}

div#main_nav {
	width: 900px;
	height: 30px;
	position: relative;
	top: 100px;
}

div#maincontent {
	float: left;
	background: #FFF;
	width: 690px;
	
	text-align: justify;
}

div#footer {
	width: 900px;
	height: 30px;
	position: relative;
	bottom: 0px;
}

div#sidenav {
	width: 200px;
	float: left;
	padding-top: 0px;
	font-size: 16px;
	text-indent: 5px;
	z-index: 1;
}

div.navblocktop2 {
	border: 4px solid #369;
	border-left: 0px;
	border-right: 0px;
}

div.navblocktop {
	width: 180px;
	border: 2px solid #333;
	border-left: 0px;
	border-right: 0px;
	font-size: 22px;
	
	padding-top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.navblockmid {
	width: 180px;
	border-bottom: 4px solid #666;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	padding-bottom: 5px;
}
div.navblockbottom {
	width: 180px;
	border-bottom: 4px solid #333;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	
	padding-bottom: 5px;
}
div.navblockblank {
	width: 180px;
	border-bottom: 0px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	padding-bottom: 5px;
}
a.subnav {
	width: 100%;
	height: 100%;
	display: block;
}

div.colored {
	background-color: #9CF;
}

div#title {
	border-width: 1px;
	border-color: #000;
	text-align: center;
	padding-top: 10px;
	font-size: 14px;
}

div.contentblock {
	border: 1px solid #ddd;
	/*margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;*/
	margin-top: 0px;
	
	border-style: solid;
	border-width: 5px;
	border-color: #666;
	
	padding: 10px;
	padding-top: 0px;
}

div.contentsubblock1 {
	width: 50%;
	height: 100%;
	position: relative;	
	float: left;
}
div.contentsubblock2 {
	width: 50%;
	height: 100%;
	float: left;
	position: absolute;
}

#sidenav ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	
	position: relative;
	left: 0px;
	
	list-style-position: outside;
	list-style-image: url('images/arrow.png');
	list-style-type: square;
}
#sidenav ul li {
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
}

#content_top_frame {
	background-color: #9CF;
	font-size: 22px;
	font-weight: thicker;
	
	border-style: solid;
	border-width: 5px;
	border-color: #666;
	
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

#background {
	height: 100%;
	width: 100%;
	
	background-color:#CCC;
	
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #333333 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #333333 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #333333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #333333));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #333333 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #333333 100%);
}

div#pagetopnav {
	font-size: 11px;
	text-indent: 0px;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
	margin-right: 12px;
}
img.floatRight { 
    float: right; 
    margin: 4px; 
	margin-left: 15px;
}

#maincontent a:link {
	text-decoration: none;
	color: #39F;
}
#maincontent a:visited {
	text-decoration: none;
	color: #39F;
}
#maincontent a:active {
	text-decoration: underline;
	color: #03F;
}
#maincontent a:hover {
	text-decoration: underline;
	color: #03F;
}

#sidenav a:link {
	text-decoration: none;
	color: #000;
}
#sidenav a:visited {
	text-decoration: none;
	color: #000;
}
#sidenav a:active {
	text-decoration: underline;
	color: #00F;
}
#sidenav a:hover {
	text-decoration: underline;
	color: #000;
}

.subtitle {
	color: #39F;
	font-size: 16px;
	font-weight: 700;
}
.subsubtitle {
	font-weight: 700;
}
.subsubsubtitle {
	text-decoration: underline;
}
.tagline {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #666;
}
.workcited {
	border: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size; 12px;
	text-align: left;
	font-size: 11px;
	font-style: italic;
	color: #666;
}


.navblock ul {
	display: none;
}

.aboutus {
	height: 100%;
}

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}

#centered {
	text-align: center;
}

#fullpage {
	spacing: 10px;
	padding: 10px;

}