/* sitestyle.css stylesheet, version 6.0, 2006-09-11 */

/* initial conditions ============================================== */
* {
	margin: 0px;
	padding: 0px;
	}
/* /initial conditions ============================================== */


/* Tag styles ========================================================= */
body {
	/*background-color: #BEBEBE; Dexter Lt Gray*/
	background-image: url(../_img/bg.png);
	}

img {
	border-width: 0px;
	}
p {
	color: #005480; /*Dexter Blue (P302C)*/
	}

h4 {
	color: #78A32D; /*Dexter Green (P377C)*/
	font-weight:bold;
	font-size:120%;
	}

td,input,textarea,select,option {
	border-width: 1px;
	border-color: black;
	font: normal 14px helvetica, arial, sans-serif;
	}

table {
	border-collapse: collapse;
	align: center;
	margin: 0px 0px 0px 0px;
	}

td {
	border-collapse: collapse;
	align: center;
	margin: 0px 0px 0px 0px;
	}

td.buffered {
	border-collapse: collapse;
	align: center;
	margin: 16px 16px 16px 16px;
	padding: 16px 16px 16px 16px;
	}	


/* /banner ===================================================================== */

table.banner {
	position: relative;
	margin-top:    32px;
	margin-bottom: 0px;
	margin-left:   auto;
	margin-right:  auto;
	width: 800px;
	z-index:1;
	background-color: white;
	border-width: 0px;
	background-position:top right;
	background-repeat:no-repeat;
	background-image: url(../_img/tr.png);
	}

img.bannerlogo {
	margin-top:    16px;
	margin-bottom: 8px;
	margin-left:   16px;
	margin-right:  8px;
	}

/* /body classes ===================================================================== */
table.body {
	position: relative;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   auto;
	margin-right:  auto;
	width: 800px;
	background-color: white;
	border-width: 0px;
	}

td.leftpane {
	position: relative;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   16px;
	margin-right:  0px;
	width: 150px;
	background-color: white;
	border-width: 0px;
	vertical-align: top;	
	}

td.bodypane {
	position: relative;
	margin-top:    0px;
	margin-bottom: 0px;
	margin-left:   0px;
	margin-right:  16px;
	vertical-align: top;	
	background-color: white;
	border-width: 0px;
	}

/* /footer ===================================================================== */

table.footer {
	position: relative;
	margin-top:    0px;
	margin-bottom: 32px;
	margin-left:   auto;
	margin-right:  auto;
	width: 800px;
	height: 60px;
	background-color: white;
	border-width: 0px;
	background-position:bottom right;
	background-repeat:no-repeat;
	}

/* /misc classes ===================================================================== */

.bluetabs{
	/*border-bottom: 1px solid gray;*/
	}

.bluetabs ul{
	padding: 3px 0;
	margin-left:   0px;
	margin-top:    1px;
	margin-bottom: 8px;
	margin-right:  32px;
	font: bold 16px Helvetica;
	font-color: white;
	list-style-type: none;
	text-align: right; /*set to left, center, or right to align the menu as desired*/
	}

.bluetabs li{
	display: inline;
	margin: 0;
	}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	/*border: 1px solid #778;*/
	color: white;
	background-color: #78A32D; /*Dexter Green*/
	}

.bluetabs li a:visited{
	color: white;
	}

.bluetabs li a:hover{
	color: white;
	background-color: #005480; /*Dexter Blue*/
	}

.bluetabs li.selected{
	}

.bluetabs li.selected a{ /*selected main tab style */
	background-color: #005480; /*Dexter Blue*/
	}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position: fixed;
	margin-top:    3px;
	padding: 2px 2px;
	font: normal 9px Verdana;
	color: white;
	line-height:12px;
	z-index:100;
	background-color: #005480; /*Dexter Blue*/
	width: 100px;
	visibility: hidden;
	}

.dropmenudiv_b a{
	position: relative;
	margin-top:    3px;
	padding: 2px 2px;
	width: auto;
	display: block;
	text-indent: 2px;
	border: 0 solid #005480; /*Dexter Blue*/
	border-width: 2px;
	padding: 2px 2px;
	z-index:100;
	text-decoration: none;
	color: white;
	margin: 0;
	}


.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	background-color: #BAD3E3; /*Dexter Lt Blue?*/
	color: #005480; /*Dexter Blue*/
	}

/*Dexter Palette

#005480; /*Dexter Blue (P302C)*/
#78A32D; /*Dexter Green (P377C)*/
#585858; /*Dexter Gray (80%)*/

#4C721D; /*Dexter Olive (P577C)*/
#B9B309; /*Dexter Yellow (P398C)*/
#C41230; /*Dexter Red (P187C)*/

#800054; /*Dexter Purple?*/
#802c00; /*Dexter Brown?*/

#ACD6F2; /*Dexter Lt Blue*/
#D5E9B2; /*Dexter Lt Green*/
#BEBEBE; /*Dexter Lt Gray*/
#E2C288; /*Dexter Lt Brown*/
white
#edf3f3; /*Light Blue*/
*/

