@charset "utf-8";

#container { 
	position: relative; /* adding position: relative allows you to position sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* With only two specified, first is the top and bottom and second is the left and right side - the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	height: 70px; 
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
} 

#nav  {
	width: 780px;
	height: 36px;
	padding: 0;
	margin: 0;
}

#picture {
	padding: 0;
	margin: 0;
	background-image: url(images/top_picture.jpg);
	height: 170px;
} 
	
#maincontent { 
	background-color: white;
	margin: 0;
	padding: 10px 10px 10px 10px; 
	min-height: 280px; /* Prevents the need for extra breaks and padding on short content pages. */
}

#footer { 
	padding: 0 0px 0 0px; 
	border-top: solid 1px #C0272D;
} 

.hide	{	/* Used with Skip navigation link to make it invisible in CSS-capable browsers */
	position: absolute;
	left: -9999px; }
	

body  {
	color: #555;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/background.jpg);
	background-position: top center;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

p  {
	margin: 0 0 15px 0; 
}

p.cap:first-letter {
	color: black;
	font-size: 36px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

p.line:first-line {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
}	

p.footnote  {
	font-size: 9px; 
}

p.password  {
	margin: 0 0 15px 0;
	font-size: 9px;
	text-align: right; 
}
	
h1  {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left; 
	color: #333;
}

h2  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0; 
	padding: 0;
	text-align: left; 
	color: #666;
}

h3, h4, h5, h6  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0; 
	padding: 15px 0 0 0;
	color: #666;
}

ul.bullet {
	list-style: square outside;
	padding: 0 0 0 10px;
	margin: 0 0 20px 15px;
	}

img	{	/* Turns off borders on all images, and treats all images as block-level elements */
	display: block;
	border: 0;
	}

img.management	{	
	display: block;
	border: 0;
	padding: 0 10px;	
	}

img.graphic {
	border: solid 2px #F37721;
	margin: 0 0 5px 5px;
	}

table.form {
	text-align: right;
	}
		
#nav ul {
	padding: 0 0 37px 0;
	margin: 0;
	background-image: url(images/nav_back.gif);
	} 

#nav ul li {
	display: inline;
	}

#nav ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	float: left;
	border-right-color: #666;
	border-right-style: solid;
	border-right-width: 2px;
	}

#nav ul li.last a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
	float: left;
	border: none;
	}

#nav ul li a:hover {
	color: #c0272d;
	text-decoration: underline;
	background: none;
	}
			
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
	font-weight: bold;
	text-align: right;
	font-size: 12px;
	background-color: #cecece;
}

#footer p.def {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 0 10px;
	color: black;
	text-align: left;
	font-size: 10px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 5px;
	margin: 5px 0 5px 5px;
	background-color: #cecece;
	text-align: right;
	font-size: 11px;
	border: solid 1px #c0272d;
}

.fltrt p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #co272d;
}

.fltrtbuttons { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	padding: 10px 20px;
	margin: 0;
	background-image: url(images/nav_back.gif);
	background-color: white;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	border-right-color: #666;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-color: #666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.fltrtbuttonsspace { 
	float: right;
	padding: 10px 20px;
	margin: 0;
	background-color: white;
}

.fltrtbuttons a:link {
	color: #333;
	}

.fltrtbuttons a:visited {
	color: #333;
	}

.fltrtbuttons a:hover {
	color: #c0272d;
	text-decoration: underline;
	background: none;
	}

strong {
	font-weight: bold;
	font-style: normal;
}

em {
	font-weight: normal;
	font-style: italic;
}

.asterisks {
	font-weight: bold;
}

a:link {font-weight: bold; text-decoration: none; color: #c0272d; background: none;}

a:visited {font-weight: bold; text-decoration: none; color: #c0272d; background: none;}

a:hover {font-weight: bold; text-decoration: underline; color: blue; background: #ccc;}

a:active {font-weight: bold; text-decoration: none; color: blue; background: #ccc;}

