/*Standard CSS Overrides */

body { 
	
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	color: #333333;
}


a:link {
	color: #006699;
	font-weight: bold;
	text-decoration: none;
}

a:visited { 
	text-decoration:none; 
	color: #006699;
	font-weight: bold;
} 

a:active { 
	text-decoration:none; 
	color: #006699;
	font-weight: bold;
} 

a:hover { 
	text-decoration:underline; 
	color: #FF9900;
	font-weight: bold;
} 


h1 {
	color: #FFFFFF;
	font-size: 3em;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	text-shadow:#666666;
	text-align: right;
	margin-right: 5px;
	font-family: Impact, Arial, Helvetica, sans-serif;
}
h2 {
	color: #0099CC;
	font-size: 1.7em;
	margin: 1.1em 0em 0em 0em;
	font-weight: normal;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC66;
	border-bottom-width: 1px;
}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.9em;
	font-weight: bold;
	color: #0099CC;
	margin-top: 0.2em;
	margin-right: 0em;
	margin-bottom: 0.5em;
	margin-left: 0em;
}


p {

	font-weight: normal;
}

/*Layout Information */

.Wrapper{
	margin: 10px;
	width: auto;
}

.HeaderBox{
	background-image: url(images/h_rolling.jpg);
	background-repeat: no-repeat;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 124px;
	position: relative;
	width: 100%;
	background-position: right;
}

.HeaderLeft{
}

.HeaderRight{
	float: right;
	height: 124px;
	position: relative;
	width: 75%;
}


.NavBits{
	border-color: #c0b9a6;
	border-style: solid;
	border-width: 1px;
	color: #758676;
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
	position: relative;
	text-align: center;
	margin-top: 40px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	background-image: url(images/nav.gif);
	background-repeat: repeat;
	letter-spacing: .2em;
}

.NavBits a link{
	color: #758676;
	font-weight: bold;
	text-decoration: none;
}


.ColumnLeft{
	float:left;
	width:70%;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding-bottom:20px;
	padding-right:5px;
	padding-top:10px;
	margin-right: 5px;
}

.ColumnRight{
}


.BreadCrumbs{
	color: #999999;
	font-size: 0.8em;
	font-weight: bold;
	padding-right:5px;
	text-align:right;
}

.NewsBox{
	color: #666666;
	font-size: 0.8em;
	margin: 10px;
	padding-bottom: 5px;
}

.NewsCenter{
	text-align: center;
	margin: 5px;
}

.NewsImage{
	border: 1px solid #333333;
	text-align: center;
}

.Disclaimer{
	border:1px solid #CCC;
	color: #999999;
	font-size: 0.8em;
	padding:5px;
}

.Disclaimer a {
	color: #758676;
	font-weight: bold;
	text-decoration: none;
}

.Disclaimer a:hover {
	color: #FF9900;
	font-weight: bold;
	text-decoration: underline;
}

.Disclaimer a:visited {
	color: #758676;
	font-weight: bold;
	text-decoration: none;
}

.ImgTextBoxLeft{
	float:right;
	width: 162px;
	border: 1px solid #999999;
	margin: 1px;
	padding: 1px;
	font-size: 0.8em;
	color: #999999;
}

dt {
	font-weight: bold;
}
dd {
	color: #666666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.SmallText{
	font-size: 0.8em;
}

.TableText{
	font-size: 0.9em;
}
