body
{
	text-align:center;
	background-color:#848484;
	background-image:url(Images/bg_tile.gif);
	background-repeat:repeat;
	background-attachment: fixed;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
	color: #696969;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 
{
	margin-top:1em;
	font-size: 1.6em;
	font-weight: bold;
	color: Navy;
}
h2 
{
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
	color: DarkSteelBlue;
}
h3 
{
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 
{
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 
{
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 
{
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

th {font-size: medium;}
p  {margin: 1em 0;}

a {text-decoration:underline;}

a:hover {text-decoration:none;}

fieldset
{
    border: solid 1px LightSteelBlue;
    padding: 10px;
    margin: 2px;
}

legend, caption
{
    font-weight: bold;
    padding: 3px 5px 3px 5px;
    border: solid 1px SteelBlue;
    background-color: CornSilk;
}

#wrapper
{
	width:820px;
	padding-bottom:3px;
	border:1px solid SteelBlue;	
	text-align:left;
	background-color:#FFFFFF;
	background-position:top center;
}

#header
{
	height:60px; 
	position:relative;
	background-image:url(Images/header_bg.jpg);
	background-repeat:repeat-x;
	background-color:#F2F2F2;
	margin-bottom: 0px;
	border-bottom: solid 1px #708090;
}

#breadcrumbs
{
    height:17px;
	background-image:url(Images/header_bg.jpg);
	background-repeat:repeat-x;
	border-bottom: solid 1px #708090;
	color:White;
	padding:2px;
	font-style: italic;
}

#header-login
{
    float:right;
    text-align: right;
    width: 300px;
    font-size: Medium;
    padding-right: 10px;
	padding-top:10px;
}

.LoginStatus
{
    letter-spacing: 0.1em;
    color: SteelBlue;
    font-size: Medium;  
}

.FormLabel
{
    Color: SteelBlue;
    font-weight: bold;
    font-size: small;
    white-space: nowrap;
}

.container 
{
	margin:5px;
	padding:0 20px 15px 20px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

#mainnav-container 
{
    background-color: #b0c4de;
	width:100%;
	table-layout:auto;
	border-bottom: solid 1px #708090;
}

#mainnav-side 
{
	text-align:right;
}

#mainnav-container ul 
{
	margin: 6px 0px 6px 2px;
	padding:0px;
}

#mainnav-container li 
{
	padding: 0px;
	list-style: none;
	display: inline;
	margin: -2px;
}

#mainnav-container li a
{
    border:outset thin white;
    white-space: nowrap;
	display: inline;
	letter-spacing:1pt;
	font-size: 9pt;
	padding: 4px 4px 4px 4px;
	text-decoration: none;
}

/* LINK VISITED HOVER ACTIVE selectors must remain in this order to work */
#mainnav-container li a:link
{
    color: Black;
	background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
}

#mainnav-container li a:visited
{
    color: Black;
	background: #FFFFFF url(images/bg-topnav.gif) repeat-x;
}

#mainnav-container li a:hover 
{
	color: White;
	text-decoration:none;   
	background: #FFFFFF url(images/bg-topnav-hover.gif) repeat-x;
}

#mainnav-container li a:active 
{
	color: Blue;
}

#mainnav-side li 
{
	padding:0px;
	margin: 5px 0px 5px 10px;
}

#MainContent
{
    background-color: #FFFFFF;    
}

#footer 
{
    clear: both;
    text-align: center;
	margin: 10px 5px 4px 5px;
	padding:2px 20px 5px 20px;
	border:1px solid #999999;
	background-color: #f0f8ff;
	font-size:0.9em;
}

.ErrorMessage
{
    color: Red;
    font-size: small;
}

.PaddedGridCell
{
	padding-left: 10px;
	padding-right: 10px;
}
.question
{
    font-weight:bold;
    color: #000000;
    margin-top: 10px;
}
.answer
{
    font-size:small;
    margin:10px;
}
.testimonial
{
    font-size: 1.1em;
    margin: 5px 20px 5px 20px;
}
hr.small
{
    height: 1px;
    color: #eee;
    margin: 0px 30px 0px 30px;
}
