﻿body 
{
  margin:0px;
  padding:0px;
  background:#EEEEEE url(Images/Background.gif) repeat-x fixed bottom left;
  font-family:Arial,Helvetica,Sans-Serif;
  font-size:90%;
}

/* ********** Page structure ********** */
#container
{
	width:773px;
	background:#FFFFFF;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

#header, #navbar, #content, #footer
{
	padding:5px 15px 5px 15px;
}

#header
{
	color:#FFFFFF;
	background:#9AB0D0;
	height:75px;
}

/*
** The following block uses an Image Replacement technique found at
** http://levin.grundeis.net/files/20030809/alternatefir.html to
** create an accessible site header that degrades gracefully.
*/
.replace
{
      position:relative;
      margin-top:13px; padding:0px;
      /* hide overflow:hidden from IE5/Mac */
      /* \*/
      overflow: hidden; /* */ } .replace span{ display:block; position:absolute; top:0px; left:0px; z-index:1; /*for Opera 5 and 6*/ } #siteLogo, #siteLogo span{
      height:54px;
      width:110px;
      background:url(Images/Logo.gif);
}

#header-left, #navbar-left
{
}

#header-right, #navbar-right
{
	float: right;
	
	/* Following two lines needed for Firefox and Safari */
	position: relative;
	top: -28px;
}

#navbar
{
	background:#EEEEEE;
	border-bottom:solid 2px #CCCCCC;
}

#navbar-left
{
	font-size:100%;
	font-weight:bold;
}

#navbar-right
{
	font-size: 80%;
}

a.topnav, a.topnav_selected
{
	display: inline-block;
	margin-left: 20px;
}

a.topnav_selected
{
	display: none;
}

#footer>*:first-child
{
	padding-top: 4px;
	margin-top: 14px;
	border-top: solid 1px #9AB0D0;
}

#navbar * a
{
	font-weight: bold;
}

form select
{
	width: 400px;
}

form input[type="text"], form textarea
{
	width: 395px;
}

form td.label
{
	width: 120px;
	font-size: 75%;
	color: #3B5177;
}

.hidden
{
	display: none;
}

/* ********** Typographic styles **********  */
a 
{
	text-decoration:none;
}

a:link
{
    color: #3968C2;
}


a:visited
{
    color: #3968C2;
}


a:hover
{
    color: #E59B29;
}

a:active
{
    color: #C93;
}

h1, h2
{
	color: #3B5177;
	font-weight: bold;
}

h1
{
	font-size: 105%;
	border-bottom: solid 1px #9AB0D0;
}

h2
{
	font-size: 100%;
	font-style: italic;
}

.italic
{
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.fixed-width
{
	font-family: "Courier New", Courier, Monospace, Serif
}

.small
{
	font-size:75%;
}

.light
{
	color:#CCCCCC;
}

.right
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.requiredMark
{
	color: Red;
	font-weight: bold;
	font-size: 100%;
	font-family: "Times New Roman", Times, Serif;
	vertical-align: top;
}

/* ********** Error, success, info, etc. commentary **********  */
.error, .warning, .info, .success
{
	display: block;
	width: 100%;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 85%
}

.error
{
	border: solid 2px #893B39;
	color: #893B39;
	background: #E7B7B3;
}

.warning
{
	border: solid 2px #FFCC00;
	color: #333333;
	background: #FFFEA1;
}

.info
{
	border: solid 2px #00578F;
	color: #00578F ;
	background: #ADC4E5;
}

.success
{
	border: solid 2px #1D5F32;
	color: #1D5F32;
	background: #AACAAF;
}

.error p, .warning p, .info p, .success p
{
	margin: 7px;
}

.error ul, .warning ul, .info ul, .success ul
{
	margin: 7px;
	padding: 7px;
	list-style-type: square;
	list-style-position: inside;
}

