@charset "utf-8";
body {
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(images/bg.png) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #023131;
	text-align: left;
}

#header {
	background: #FFFFFF url(images/banner.jpg) no-repeat bottom;
	height: 130px;
	width: 780px;
	margin: 0px;
	padding-top: 0px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#cse-search-box {
	float: right;
	padding: 8px 5px 0px;
	bottom: auto;
}


#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#mainContent {
	padding: 10px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.tablelist {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
}

.temptable {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #055985;
}
#typetable {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #22606A;
}
#typetable a:link {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #903;
}
#typetable a:active {
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #F00;
}



.combotable {
	background: #D3DBDB;
	padding: 6px;
	text-align: center;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #055985;
} 

.tablelist td {
	padding: 5px 10px;
}
#preferbox {
	padding: 10px;
	background: #D3DBDB;
}


#footer {
	background:#E2E2E2;
	color: #333;
	padding-right: 10px;
	padding-left: 1.5em;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer a:link {
	color: #333;
}
#footer a:visited {
	color: #333;
	text-decoration: none;
}
#footer a:hover {
	color: #990033;
	text-decoration: none;
}



h1 {
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	color: #22606A;
	margin-bottom: 10px;
	border-bottom: 2px solid #22606A;
	padding-bottom: 8px;
	text-transform: none;
}

h2 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #22606A;
}

h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #22606A;
}
.functions {
	margin-right: auto;
	margin-left: auto;
	background: #D3DBDB;
	font: normal 12px/1.3em Verdana, Arial, Helvetica, sans-serif;
	color: #22606A;
}


.division {
	border-top: 3px solid #70ACA0;
}

.dropcap {
	float:left;
	color:#990033;
	font-size:70px;
	line-height:49px;
	padding-top:2px;
	font-family: Times, serif, Georgia;
	padding-right: 4px;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 1px solid #999999;
	padding: 3px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	padding: 3px;
	border: 1px solid #999999;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*   start of OLD NAVIGATION MENU BAR 

ul#navigation {
	margin: 0px 0px 20px;
	list-style: none;
	background: #666666;
	float: left;
	width: 100%;
	padding: 0px;
}

#container #navigation li {
	display: inline;
}



ul#navigation a {
	display: block;
	float: left;
	padding: .3em 1em;
	text-decoration: none;
	color: #fff;
	background: #666666;
	border-right: 1px solid #fff;
	font-weight: normal;
}

ul#navigation a.here {
	display: block;
	float: left;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #990033;
	background: #FFFFFF;
	border-right: 1px solid #fff;
	font-weight: normal;
}

ul#navigation a:hover {
	color: #990033;
	background: #FFFFFF;
}

end of OLD NAVIGATION MENU BAR */ 

.boxtitle {
	font: italic bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #22606A;
}

.contactable {
	background: #D3DBDB;
	font-weight: bold;
	color: #22606A;
}

a:link {
	color: #330099;
	text-decoration: none;
}

a:visited {
	color: #C4C4C4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}
.trigger {
	border-bottom: 1px dashed #990000;
}

.shadow {
	float:left;
	/* background: url(images/shadow.gif) no-repeat right bottom !important;  */ 
	background: url(images/shadow.gif) no-repeat bottom right;
	/* margin: 10px 0 0 10px !important; */
	margin: 10px 0 0 5px;
}

.shadow img {
	display: block;
	position: relative;
	background-color: #fff; 
	border: 1px solid #a9a9a9; 
	margin: -6px 6px 6px -6px; 
	padding: 4px; 
} 
#homenav {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 6px 0px 6px 1em;
	background: #023131;
}
#homenav a:link {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#homenav a:visited {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#homenav a:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
#nav {
	height: 26px;
	width: 100%;
	background: #EEE;
}
#mag_box {
	padding: 5px;
	float: left;
	height: auto;
	width: auto;
	border: 1px solid #CCCCCC;
	margin-right: 60px;
	font-style: italic;
	font-weight: bold;
}

#mag_box a:link {
	color: #333333;
}
.progressword {
	font: italic bold 14px Verdana, Geneva, sans-serif;
	color: #009;
	padding-top: 6px;
	padding-bottom: 10px;
}

.quizbox {
	padding: 6px;
	font-size: 11px;
	color: #009; 
}
.prefertitle {
	font: normal 18px Verdana, Geneva, sans-serif;
	color: #903;
}

#thanks {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #22606A;
	text-align: center;
	width: 100%;
}
#mainContent form table {


}
#mag {
	margin-top: 0px;
	margin-bottom: 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #22606A;
}

#mag a:link {
	color: #C7232C;
	font: bold normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#mag a:visited {
	font-weight: bold;
	color: #FF926C;
}
#mag a:hover {
	font-style: normal;
	font-weight: bold;
	color: #FC8300;
}
#mag a:active {
	font-weight: bold;
	color: #F00;
}
.prive {
	font-style: italic;
	color: #999;
}

#mag tr td a:link {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #C7232C;
}
#mag tr td a:hover {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FC8300;
}
h1 img {
	float: right;
}
