/*
222C3E -> CAE6E6
5E687A -> 98B0B0

color 1 - primary background, navigation, headlines
color 2 - secondary background, borders, headlines
color 3 - link colors on navigation
color 4 - hover colors on navigations

main_link_color_norm
main_link_color_visit
main_link_color_active
main_link_color_hover
*/

/*  CORE CSS  */

html, body {
	background: #222C3E;
	margin: 0px;
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
    height: 100%;
}

p {
	font-family: verdana;
	font-size: 8pt;
	font-weight: bold;
	text-align: justify;
}

a:link {
	color: #main_link_color_norm;
}

a:visited {
	color: #main_link_color_visit;	
}

a:active {
	color: #main_link_color_active;
}

a: hover {
	color: #main_link_color_hover;	
}

h1 {
	font-size: 18pt;
	color: #5E687A;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	color: #5E687A;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	color: #5E687A;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	color: #5E687A;
	font-weight: bold;
}

h1.title {
	font-size: 20pt;
	color: #CAE6E6;
	font-weight: bold;
	margin: 0px 0px 0px 80px;
}

h2.tagline {
	font-size: 12pt;
	color: #CAE6E6;
	font-weight: bold;
	margin: 0px 0px 10px 80px;
}

h3.navheadline {
	color: #CAE6E6;
	background: #222C3E;
	border-top: 12px #CAE6E6 double;
	border-bottom: 1px #CAE6E6 solid;
	padding: 3px;
	font-size: 10pt;
	text-align: center;
}

blockquote {
	background: #CAE6E6;
	border: 1px #222C3E dashed;
	padding: 10px;
}

/* CLASSES */

#headerwrap {
	margin: 0px;
	height: 80px;
}

#overwrap {
	margin: 0px;
	height: 100%;
}

#header {
	height: 120px;
}

#header2 {
	height: 120px;
}

#content {
	background: #FFFFFF;
	height: 100%;
}

#contenttable {
	width: 100%;
	height: 100%;
}

#leftcol {
	background: #5E687A;
	border-top: 15px #98B0B0 solid;
	width: 180px;
	height: 100%;
	padding: 0px;
}

#maincol {
	background: #FFFFFF;
	border-top: 15px #CAE6E6 solid;
	width: auto;
	height: 100%;
	padding: 10px 15px;
}

#rightcol {
	background: #5E687A;
	border-top: 15px #98B0B0 solid;
	width: 140px;
	height: 100%;
	padding: 0px;
}

#footer {
	height: 80px;
	background: #5E687A;
}

/*   NAVIGATION   */

#navwrap {
	margin-left: auto;
	margin-right: auto;
	margin-top: -20px;
	border-top: 1px #CAE6E6 solid;
	z-index: 1;
	font-size: 10pt;
}

#navwrap ul {
	list-style-type: none;
	text-align: center;
	margin-top: -10px;
	padding: 0;
	position: relative;
	z-index: 2;
}

#navcontent li {
	display: inline;
	text-align: center;
	margin: 0 5px;
}

#navwrap li a {
	padding: 1px 7px;
	color: #FFF;
	background-color: #5E687A;
	border: 1px solid #CAE6E6;
	text-decoration: none;
	width: 140px;
}

#navwrap li a:hover {
	color: #FFF;
	border: 1px solid #CAE6E6;
	border-top: 2px solid #CAE6E6;
	border-bottom: 2px solid #CAE6E6;
}

/*   LEFT NAVIGATION   */

#leftnav {
	margin: 10px;
	padding: 5px;
	line-height: 12pt;
	width: 140px;
}

#leftnav ul, #leftnav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
}

#leftnav a:link, #leftnav a:visited {
	color: #CAE6E6;
	width: 130px;
	text-decoration: none;
}

#leftnav li a:hover {
	color: #222C3E;
	background: #CAE6E6;
	width: 130px;
	text-decoration: none;
}
