/****************************************/
/* General formatting			*/
/****************************************/

body {
	text-align: center;
	background: #f7f8c9;
	font-size: 13px;
	font-family: Arial, Sans Serif;
}

/****************************************/
/* Text formatting (p,h1,h2,etc.)	*/
/****************************************/

h1 {
	font-size: 16px;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	border-bottom: 1px solid;
	margin-top: 7px;
}

h2 {
	font-size: 14px;
	font-family: Arial, Sans Serif;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	font-family: Arial, Sans Serif;
	font-weight: bold;
	color: #228855;
	display: inline;
}

p {
	font-size: 13px;
}

li.bigbold {
	font-size: 15px;
	font-weight: bold;
}

/****************************************/
/* Link formatting			*/
/****************************************/

a.menuEntry:link { text-decoration: none; color: #2233AA; }
a.menuEntry:active { text-decoration: none; color: #2233AA; }
a.menuEntry:visited { text-decoration: none; color: #2233AA; }
a.menuEntry:hover { text-decoration: none; color: #112288; }

div.adlinks a:link { text-decoration: none; color: #FFFFFF; }
div.adlinks a:active { text-decoration: none; color: #FFFFFF; }
div.adlinks a:visited { text-decoration: none; color: #FFFFFF; }
div.adlinks a:hover { text-decoration: none; color: #FFFFFF; }

a.footer:link { text-decoration: none; color: #FFFFFF; }
a.footer:active { text-decoration: none; color: #FFFFFF; }
a.footer:visited { text-decoration: none; color: #FFFFFF; }
a.footer:hover { text-decoration: none; color: #FFFFFF; }

a:link { text-decoration: none; color: #0022FF; }
a:active { text-decoration: none; color: #0022FF; }
a:visited { text-decoration: none; color: #0022FF; }
a:hover { text-decoration: none; color: #0022FF; }



/****************************************/
/* Containers				*/
/****************************************/

#pageContainer {
	width: 800px;
	text-align: left;
}

#pageHeader {
	background: #4263BC;
	border: 1px solid #283c76;
	margin: 0px;
}

#pageFooter {
        background: #4263BC;
        border: 1px solid #283c76;
        margin: 0px;
	padding: 10px;
	color: #EEEEEE;
}

#menuBar {
	background: #449932;
	border-left: 1px solid #283c76;
	border-right: 1px solid #283c76;
	border-bottom: 1px solid #283c76;
	margin: 0px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	height: 29px;
}

div.menuEntry {
	padding: 5px 10px 5px 10px;
	border-right: 1px solid;
	width: 100px;
	background: #55BB44;
	text-align: center;
	float: left;
}

div.codeDisplay {
	padding: 5px 10px 5px 10px;
	background: #D9E1FF;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#mainContent {
	background: #FFFFFF;
	padding: 10px;
	margin: 0px;
	border-right: 1px solid #283c76;
	border-left: 1px solid #283c76;
}

#sideContent {
	padding: 5px;
	text-align: center;
}

/********************************************************/
/* Table formatting					*/
/********************************************************/

td.mainContent {
	padding-right: 10px;
	vertical-align: top;
}

td.sideBar {
        border-left: 2px solid #283c76;
	vertical-align: top;
}

table.results {
	border: 1px solid #283c76;
	padding: 0px;
	border-collapse: collapse;
}

td.rowheader {
	padding: 3px;
	background-color: #55BB44;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	border: 1px solid #283c76;
}

td.row {
	padding: 3px;
	background-color: #EEEEEE;
	border: 1px solid #283c76;
}

img.titlebar {
	border: 0px solid;
	margin: 0px;
}

