/* BASIC STUFF */

HTML {
	height: 100%;
}

H1 {
	font-size: 1.8em;
	color: #000000;
	position: relative;
	margin-top: 1.0em;
	margin-bottom: .3em;
	font-variant: small-caps;
	text-shadow: 1px 1px 2px #444;
}

H2 {
	font-size: 1.3em;
	color: #444444;
	position: relative;
	margin-top: 1.0em;
	margin-bottom: .2em;
	font-variant: small-caps;
	font-style: italic;
	text-shadow: 1px 1px 1.5px #555;
}

H3 {
	font-size: 1.1em;
	color: #444444;
	position: relative;
	margin-top: 1.0em;
	margin-bottom: .1em;
	font-variant: small-caps;
	text-shadow: 1px 1px 1px #666;
}

H4 {
	font-size: 1.0em;
	color: #444444;
	position: relative;
	margin-top: 1.0em;
	margin-bottom: .1em;
	font-variant: small-caps;
	font-style: italic;
	text-shadow: 1px 1px .5px #777;
}

.divider {
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: left
}

img.divider {
	max-width: 100%;
	height: 5px;
}

.imgFrame {
	box-sizing: border-box;
	position: relative;
	padding: 2px;
	margin: 5px;
	border-style: solid;
	border-color: #888888;
	border-width: 1px;
}

P {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	text-align: justify;
}

P.quoteblock {
	font-size: .9em;
	margin-left:4em;
	margin-right:4em;
	margin-top:1em;
	margin-bottom:1em;
}

B {
	font-weight: bold;
	text-shadow: 1px 0px #888;
}

TABLE {
	position: relative;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

TD {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	text-align: justify;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

UL {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	width: 90%;
}

OL {
	font-size: 1em;
	line-height: 1.5em;
	color: #000000;
	position: relative;
	width: 90%;
}

LI {
	font-size: 1em;
	line-height: 1.5em;
}

BODY {
	background: #DDDDDD;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
	height: 100%;
	margin: 0px;
}

DIV.main {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: auto;
	top: 0px;
	min-height: 100%;
	background: #DDDDDD url("pictures/globalPics/bg.jpg") repeat;
	background-attachment: fixed;
	
	-moz-box-shadow:    0px 0px 10px 0px #888888;
	-webkit-box-shadow: 0px 0px 10px 0px #888888;
	box-shadow:         0px 0px 10px 0px #888888;
}

DIV.main_menu {
	position: fixed;
	width: 100%;
	max-width: 1200px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	z-index: 1;
	background: #DDDDDD url("pictures/globalPics/bg.jpg") repeat;
	background-attachment: fixed;
}

DIV.menu_inner {
	text-align: justify;
}

DIV.menu_inner:after {
	content: '';
	width: 100%;
	display: inline-block;
}

DIV.main_content {
	z-index: 0;
	width: 90%;
	margin: auto;
	text-align: left;
}

DIV.main_footer {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	background: #444444;
	margin-top: 30px;
	padding: 10px 30px 10px 30px;
}

.round_top {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.round_cell {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

DIV.menu {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
    padding: 0px;
	border: 2px solid #666688;
	border-bottom-style: none;
	text-align: center;
	background: #9999AA;
}

DIV.menu_home {
	width: 5%;
	min-width: 3em;
}

DIV.menu_main {
	width: 18.0%;
}

DIV.submenu {
	display: inline-block;
	box-sizing: border-box;
	margin: 0px;
	margin-top: 1px;
    padding: 0px;
	border: 2px solid #886688;
	border-bottom-style: none;
	text-align: center;
	background: #AA99AA;
}

DIV.submenu_2x {
	width: 49.5%;
}

DIV.submenu_3x {
	width: 32.8%;
}

DIV.submenu_4x {
	width: 24.5%;
}

DIV.main_menu_spacer {
	height: 55px;
}

DIV.content_cell {
	width: 100%;
	min-height: 100%;
	margin: auto;
}

a:link {
	color: #660066;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #004488;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #006666;
	font-weight: bold;
}

a:active {
	color: #664422;
	font-weight: bold;
	background: #FFFF88;
}

a:link.menu {
	padding: .1em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.menu {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.menu {
	display: block;
	color: #FFFFBB;
	background: #8888AA;
}

a:active.menu {
	display: block;
	color: #FFFF44;
	background: #666688;
}

a:link.submenu {
	padding: .1em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

a:visited.submenu {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.submenu {
	display: block;
	color: #FFFFBB;
	background: #AA88AA;
}

a:active.submenu {
	display: block;
	color: #FFFF44;
	background: #886688;
}

a:link.content_cell {
	padding: 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}

a:visited.content_cell {
	display: block;
	color: #000000;
	text-decoration: none;
}

a:hover.content_cell {
	display: block;
	color: #000000;
}

a:active.content_cell {
	color: #000000;
	background: #666688;
}

a:link.content_cell_red {
	background: #AA9999;
}

a:hover.content_cell_red {
	background: #AA7777;
}

a:active.content_cell_red {
	background: #886666;
}

a:link.content_cell_green {
	background: #99AA99;
}

a:hover.content_cell_green {
	background: #77AA77;
}

a:active.content_cell_green {
	background: #668866;
}

a:link.content_cell_blue {
	background: #9999AA;
}

a:hover.content_cell_blue {
	background: #7777AA;
}

a:active.content_cell_blue {
	background: #666688;
}

a:link.content_cell_yellow {
	background: #AAAA99;
}

a:hover.content_cell_yellow {
	background: #AAAA77;
}

a:active.content_cell_yellow {
	background: #888866;
}

a:link.content_cell_magenta {
	background: #AA99AA;
}

a:hover.content_cell_magenta {
	background: #AA77AA;
}

a:active.content_cell_magenta {
	background: #886688;
}

a:link.content_cell_cyan {
	background: #99AAAA;
}

a:hover.content_cell_cyan {
	background: #77AAAA;
}

a:active.content_cell_cyan {
	background: #668888;
}

.siteMeter {
	position: relative;
}

.siteMeterImage {
	position: absolute;
	left: 20px;
	top: 520px;
	z-index: 1;
	color: #CCCCCC;
	font-size: .5em;
	line-height: 1.4em;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

.siteMeterText {
	position: relative;
	z-index: 1;
	color: #CCCCCC;
	font-size: .5em;
	line-height: 1.4em;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

.copyrightText {
	position: relative;
	color: #CCCCCC;
	font-size: .5em;
	line-height: 1.4em;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

.email {
	font-weight: normal;
	color: #DDDD44;
	font-size: .5em;
	line-height: 1.4em;
	font-family: "Lato", "Gill Sans", "Arial", sans-serif !important;
}

.adsenseAdUnit1 {
	position: absolute;
	left: 10;
	top: 720;
}

.adsenseAdUnit2 {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

