body.dark, body.light {
	font-family : Verdana, Arial, Helvetica, sans-serif;
  	font-size: 13pt;
    margin: 0;
}
body.dark { background: #888; color: #FFFFFF; }
body.light { background: #FFFFFF;	color: #222; }

body.dark a:link { color: #FFFFFF; text-decoration: underline;}
body.dark a:visited { color: #F8F8F8; text-decoration: underline;}
body.dark a:hover { color: #FFC0C0; text-decoration: underline;}
body.dark h1 { color: white; }
body.dark h2 { color: white; }
body.dark h3 { color: white; }
body.light a:hover { color: #FF0000; text-decoration: underline;}

div.header { position:relative;  background:#990000; }
div.menu { background: #990000; padding-left: 10%;  position:relative; z-index:5; }
div.footer { background:#900000; color: #FFFFFF; text-align:center; font-size:11pt; padding: 20px;}

.htitle { position:absolute; top: 12px; left:34%; z-index: 3 }
.title1 { font-size:21pt;font-weight:bold; }
.title2 { font-size:12pt;font-weight:bold; }
/* Cellphone Layout */
@media only screen and (max-width: 1100px) {
.htitle {  top: 2px; left:25%; }
.title1 { font-size:14pt;font-weight:bold; }
.title2 { font-size:9pt;font-weight:bold; }    
}

div.darkContainer, div.lightContainer {
    width: 100%;
    /* padding: 4px 4% 4px 4%; */
}

div.darkContainer { background:#666; color:white; }
div.lightContainer { background:#FFFFFF; color: #222;  }
div.lightContainer h2 { color: #222; }

div.darkContent, div.lightContent {
    padding: 1% 1% 1% 1%;
    line-height: 1.7;
}
div.darkContent { background:#666; color:white; margin-left:7%; margin-right: 7%; }
div.lightContent { background:#FFFFFF; color: #222; margin-left:7%; margin-right: 7%; }
@media only screen and (max-width: 1200px) {
    div.darkContent, div.lightContent {
        margin-left:1%; 
        margin-right: 1%;
        /* padding: 2% 2% 2% 2%; */
    }
}
button, input[type="button"], input[type="submit"], input[type="file"] { 
    font-size: 12pt; padding: 3px 5px 3px 5px; border-radius: 6px; background: #F4F4F4; 
}
div.darkHeader { background: #555; color: white; }
div.lightHeader { background: #E0E0E0;  }

div.darkFooter, div.lightFooter { background: #555;  color: white; text-align: center; padding: 30px; }
h1 {font-size: 16pt; font-weight: bold; }
h2 {font-size: 14pt; font-weight: bold; }
h3 {font-size: 13pt; font-weight: bold; }
h4 {font-size: 11pt; font-weight: bold; }

hr.red { height:  6px; background: red; border: none;  }
hr.gray { height:  6px; background: #CCC; border: none; }

div.clear {
    width: 100%;
    clear: both;
}

table.plain {
	width: 100%;
}

table.plain th, table.plain td {
	font-size: 12pt;
	padding: 6px !important;
}

table.plain th {
	background: #D8D8D8;
}

table.plain td {
	border-top: 1px solid gray;
}

table.plain tr:nth-child(even) {
	background: #F0F0F0;
}

table.plain tr:nth-child(odd) {
	background: #F8F8F8;
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

#Column1 {
	clear: both;
	float: left;
	display: block;
	margin-left: 0;
	width: 48%;

}
#Column2 {
	clear: none;
	float: left;
	display: block;
	margin-left: 4%;
	width: 48%;
}


/* Cellphone Layout */
@media only screen and (max-width: 1000px) {

#Column1 {
	margin-left: 1%;
	width: 98%;
}
#Column2 {
	margin-left: 1%;
	width: 98%;
}
}

.col2c1 {
	float: left;
	width: 60%;
    padding-right: 3%;
}

.col2c2 {
	float: left;
	width: 37%;
}

/* Cellphone Layout */
@media only screen and (max-width: 1100px) {

.col2c1, .col2c2 {
	margin-left: 1%;
	width: 98%;
}
}
.oval2, .oval3 { 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    
    background: #ffe6cc; 
    border:1px solid gray;
    padding: 10px;
    font-size:11pt;
}

.announce { font-weight:bold; color: #D00; }

div.center800 {  width: 800px; margin: 0 auto;  }
@media (max-width: 600px) { 
    div.center800 { width:99%; margin: 0 0.5%; }
}