body {		
	background-color: #999;
	font:76% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	text-align:center;
	color:#41475F;
	}
	
/*hr {
	display:none
	} */
h1, label, textarea, input, pre {
	margin:0 10px 10px 14px	!important	/* set up spacing of text elements */
	}
h2, h3, h4, h5 {
	color:#485171;	
	text-align: left;
	margin:0 10px 5px 14px
	}
h1 {
	color:#485171;
	font-size:1.6em;
	font-weight:normal;
	}
h2 {
	font-size:1.15em;
	color:#990000;
	
	}
h3 {
	font-size:1.1em;
	}
h4,h5 {
	font-size:1em;
	margin-left:20px
	}
h5 {
	margin-left:25px
}
p {
	margin:0 28px 12px 25px
	}
p,dl,label,li {
	color:#41475F;
	font-size:1em;
	line-height:1.8em;
	text-align: left;
	}
ul, ol, dl {
	padding-right:10px;
	}
li {
	margin-bottom:3px;
	line-height:1.5em;
}
dl {
	margin-left:10px;
	margin-bottom:10px !important;
	padding:10px 0 10px
}
dd {
	margin-bottom:7px
	}
dt {
	margin:5px 0 0 20px;
	font-weight:bold;
	}
a img {
	border:none;
}
a:link {
	color:#485171;
}
a:hover {
	text-decoration:none;
	color:#ccc;
	background:#485171;
}


/*---------------*/

#container-out {
		background-color: #666666;
	margin:0 auto 0;
	padding:0;
	}
	
#container-in {
	background-image: url(../images/common/bk_content.jpg);
	margin:0 auto 0;
	padding:0 0 0 0px;
	width:770px;
}




#header {
	height: 122px;
	width: 770px;
	background-image: url(../images/common/logo.gif);
	background-repeat:no-repeat;
	background-position:center;
}


#footer {
	height: 18px;
	width: 770px;
	background-image: url(../images/common/bk_bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
}

#content{
	background-image: url(../images/common/bk_contentTop.jpg);
	background-repeat:no-repeat;
	width: 770px;
}
		
#content-in{
	margin:0 auto 0;
	text-align:left;
	width: 740px;
}



#content-in-submission{
	margin:0 auto 0;
	text-align:center;
	width: 680px;
}
		
#row-top {
	background-image: url(../images/common/bk_bottom.gif);
	background-repeat: repeat-y;
	float: center;
	padding-top: 40px;
	margin:20 auto 20;
	width: 680px
}

		
		
#column-left {
	background-image: url(../images/common/bk_columnLeft.gif);
	background-repeat: repeat-y;
	float: left;
	padding-top: 10px;
	width: 225px
}

#column-left-end {
	background-image: url(../images/common/bk_columnLeft_end.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 7px;
}


#column-right {
	float: right;
	padding-top: 10px;
	width: 510px
}		


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#navcontainer li {
	margin: 0 0 3px 0;
}

#navcontainer a {
	display: block;
	padding: 3px;
	width: 215px;
	height: 18px;
	background-image: url(../images/common/bk_sidebar.gif);
	background-repeat:no-repeat;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color:#F58220;
	background-image: url(../images/common/bk_sidebar_over.gif);
	background-repeat:no-repeat;
	text-decoration:none;
	color: #333;
}

#active a:link, #active a:visited, #active a:hover {
	background-image: url(../images/common/bk_sidebar_over.gif);
	background-repeat:no-repeat;
	color: #333;
}


#mainnav { 
   height: 22px;               /* height of the navigation bar */ 
   background-color: #537798; 
   margin: 0;                  /* removes indent IE and Opera*/ 
   padding: 0 0 0 0;            /* removes indent Mozilla and NN7*/ 
   font-family: Arial, Helvetica, sans-serif; 
   text-transform: capitalize; 
  } 

#navlist ul   { 
 float: center;               /* allows it to tollerate HTML elements next to it */
   list-style: none;            /* removes the bullets that normally mark each list item */ 
   padding: 0;                  /* removes indent Mozilla and NN7*/ 
   margin: 0;                  /* removes indent IE and Opera*/ 
   text-align: center;            /* Places button text in the centre */ 
   white-space: nowrap;         /* keeps the list on one horizontal line, even if the browser window is too narrow to display the whole line. */ 
   line-height: 16px;            /* deliberately less than navcontainer height so that it vertically aligns in the middle */ 
} 

#navlist li { 
   display: block;               /* keeps it as a block level element and inline */ 
   float: left;               /* allows it to tollerate HTML elements next to it */                
   border-left: 1px solid #fff;   /* creates the white 'pipe' divider */ 
   border-right: 1px solid #003A71;   /* creates the bevel effect - blue 'pipe' divider */ 
   margin-top: 4px;            /* aligns button text ( inc. pipe) to be aligned in the middle */ 
} 

#navlist li a { 
   display: block;               /* keeps it as a block level element and inline - allows clickable "button" area rather than just text */ 
   padding: 0; 
   padding-left: 15px;            /* tells the whole "button" to be clickable (fixed pixel widths) */ 
   padding-right: 15px;         /* tells the whole "button" to be clickable (fixed pixel widths) */ 
   color: #fff; 
} 

#navlist li.first {            /* seperate rule for the first item in the list (no left pipe) */ 
   border-left: none; 
   border-right: 1px solid #003A71; 
} 

#navlist li.last {            /* seperate rule for the last item in the list (no right pipe) */ 
   border-left: 1px solid #fff; 
   border-right: none; 
   color: #537798; 
} 

#navcontainer>#navlist li a { width: auto; }      /* for floated elements which don't have explicit width */ 

#navlist li a:hover, #navlist li#active a:hover {   /* Creates the hover over javascript effect on each "button" */ 
   color: #FFF; 
   background-color: #859FB8; 
}

