/* Page Structure
----------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background: #FFFFFF url(../art/backgrd.gif) repeat center;
	margin: 0px;
	padding: 0px;
}


#content {
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	margin-top: 20px;
}

#content p {
	padding-bottom: 5px;
	line-height: 140%;
}

#wordmark {
    width: 800px;
	margin: 0 auto;
	}


.news {
	padding: 0px;
	font-size: 90%;
}


li {
	list-style-type: square;
	padding-bottom: 6px;
	line-height: 160%;
	
}

#header {
	margin-top: 0;
}


#sidebar {
	background-color: #D1D1BA;
	text-align: left;
	width: 180px;
	margin-top: 20px;
}

#sidetagline {
	background-color: #999966;
	width: 180px;
	background-image: url(../art/connect.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#newssidetagline {
	background-color: #999966;
	width: 200px;
	background-image: url(../art/connect_200.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#side {
	background-color: #999966;
	width: 180px;
}

.sidebartext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87%;
	line-height: 140%;
	color: #333333;
	padding: 0px 8px 8px;
	text-align: left;
}


.address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 160%;
	color: #333333;
	padding: 0px 8px 8px;
	text-align: left;
}

#quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-style: italic;
}

.redtext {
	color: #700000;
	font-weight: bold;

}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.description {
	background: #fff;
	margin-top: 0;
	color: #333;
	font-size: 80%;
	line-height: 1.5em;
}



/* Headings
----------------------------------------------- */


h1 {
	color: #000000;
	font-size: 160%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 34px;
	margin-bottom: 12px;
	font-weight: bold;
	padding-bottom: 6px;
	line-height: 1.3em;
}

h2 {
	color: #700000;
	font-size: 115%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding-top: 6px;

}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	padding: 6px 0px 6px 8px;
	background-color: #B3B38C;
}

h4 {
	color: #333333;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 18px;
	padding-top: 4px;

}


.sideheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #333333;
	padding: 6px 0px 6px 8px;
	background-color: #B3B38C;
	display: block;
}

.tableheading {
	color: #142D63;
	font-size: 95%;
	font-family: Verdana, Arial, Geneva, sans-serif;
	padding-left: 20px;

}


/* Links
----------------------------------------------- */


a:link {
	color: #700000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited {
	color: #700000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

/* Button Navigation
----------------------------------------------- */



.button {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	padding: 8px;
	background-color: #B3B38C;
	
}

.button ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	background-color: #B3B38C;
}

.button li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;

}

.button a {
	font-weight: bold;
	text-decoration: none;
	text-aling: left;
	display: block;
	background-color: #B3B38C;

}

.button a:link, .button a:visited {
	color: #333333;
	background-color: #B3B38C;
	text-decoration: none;
}

.button a:hover {
	color: #333333;
	background-color: #B3B38C;
	text-decoration: underline;
}



/* mainnav
----------------------------------------------- */


#navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #FFFFFF;
	background: #700000;
	width: 100%;
	font-weight: bold;
	text-align: left;

}

#navlist ul {
 	margin: 0;
 	padding: 4px;
 	list-style: none;


}

#navlist li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;

}

#navlist a {
	padding: 0px 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#navlist a:link, #navlist a:visited {
 	color: #FFFFFF;
 	background-color: #700000;
 	text-decoration: none;
 }

#navlist a:hover {
  	color: #CCCCCC;
	background-color: #700000;
	text-decoration: none;
 }
 
/* Home Navigation
----------------------------------------------- */


#homenav {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	background: #B3B38C;
	width: 200px;
}

#homenav ul {
	padding: 0px;
	margin-left: 0px;
	list-style: none;
	text-decoration: none;
	background: #B3B38C;
	width: 200px;
}

#homenav li {
	margin-left: 12px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 100%;
}

#homenav a {
	font-weight: bold;
	text-decoration: none;
	background: #B3B38C;
}

#homenav a:link, #homenav a:visited {
	color: #333333;
	background: #B3B38C;
	text-decoration: none;
}

#homenav a:hover {
	color: #333333;
	background: #B3B38C;
	text-decoration: underline;
}



/* News Navigation
----------------------------------------------- */


#newsnav {
	padding: 0;
	margin: 0;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: left;
	background: #B3B38C;
	width: 200px;
	background-image: url(../art/connect_200.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#newsnav ul {
	padding: 0px;
	margin-left: 0px;
	list-style: none;
	text-decoration: none;
	background: #B3B38C;
	width: 200px;
}

#newsnav li {
	margin-left: 12px;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 100%;
}

#newsnav a {
	font-weight: bold;
	text-decoration: none;
	background: #B3B38C;
}

#newsnav a:link, #newsnav a:visited {
	color: #333333;
	background: #B3B38C;
	text-decoration: none;
}

#newsnav a:hover {
	color: #333333;
	background: #B3B38C;
	text-decoration: underline;
}



/* Left Navigation
----------------------------------------------- */


#left {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #D1D1BA;
	font-size: 90%;
	width: 180px;
	padding: 0;
	margin: 0;
}

#left ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	background: #D1D1BA;
}
#left li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: inline;

}

#left a {
	font-weight: normal;
	text-decoration: none;
	display: block;
	background: #D1D1BA;
	padding-top: 6px;
	padding-bottom: 6px;
}

#left a:link, #left a:visited {
	color: #333333;
	background: #D1D1BA;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 4px;
	border-top: 1px solid #B3B38C;
}

#left a:hover {
	color: #333333;
	background: #B3B38C;
	padding-left: 10px;
	padding-right: 4px;
	text-decoration: none;
	border-top: 1px solid #B3B38C;
}

#current a {
	font-weight: bold;
	color: #333333;
	background-color: #B3B38C;
}


#current a:link, #current a:visited {
	font-weight: bold;
	color: #333333;
	background-color: #B3B38C;
}

#current a:hover {
	font-weight: bold;
	color: #333333;
	background: #B3B38C;
}


/* No Link Navigation
----------------------------------------------- */

#nolink {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: #D1D1BA;
	padding: 0;
	margin: 0;
	font-size: 90%;
	width: 180px;
	
}

#nolink ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	background: #D1D1BA;
	
}
#nolink li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	display: block;
	padding-left: 10px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 4px;

}



/* Leftsubnav Navigation
----------------------------------------------- */


#leftsubnav {
	font-size: 85%;
	padding: 0;
	margin: 0;
}

#leftsubnav ul {
	padding: 0;
	margin: 0;
	background: #D1D1BA;
	
}

#leftsubnav li {
	list-style-type: none;
	padding-left: 18px;
	padding-right: 4px;
}

#leftsubnav a {
	font-weight: normal;
	text-decoration: none;

}
#leftsubnav a:link, #leftsubnav a:visited {
	color: #333333;
	background: #D1D1BA url(none);
	text-decoration: underline;
}

#leftsubnav a:hover {
	color: #666666;
	background: #D1D1BA url(none);
	text-decoration: none;
}


/* Third Tier Navigation
----------------------------------------------- */


#left3nav {
	font-size: 90%;
	border: none;
	text-align: right;
}

#left3nav ul {
	background: #FFFFFF;
	
}

#left3nav li {
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}

#left3nav a {
	font-weight: normal;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 3px;
	display: block;
}
#left3nav a:link, #left3nav a:visited {
	color: #333333;
	background: #FFFFFF url(../index_files/none);
	text-decoration: none;
	padding-right: 6px;
}

#left3nav a:hover {
	color: #333333;
	background: #FFFFFF url(none);
	padding-right: 6px;
	text-decoration: underline;
}



  /* Footer
----------------------------------------------- */

.staffresources {
	text-align: right;
	margin-right: 16px;
}

#address {
	font-size: 85%;
	color: #333333;
	background: #FFFFFF;
	text-align: center;
	margin-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background: #EEEEEE;
}

.copyright {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 85%;
	line-height: 12pt;
	color: #000000;
	text-align: center;
}

#credit {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 85%;
	line-height: 12pt;
	color: #000000;
	text-align: center;
}


#seal {
	padding-right: 16px;
	float: left;
}


/* Images
----------------------------------------------- */

img {
	border: 0;
	padding: 0;
}

.photol {
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
}
.photor {
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: right;
}

.photobl {
	padding-right: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	border: 1px solid #999999;
}

.photoicon {
	padding-right: 8px;
	float: left;
}



/* Print Elements
----------------------------------------------- */

.showprint {
	display: none;

}

#wordmarkprint {
	display: none;
}

#footerprint {
	display: none;
}

#headerprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	display: none;
}

#headerprint h1{
	font-size: 18pt;
	font-variant: small-caps;
	font-weight: bold;
	display: none;
}

div#url {
	font-family: "Courier New", Courier, mono;
	display: none;
}

