/***********************************************/
/* June 2008 - cbuck - ticket #7575            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #000080;
	line-height: 1.166;	
	margin: 0;
	padding: 10px 0;
}

#container { 
	width: 875px; 
	margin: 0 auto; 
}

#banner {
	margin: 5px 0 25px 0;
}

#banner img {
	width: 100%;
	border-width: 0;
}

#main {
	clear: both;
}

#left {
	width: 180px;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}

#content {
	width: 680px;
	float: right;
/*
	margin-left: 190px;
*/
}

#content_narrow {
/*	
	Use this div with the 480px width to extend the announcement space all the way down the page,
	creating a narrower area for page content.  Alternatively, you can embed div right in div
	content.  If you do, then text below the announcements fills over to the right margin; 
	if there are no announcements, the entire content area extends to the right margin.
*/
	float: right;
	width: 480px; 
}

#right {
	float: right;
	width: 180px;
	margin: 0 0 1em 1em;
}

h1{
	font: bold 200% "Times New Roman", Times, serif;
	color: #009;
	margin: 0 0 .5em 0;
	padding: 0px;
}

h2{
 	font-family: "Times New Roman", Times, serif;
	font-size: 150% ;
	font-weight: bold ;
	text-indent: 0pt ;
	margin-left: 0px ;
	color: #000099;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 110%;
 color: #004080;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

p, li, td, dt, dd {
	font: normal 90% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}

/* override: keep size for embedded lists */
li li {
	font-size: 100%;
}

a:link{
	color: #000066;
	text-decoration: none;
}

a:visited{
	color: #000066;
	text-decoration: none;
}

a:hover{
	color: #FED649;
	text-decoration: underline;
}

/* Make it easier to identify a link within text. */
p a:link, p a:visited, 
td a:link, td a:visited, 
dd a:link, dd a:visited, 
dt a:link, dt a:visited, 
a.linkInText, a.linkInText:visited  {
	text-decoration: underline;
}

.small {	
	font-family: Verdana,Arial,Helvetica,sans-serif ;	
	font-size: 10px ;	
	font-weight: normal;
	color: #000080;
}

/*   basic list and link definitions for main content, overridden for navigation lists */
/* This is from Mike M's basestyle.css */
ul {
	list-style-type: square;
	margin-left: 2em;		/* IE */
	padding-left: 2em;	/* Gecko, Opera */
}

li {
	margin: 3px 0;
}

ul ul {
list-style-type: disc;
margin-left: 1em;
padding-left: 1em;
}

ul ul ul{
list-style-type: circle;
margin-left: 1em;
padding-left: 1em;
}


ol {
	list-style-type: decimal;
	margin-left: 2em;		/* IE */
	padding-left: 2em;	/* Gecko, Opera */
}

ol ol {
margin-left: 1em;
padding-left: 1em;

list-style-type: lower-alpha;
}

ol ol ol{
margin-left: 1em;
padding-left: 1em;

list-style-type: lower-roman;
}

ul, ol {
	margin-bottom: 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0.3em 0 1em 3em;
}

label {
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000066;
}

/*********** .navBar link styles ***********/
/* These have been moved to leftnav_internal.css and leftnav_internal.css */
/******************************************/


/* This is for developer notes; it should not appear in a finished site */
.devnote {
	background-color: #E2D3B1;
	color: #A52A2A;
	font-weight: bold;
	font-style:italic;
	padding: 0 0.5em;
}

/************** #old CSS Styles **************/

.bodytitle {
	font: normal 1em bold Arial, Helvetica, sans-serif;
}

/* **************** Footer ******************* */
#footer {
	clear: both;
	display: block;
	margin: 1em auto 0;
	text-align: center;
}

#footer img {  /* this is the separator bar */
	width: 98%;
	height: 1px;
	margin: 10px 0;
}

/* ******************************************* */

/* For div containing a link to top of page */
.totop { 
	display: block;
	border: 0; 
	margin: 1em auto 1.5em auto; 
}

/************************************************/
/* Image positioning */

.rightimg { 
	float: right; 
	margin: 0 0 10px 10px; 
	border: 1px solid #333; 
	width: 250px; 
}


