/** Screen Styles
	*
	* 1. Body
	* 2. Header
	* 3. Navigation
	* 4. Content
	* 5. Footer
	* 6. General Classes
	*
	*/
	
/***********************Body******************/
body{
	cursor:default;
	margin:0;
	padding:0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 100%;
	font-color: #000000;
}
.background_DarkBlue {
	background-image: url(images/Bkgrd.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.bullet_checkbox {
	list-style-image: url(images/Checkbox.jpg);
}


.background_ltBlue {
	background-image: url(images/Bkgrd_ltblue.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
	
.background_yellow {
	background-image: url(images/Bkgrd_yellow.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
.background_WDBN {
	background-image: url(images/Bkgrd_WDBN.gif);
	background-repeat: repeat-x;
	background-position: top;
	}	
	
ol {
	font-size: 85%;
	line-height: 2em;
}


a:link {
	FONT-WEIGHT: bold;
	COLOR: #3E314A;
	text-decoration: underline;
}
a:visited {
	FONT-WEIGHT: bold; 
	COLOR: #3E314A;
}
a:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
	background-color: #3E314A;
}
a img{border:none;}

blockquote{
	font-size:110%;
	letter-spacing:1px;
	color: #3E314A;
	font-style: italic;
	text-align: center;
	display: inline;
	text-indent: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	blockquote .author {font-weight:bold;text-align:right; margin:4px 0 0 0}

fieldset{
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

label{}

legend{
	letter-spacing:3px;
	}
	
#wrap{
	background-color:#FFFFFF;
	background-image: url(images/Bkgrd_container.jpg);
	background-repeat: repeat-y;
	background-position: right;
	overflow:hidden; /* The width of the rail */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 3px solid #3E314A;
	width: 75%;
}

/********************************Home Page Header**************/
#header{
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(images/HeaderBkgrd.jpg);
	background-color: #CC99FF;
	background-repeat: no-repeat;
	height: 200px;
	position: relative;
}
#header h1 {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	top: -20em;
	left: -200em;
}

/*******************Header Secondary Pages*******************/
#header2{
	clear: both;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CC99FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(images/header2.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
#header2  h1 {
	display: block;
	height: 55px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#header3{
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005263;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	background-image: url(images/BoardConnectionLogo.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#header3  h1 {
	display: block;
	height: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}


#header img {
	text-align: right;
	display: block;
	background-position: right;
	float: right;
}


/********************Top Navigation******************/
#navlist {
	color: white;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 90%;
	overflow: hidden;
	text-align: left;
	float:left;
	background-color: #3E314A;
	padding-top: 10px;
	padding-right: 0px;;
	padding-bottom: 0px;;
	padding-left: 0px;;
	text-indent: 0px;
	position: relative;
	width: 100%;
	clear: both;
}
	#navlist li {
	display: inline;
	text-align: left;
	text-indent: 0px;
	background-color: #3E314A;
}
#navlist ul {
	text-align: left;
	text-indent: 0px;
}

	
	#navlist li a{
	background-color: #810682;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-left: 10px solid #CC99FF;
	border-right: 10px solid #508fc4;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	padding-left: 0.5em;
	font-weight: bold;
	text-align: left;
	margin-right: 4px;
	text-indent: 0px;
	}
	
	#navlist li .active{background-color: #F09B0D;	}
	
	#navlist li a:hover{
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #FFFFFF;
	color: #3E314A;}


/**************Nav Right Column*************/
#navrightcol {
	float: right;
	position: relative;
	background-color: #3E314A;
}

#navrightcol li {
	line-height: 1.5em;
	margin-bottom: 5px;
	text-indent: 0px;
	text-align: left;
}	


/********************Search*****************/
#search {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: 5px;

}
#search a:link {
}

#search a:hover {
	border: 2px dotted #3E314A;
}


#search .submit {
	background-color: #F3DFA9;
	font-weight: bold;
	color: #3E314A;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	border: 2px dotted #CC99FF;
	font-size: 100%;
	letter-spacing: 1px;
}
#search .text {
	font-family: Arial, Helvetica, sans-serif;
	color: #3E314A;
	font-size: 100%;
	padding: 2px;
	letter-spacing: 1px;
	border: 1px solid #CC99FF;
	text-indent: 5px;
}
#search .text:first-letter {
	text-decoration: underline;
}


#search label {
	margin: 0px;
	padding: 0px;
	display: none;
}
#search form {
	padding: 0px;
	margin: 0px;
	float: right;
}
#search fieldset{
	margin:0;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
}

#search legend {
	letter-spacing:3px;
	float: left;
	color: #FFFFFF;
	font-size: 90%;
	}
	

/************************Content**********************/

#content{
	margin:10px;
	width: 100%;
	float: left;
}
		
	#content p{
	font-size:1.1em;
	margin:0px;
	line-height:1.5em;
	text-align:left;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	}
/**************Main Left Column*************/
#mainleftcol {
	width: 60%;
	float: left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: normal;
	color: #000000;
	margin: 5px;
	padding: 5px;
	height: 100%;
	position: relative;
}	
/**************Main Right Column*************/
#mainrightcol {
	float: right;
	color: #000000;
	font-family: "Trebuchet MS", Tahoma, Arial;
	width: 30%;
	margin: 5px;
	padding: 5px;
	position: relative;
}

#mainrightcol li {
	line-height: 1.5em;
	margin-bottom: 5px;
	text-indent: 0px;
	text-align: left;
}	
	
/*************** FORMATTING **************/
h1, h2, h3, h4, h5, h6 { 
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
}

h1 {
	color: #3E314A;
	font-size: 200%;
	font-weight: 800;
	font-family: "Trebuchet MS", Tahoma, Arial;
	text-align: left;
	margin: 10px;
	background-position: center;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #3E314A;
	line-height: 1.5em;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0px;
	text-indent: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3E314A;
}

h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	color: #3E314A;
	line-height: 1.75em;
}

h4 {
	margin: 0 0 3px 0;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.5em;
	color: #3E314A;
}

p {
	padding: 0;
	font-size: 80%;
	line-height: 1.9em;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;

}
ul {
	font-size: 85%;
	line-height: 2.0em;
	list-style-image: url(../images/Bullet_blue.gif);
	font-weight: normal;
}
ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-image: url(../images/Bullet_golden.gif);
	font-weight: normal;

}

ul ul ul {
	font-size: 100%;
	line-height: 2.0em;
	list-style-type: disc;
	list-style-image: none;
	font-weight: normal;
	}
li {
	
}

hr {
	color: #3E314A;
	padding: 5px;
	margin: 5px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #3E314A;
	border-left: none;

}
/****************Special*********************/
#special
{
	clear: both;
	TEXT-ALIGN: center;
	color: #3E314A;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #3E314A;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#special LI {
	PADDING-RIGHT: 10px;
	DISPLAY: inline;
	MARGIN-RIGHT: 10px;
	margin-top: 5px;
	top: 5px;
}
#special a:link {
	color: #FFFFFF;
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#special a:visited {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#special a:hover {
	FONT-WEIGHT: bold;
	color: #3E314A;
	background-color: #FFFFFF;
	text-decoration: underline;

}


/************** You Are Here **************/
.YouAreHere {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #3E314A;
	padding: 0px;
	display: block;
	text-indent: 0px;
	font-weight: normal;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	line-height: 1.5em;
	}

/*********Skip Navigation ************/
#skipnavigation{
	position: absolute; 
  left: -1000px;
}
/*********Tool Tips ************/

div.tooltip {
	border:1px solid InfoText;
	background:#F3DFA9;
	color:#3E314A;
	font: small-caption;
	padding:2px 4px;
	text-align:left;
	position:absolute;
	width:auto;
	height:auto;
	}

tab {
	background-color: #F3DFA9;
}

/****************Footer*********************/
#footer
{
	clear: both;
	padding: 5px;
	TEXT-ALIGN: center;
	margin-top: 0px;
	color: #FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #3E314A;
}
.highlight {
	font-size: 100%;
	color: #3E314A;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#footer LI {
	PADDING-RIGHT: 8px;
	DISPLAY: inline;
	MARGIN-RIGHT: 5px;
	margin-top: 5px;
	top: 5px;
}
#footer a:link {
	color: #FFFFFF;
	FONT-WEIGHT: normal;
	text-decoration: underline;
}
#footer a:visited {
	FONT-WEIGHT: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	FONT-WEIGHT: bold;
	color: #3E314A;
	background-color: #FFFFFF;
	text-decoration: underline;
}
.address {
	DISPLAY: inline;
	BORDER-RIGHT-STYLE: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 85%;
	letter-spacing: .05em;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
	padding: 5px;
	display: inline;
	background-position: left;
}

.imgwrap {
	text-align: left;
	border: 2px solid #3E314A;
	background-position: left;
	display: block;
	float: left;
	height: auto;
	width: auto;
	margin: 7px;
	padding: 2px;
}

.underline {
	text-decoration: underline;
}

.describe {
position: absolute;
   top: -20em;
   left: -200em;
}
ul ul ul ul {
	font-size: 100%;
	line-height: 1.5em;
	list-style-type: circle;
	list-style-image: none;
}
.first {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3E314A;
}

acronym {
  border-bottom: 1px dotted black;}
  
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	padding: 5px;
	border: 1px groove #3E314A;
}
th {
	color: #FFFFFF;
	background-color: #3E314A;
	border: 2px groove #CC99FF;
}
#skipnavigation2 {
	overflow:hidden; /* The width of the rail */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 75%;
	font-size: 75%;
	display: inline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3E314A;
	border-right-color: #3E314A;
	border-bottom-color: #3E314A;
	border-left-color: #3E314A;
	list-style-type: none;
}
