body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}
	
img	{
	border: 0;
	}

#content a, #content a:link, #content a:active	{ color: #c00; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #c00;}
#content a:visited	{ color: #900; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #900;}
#content a:hover	{ color: #900; text-decoration: none; font-weight: bold; border-bottom: 1px solid #900;}
#content a.img 		{ color: #fff; text-decoration:none; border-bottom:none;}
	
#frame {
	width: 680px;
	background: #fff;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 100px; 
	}
	
#headerBox {
	width: 680px;
	height: 125px;
	/*background: #fff;  remove */
	text-align: left;
	margin: 0px;
	padding: 0px;
	}
	
#headerSpacer {
	height: 10px;
}

#headerTop {
	border-left: 160px solid #c00;
	height: 40px;
	/*width: 520px; remove */
	text-align: right;
	/*background: #fff;  remove */
	}
	
#footer {
	border: 1px solid #ccc;
	/*width: 678px; remove */
	height: 35px;
	background: #EDECEA;
	text-align: left;
	}
	
.footerText {
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: 200px; 
	font: 10px/1 Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	}
	
.footerText a, .footerText a:link, .footerText a:active	{ color: #c00; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #c00;}
.footerText a:visited  { color: #900; text-decoration: none; font-weight: bold; border-bottom: 1px dotted #900;}
.footerText a:hover		{ color: #900; text-decoration: none; font-weight: bold; border-bottom: 1px solid #900;}

	
#footerBar {
	border-left: 160px solid #c00;
	background: #039;
	height: 6px;
	/*width: 520px; remove */
	font-size: 0px;
	}
	
/*-------------------
  main content box
---------------------*/

#main {
	border: 1px solid #ccc;
	padding: 0px;
	text-align: left;
}

/*----------------------
  left column
------------------------*/
  
#leftBar {
	float: left;
	width: 160px;
	}
		
#leftBarTop {
	/*border-top: 30px solid #fff;*/
	border-bottom: 1px solid #fff;
	height: 6px;
	background: #c00;
	font-size: 0px;	
	}

#leftBarSpacer {
	border-bottom: 1px solid #fff;
	height: 6px;
	width: 160px;
	background: #ccc;
	font-size: 0px;
	}
	
#leftBarBottom {
	border-bottom: 1px solid #fff;
	height: 6px;
	width: 160px;
	background: #c00;
	font-size: 0px;
	}
		
#menu ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	}
	
#menu li {
	margin: 0px;
	}
		
#menu a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	padding: 4px 4px 4px 10px;
	border: 1px solid;
	border-color: #E1EAF7 #E1EAF7 #fff #E1EAF7;
	background-color: #E1EAF7;
	}

#menu a:hover {
	border-color: #E1EAF7 #E1EAF7 #fff #E1EAF7;
	background-color: #eee;
	color: #000;
	}
		
#menu_on a, #menu_on a:active, #menu_on a:hover 
#menu_on a:link, #menu_on a:visited {
	border-color: #fff;
	background-color: #fff;
	background: url(../images/menu_on.gif) top right no-repeat;
	color: #000;
	}
	
/*-------------------------
   content area column, right of menu column
--------------------------*/
   
#content {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 50px;
	margin-left: 200px;
	color: #333;
	}
	
/* the 3px text jock hack via positioniseverything.net */	
/* Hide from IE5-mac \*/
* html #content {
height: 1%;
margin-left: 197px;
}
/* End IE5/mac hide */

#content h1 {
	font-size: 1.2em;
	color: #c00;
	padding-top: 20px;
	}
	
#content h2 {
	font-size: 1.5em;
	color: #c00;
	padding-top: 20px;
	}

.padding {
	padding: 9px;
	}
	
.imgBorder img {
	border: 1px solid #ccc;
	padding: 5px;
	}
	
.smallText	{
	font-size: .9em;
	line-height: 1.1em;
	}

.redText {
	color: #c00;
	}
	
.redTextBold {
	color: #c00;
	font-weight: bold;
	}	
	
.redTextLarge {
	color: #c00;
	font-size: 1.2em;
	}
	
ol.paddingTop li {
	padding-top: 10px;
	}

/*----------------------
  Form fomatting
------------------------*/

.alignCenter {
	width: 450px;
	text-align: center;
}

.formBox {
	background-color: #eee; 
	border: 1px dotted #333; 
	padding: 5px;
	text-align: left;
	margin: 0px auto;
	}

.row {
	clear: right;
	padding-top: 10px;
	}

.row span.formLabel {
	float: left;
	width: 130px;
	text-align: right;
	}

.row span.formField {
	float: right;
	width: 300px;
	text-align: left;	
	} 

.spacer {
	clear: both;
	}
  
.button {
	background-color: #fff;
	border: 1px solid;
	border-color: #fff #ccc #ccc #fff;
	color: #c00;
	font-size: 80%;
	font-weight: bold;
	padding: 1px .5em 1px .5em;
	text-decoration: none;
	}  
		
/*---------------------
  drop show effect coutesy of ALA
-----------------------*/

.dropshadow {
	float:left;
	clear:both;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0px 0px 10px !important;
	margin: 10px 0px 0px 5px;
	
	
	}

.dropshadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #ccc;
	margin: -6px 6px 6px -6px;
	padding: 5px;
	}
	
#box {
	border: 3px solid #0ff;
	}
	
.alignLeft {
	float: left;
	padding-right: 10px;
	}
.alignRight {
	float: right;
	padding-left: 10px;
	}

.lv {
	float: left;
	text-align: center;
	width: 180px;
	padding-top: 20px;
	}
	
.lh {
	float: left;
	text-align: center;
	width: 220px;
	padding-top: 20px;
	}

.rv {
	float: right;
	text-align: center;
	width: 180px;
	padding-top: 20px;
	}

.rh {
	float: right;
	text-align: center;
	width: 220px;
	padding-top: 20px;
	}

dt {
	font-weight: bold;
	}
dd {
	margin-left: 20px;
	}
	
dd.url {
	background:url(../images/icon_new_window.gif) no-repeat top left;
	padding-left: 20px;
	margin-bottom: 20px;
	}
dt.title {
	font-size: 120%;
	font-weight:bold;
	color:#c00;
	margin-bottom: 10px;
	margin-top: 40px;
	}
		