/* CSS Document */

/*note, it may be important to keep the link formats, below,
in the sequence --link, visited, hover, active-- */

a:link {
	color: #b0b91d;
	text-decoration: underline;
	font-weight: bold;
} 

a:visited {
	color: #e7ec84;
	font-weight: bold;
}

a:hover {
	color: #b0b91d;
	text-decoration: none;
}

a:active {
	color: #b0b91d;
} 

h1, h2, h3, h4, h5 {
	padding: 0px;
}

h1 {
	color: #cadddf; 
	font-size: 165%;
	margin: 0px 0px 5px 0px;
	line-height: 1.1;
}

h1 a:link {
	color: #cadddf; 
}

h1 a:visited {
	color: #cadddf; 
}

h1 a:hover {
	color: #cadddf; 
}

h1 a:active {
	color: #cadddf; 
}

h2 {
	color: #b0b91d;
	font-size: 140%;
	margin: 0px 0px 3px 0px;
	line-height: 1.1;
}

h2 a:link {
	color: #b0b91d; 
}

h2 a:visited {
	color: #e7ec84; 
}

h2 a:hover {
	color: #b0b91d; 
}

h2 a:active {
	color: #b0b91d; 
}

h3 {
	color: #cadddf; 
	font-size: 120%;
	margin: 0px 0px 2px 0px;
}

h3 a:link {
	color: #cadddf; 
}

h3 a:visited {
	color: #cadddf; 
}

h3 a:hover {
	color: #cadddf; 
}

h3 a:active {
	color: #cadddf; 
}

h4 {
	color: #b0b91d;
	font-size: 105%;
	margin: 0px 0px 2px 0px;
}

h4 a:link {
	color: #b0b91d; 
}

h4 a:visited {
	color: #e7ec84; 
}

h4 a:hover {
	color: #b0b91d; 
}

h4 a:active {
	color: #b0b91d; 
}

h5 {
	font-size: 103%;
	margin: 0px 0px 2px 0px;
}

h6 {
	margin: 0px 0px 2px 0px;
}

#middiv {
	width: 100%;
	display: table;
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	background: #006f7a;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}


#midtable {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

#midrow {
	width: 100%;
}

#BodyCell {
/*	width: 70%;*/
	background: url("/Site/HomePage?action=download&upname=body-bg.jpg");
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
/*	border-left: 1px solid #DCD8D8;
	border-right: 1px solid #DCD8D8;*/
	text-align: center;
	padding-top: 25px;
	padding-bottom: 5px;
}

#content {
	width: 100%;
	display: table;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#breadcrumbs {
	clear: both;
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
/*	background: #a63644;
	color: #fae003;*/
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#breadcrumbs .pagegroup {
	padding: 4px 0px 0px 7px;
	text-align: left;
	font-size: 80%;
}

#breadcrumbs .pagetitle h1 {
	font-variant: small-caps;
	line-height: 1em; 
	padding: 4px 4px 0px 15px; 
	font-size: 1.9em; 
	font-weight: bold;
/*	color: #fae003;*/
}

#breadcrumbs p {
/*	color: #fae003;*/
	font-weight: normal;
}

#breadcrumbs a {
/*	color: #fae003;*/
	font-weight: normal;
}

#breadcrumbs a:hover {
/*	color: #fae003;*/
	font-weight: normal;
}

#page {
	clear: both;
	width: 98%;
	min-height: 350px;
	margin: 0px;
	padding: 0px 10px 10px 10px;
	color: white;
	font-weight: bold;
/*	border: 1px solid #DCD8D8;*/
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#page p {
	padding: 0px 10px 0px 20px;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#NavCell {
	padding-top: 25px;
}

#NavCell2 {
	padding-top: 25px;
}


/*--------------------------------------*/

#footrow {
	width: 96%;
	background: transparent;
	color: black;
	padding: 0px 20px 5px 20px;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}
/*--------------------------------------*/

#outsidebelow {
/*	background: black;*/
/*	color: white;*/
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 0px;	
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#actions {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
/*	background: #fbfce2;*/
	color: black;
	text-align:left;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#actions a {
	color: black;
	text-decoration: none;
}

#actions a:hover {
	color: black;
	text-decoration: underline;
}

#lastmod {
	color: #666666;
/*	background: black;*/
	font-size: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#creditsfooter {
/*	background: black;*/
	color: #666666;
	font-size: 92%;
	padding: 5px;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#creditsfooter a {
/*	color: white;*/
	text-decoration: none;
}

#creditsfooter a:hover {
/*	color: white;*/
	text-decoration: underline;
}

#creditsfooter p.finalcredits {
	text-align: center;
}

/* ----- TABS ---- */

#tabs {
	clear: both;
	text-align: center;
/*protect against msie's peek-a-boo bug by including line-height for divs*/
	line-height: 1.2;
}

#tabs a:link {
	background: transparent;
	color: #333333;
	float: left;
	position: relative;
	text-decoration: none;
	top: 0;	
}

#tabs a:visited {
	background: transparent;
	color: #333333;
	float: left;
	position: relative;
	text-decoration: none;
	top: 0;	
}

#tabs a:hover {
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-top: 1px solid black;
	color: black;
}

#tabs li { 
	float: left;
}

#tabs ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*#help {
	margin: -3px 2px 0px 0px;
	padding: 1px 10px 0px 10px;
}*/

.selected {
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	margin: 0px 2px 0px 0px;
	padding: 3px 10px 4px 10px;
}

.unselected {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	margin: 1px 2px 0px 0px;
	padding: 2px 10px 3px 10px;
}
