/* CSS Document */
html {
   overflow: scroll;
   overflow-x: hidden;
}
body {
/*	background:url(../images/blue_bk.jpg) repeat-x #f5f5f5;*/
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333;
}
a {
	color: #f90;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*Firefox hack*/
p {
	margin:0px
	padding-bottom:5px;
}

h1 {
	font-size:1.4em;
	color:#333;
	margin-bottom:0.8em;
}

h2 {
	margin-left: -70px;
	padding: 10px 0 20px 250px;
	background: url(../images/h2_ornament.gif) 3px 0 no-repeat;
	font-size: 1.1em;
	font-style:italic;
	color:#7b0021;
}

h3 {
	font-size:1.25em;
	color:#333;
	margin:0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
}

h4 {
	font-size:1.1em;
	color:#333;
	margin-top:0px;
	margin-bottom:0.5em;
}

h5 {
    font:Helvetica, sans-serif;
	font-size:9px;
	color:#7B0021;
	margin:-0.2em 0px 1em 2px;
}

.floatright{
    margin: 5px 10px 5px 10px;
    float:right;
}

#header {
	position:relative;
	background-color:#000000;
	background-image:url(../images/toph1.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin:0px auto;
	top:0px;
	width:960px;
	height:99px; /*was 100*/
	left:0px;
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#globalnav {
	position:absolute;
	top:84px; /*was 87*/
	left:41px;
	width:691px;
	padding-right:10px;
	color:#FFF;
	height: 13px;
}

#globalnav a {
	color: #fff;
	text-decoration: none;
}

#globalnav a:hover {
	color:#FF6600;
}	

#centre {
	position:relative;
	background-image:url(../images/toph2.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:960px;
	margin:0px auto 10px auto;
	border:solid 1px #369;
	border-top:none;
	background-color: #FFF;
	padding:0px;

}

/*---sub nav divs---*/
#subnav {
	font-size:0.9em;
	font-weight:bold;
	position:absolute;
	color:#000;
	top:2px;
	right:33px;
	width:auto;
	height:42px;
	padding-right:7px;
	padding-top:6px;
	border-bottom:1px solid #000;
}

#subnav a {
	color:#000;
}	

#subnav a:hover {
	text-decoration:none;
	color:#FF6600;
}

#content {
	padding-bottom:1em;
	width:100%;
	top:0auto;
}

#content  a {
	color:#7b0021;
	font-weight:bold;
}	

#content  a:hover {
	text-decoration:none;
	color:#9ccf31;
}
#contenttop {
	width:100%;
	height:50px;
	text-align:right;
}

/*2 column largeright*/
#twoleft {
	float:left;
	width:230px;
	margin:0;
}

#tworight {
	float:right;
	width:680px;
	margin:0px;
	padding:0px 1em 1em 1em;
}

#contentfull {
	position:relative;
	top:0;
	width:auto;
	padding:0px 20px 0 20px;

}

#footer {
	padding: 0 20px;
	height: 55px;
	background-color: #000;
} 

#footer p {
	margin: 5px 0; 
	padding: 5px 0; 
	color: #fff;
	font-weight: bold; 
}

#footer a:link  { 
	margin: 5px 0;
	padding: 5px 0;
	color: #fff;   
	text-decoration: none; 
}

#footer a:visited  { 
	margin: 5px 0; 
	padding: 5px 0;
	color: #fff;   
	text-decoration: none; 
}

#footer a:hover {
	margin: 5px 0; 
	padding: 5px 0;
	color: #8cc739;
	text-decoration: none;
 }

#centre #content ul {
	list-style-image: url(../images/news_bullet.gif);
}

#centre #content ol {
    list-style:decimal;
}

.floatleft1 {
	margin: 4px 10px 4px 4px;
	float: left;
}

.floatright1 {
	float: right;
}

.floatrightbord {
	float: right;
	margin: 8px 0px 8px 8px;
}

.type1 {
	list-style-type: decimal;
}

.fltrt {
	float: right;
	margin: 8px;
}

.fltrtfoot {
	float: right;
	margin: 0 8px;
}

.fltrt1 {
	margin: 0 8px 0 8px;
	float: right;
}

.fltrt2 {
	margin: 0 8px 0 8px;
	padding-right:200px;
	float: right;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.fltrtfront {
	float: right;
	padding: 0 0 0 15px;
}

.fltltfront { 
	float: left;
	margin: 10px 0px 5px 20px;
}

.floatleftborder {
	float: left;
	padding: 4px;
	border-style: ridge;
	margin: 8px;
	border-color: #FFFFFF;

}

.fltrtmust { 
	float: right;
	margin-right: 40px;
	padding-right: 40px;
}

.leftmargin {
	margin: 0px 15px 4px -5px;
	float: left;
}

.boxy {
	text-align: center;
	margin: 4px;
	padding: 4px;
	border: medium solid #00006B;
}

img {
    border: 0px;
}

