body {
	margin:0 auto;
	padding:0;
	background-color:#d8f2ff;
	font-family:Verdana, Arial;
	font-size:12px;
	color:#333;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
form, div, span, h1, h2, h3, h4, p, ul, li {
	margin:0;
	padding:0;
}
a img 
{ 
	border:none; 
}
#flashcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	float: left;
	margin: 0px;
}
#flashcontent a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	padding-left: 20px;
	padding-top: 30px;
	margin-top: 10px;
}

#wrapper 
{
    width:880px;
    margin:0 auto;
    padding:0 10px;
}
#container 
{
    width:860px;
    margin:0 auto;
    padding:0 10px;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
	font-weight: bold;
}


/* header -------------------------------------------------*/
#header 
{
    height:90px;
}
#spacer10 
{
	width:206px;
	height:10px;
}
#spacer50 
{
	width:206px;
	height:50px;
}
#spacerFooter 
{
	width:860px;
	height:2px;
}
#login 
{
	float:right;
	width:306px;
	height:29px;
	padding:0px 10px;
    font-family:Arial, Tahoma, Sans-Serif;
    font-size:15px;
    color:#666;
    font-weight:normal;
}
#login label 
{
	float:right;
    font-family:Arial, Tahoma, Sans-Serif;
    font-size:15px;
    color:#666;
    font-weight:normal;
}
#login input.textbox 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:11px;
    color:#999;
    background-color:#136FD2;
    border:1px solid #0A4FBF;
    width:115px;
    padding:2px 3px;
}
#login input.button 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-size:11px;
    color:#999;
    background-color:#0A4FBF;
    border:1px solid #0A4FBF;
    width:34px;
    padding:2px 3px;
}

/* nav -------------------------------------------------*/

#menu-empty {
	width:874px;
	height:40px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#menu-empty p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666;
	margin: 0px;
	padding-top: 11px;
	padding-left: 12px;
}
#menu-back {
	height:40px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#menu {
	width:874px;
	height:40px;
	background-image: url(../images/nav_back.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
#menu ul {
	list-style: none;
	width: 860px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666; 
}
#menu ul li { 
	float: left; 
	padding: 0px; 
	color:#999; 
}
#menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	float: left;
	height: 29px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 11px;
	margin-bottom:0px;
	color:#666;
	text-decoration: none;
}
#menu ul li a:hover { 
	color:#666;
	background-image:url(../images/nav_on.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}
#menu ul li a.selected { 
	color:#666;
	background-image:url(../images/nav_on.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-decoration: none;
}


/* content -------------------------------------------------*/

#imageArea 
{
	height: 330px;
	width: 860px;
	margin:0px;
	padding:0px;
}

#content 
{
	padding-bottom:5px;
	width: 860px;
}

/* subContent -------------------------------------------------*/
#subContent 
{
	float:left;
	width:255px;
	padding: 30px 10px 10px 20px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}
#subContent h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666;
}

/* mainContent -------------------------------------------------*/
#content-green 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/stripe_green.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-green a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}
#content-blue 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/stripe_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-blue a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}
#content-pink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/stripe_pink.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-pink a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}
#content-orange 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/stripe_orange.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content-orange a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
	text-decoration: none;
}


.white-back
{
	background-color: #FFF;
}
#content-white 
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:13px;
	font-weight: normal;
	color: #666;
	background-color: #FFF;
}
#content-white a
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:13px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}
#content-white a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:13px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
#content-white h1
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:15px;
	font-weight: bold;
	color: #6699ff;
	margin-bottom:15px;
	margin-top:20px;
}
#content-white .blue
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:13px;
	font-weight: bold;
	color: #6699ff;
	margin-bottom:15px;
	margin-top:5px;
}
#content-white p
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size:13px;
	font-weight: normal;
	color: #666;
	margin-bottom:15px;
}


.table-dates 
{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
}
.table-dates td
{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}



#mainContent 
{
	font-size:13px;
	margin-left:310px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: normal;
	color: #666;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent a
{
    color:#333;
    font-weight:normal;
	text-decoration: underline;
}
#mainContent a:hover
{
    color:#000;
    font-weight:normal;
	text-decoration: none;
}
#mainContent h2 
{
    font-family:Trebuchet MS, Arial, Sans-Serif;
    font-size:28px;
    color:#136FD2;
    font-weight:bold;
    font-style:italic;
    padding:10px 20px 15px 0;
    border-bottom:1px solid #136FD2;
    margin-bottom:15px;
}
#mainContent p 
{
    margin-bottom:18px;
}

.field1 
{
	width:240px;
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	padding:5px;
	margin-top:5px;
	background-color: #FFFFFF;
	border: 1px solid #E4E4E4;
}
.butSubmit 
{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height:22px;
}
.butCancel
{
	font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height:22px;
}

/*  -- Footer --  */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: normal;
	width: 820px;
	background-color: #FFFFFF;
	margin:0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
}
#madeby {
	float:right;
}
#header-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	height:100px;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
#header-top p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left:10px;
	padding-top:10px;
	
}

.field1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	width:200px;
	border: 1px solid #ccc;
}
.field2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	width:98px;
	border: 1px solid #ccc;
}
.field3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
	width:208px;
	height:84px;
	border: 1px solid #ccc;
}

