body {
	margin: 0px;
	background-color: #00464A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	color: #FFFFFF;
}

p {
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.3em;
	padding: 0px;
	margin: 5px 0px;
}

a {
	color: #FFFF99;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration : underline;
}


/* TEMPLATE */

a.menuLink {
	color: #FFFFFF;
	text-decoration: none;
}

a.baseLink {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 0.9em;
	font-style: normal;
}

a.baseLink:hover, a.baseLink:focus {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 0.9em;
	font-style: normal;
}

a.footerLink {
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
}

a.footerLink:hover, a.footerLink:focus {
	color: #CCCCCC;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
}

a.menuButton {
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}

div.menuButtonL {
	width: 135px ;
	height: 20px;
	color: #FFFFFF;
	background-image: url(../images/site/button_left_clear.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 2px;
	cursor: pointer;
	text-align: left;
}

div.menuButtonL_over {
	width: 135px ;
	height: 20px;
	color: #000000;
	background-image: url(../images/site/button_left_white.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 2px;
	cursor: pointer;
	text-align: left;
}

div.menuButtonR {
	width: 135px ;
	height: 20px;
	color: #FFFFFF;
	background-image: url(../images/site/button_right_clear.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 2px;
	cursor: pointer;
	text-align: right;
}

div.menuButtonR_over {
	width: 135px ;
	height: 20px;
	color: #000000;
	background-image: url(../images/site/button_right_white.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-top: 2px;
	cursor: pointer;
	text-align: right;
}

div.generalButtonL {
	width: 135px ;
	height: 20px;
	color: #FFFFFF;
	background-image: url(../images/site/button_left_blue.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 3px;
	text-align: left;
}

div.generalButtonL_over {
	width: 135px ;
	height: 20px;
	color: #000000;
	background-image: url(../images/site/button_left_white.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 3px;
	text-align: left;
}

div.generalButtonR {
	width: 135px ;
	height: 20px;
	color: #FFFFFF;
	background-image: url(../images/site/button_right_blue.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 3px;
	text-align: right;
}

div.generalButtonR_over {
	width: 135px ;
	height: 20px;
	color: #000000;
	background-image: url(../images/site/button_right_white.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	padding-top: 3px;
	text-align: right;
}

td.sidecell_top {
	background-image: url(../images/site/sidebox_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: right;
	padding: 1px 25px 3px 0px;
	font-size: 13px;
}

td.sidecell_base {
	background-image:url(../images/site/sidebox_base.gif);
	background-repeat:no-repeat;
	background-position:top;
}

ul.sidecell {
	margin: 0px 1px 0px 1px;
	padding: 0px 2px;
  list-style: none;
	font-size: 9px;
}

ul.sidecell li {
	margin: 3px 0px;
}

div.pageTitle {
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: center;
}

#container {
	width: 760px;
	margin: 0px auto;
}

#header {
	height: 207px;
	background-repeat: no-repeat;
	background-position: top;
	padding: 0px 20px;
}

#pagebody {
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 20px;
}

#footer {
	height: 258px;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #00464A;
	padding: 20px 20px 0px 20px;
}
#footnote {

	background-image:url(../images/templates/blackbottom.jpg);
	background-repeat: repeat-y;
	background-position: top;
	padding: 20px 20px 0px 20px;
}

.rollhead {
	font-weight : bold;
	border-bottom : 1px solid #000;
	border-top: 1px solid #000;
	border-right : 1px solid #000;
	padding-top : 2px;
	padding-bottom : 2px;
	padding-left : 3px;
	padding-right : 3px;
	text-align : center;
}
.rollcell {
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
	padding	: 2px

}










