/* main divs */
body  {
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	background-color: #FFF;
	background-image: url(../images/back-vert.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {
	width: 1004px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #CCC;
	background: #FFF url(../images/background-s.gif) repeat-x 0px 144px;
} 

#header {
	padding: 0px;
	margin: 0px 0px 10px;
	height: 144px;
	background-color: #CC0033;
	background-image: url(../images/banner_1004.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#nav   {
	width: 989px;
	margin: 0px;
	position: relative;
	color: #FFF;
	top: 93px;
	font-size: 11px;
	background-color: #A7002B;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/nav-bk.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.pipespace {
	letter-spacing: 2px;
}
#bannerad {
	float: left;
	height: 60px;
	width: 468px;
	margin-right: 5px;
}
#banner_ads {
	height: 60px;
	width: 720px;
	border: 1px solid #CCC;
	padding: 5px;
}
#nav a {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

#logo {
	float: right;
	height: 124px;
	width: 240px;
	border-left: 1px solid #CCC;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	background: #FFF;
	margin-top: 0px;
	margin-right: 240px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#homepagetext {
	padding-left: 15px;
	padding-right: 15px;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF url(../images/background-l.gif) repeat-x;
	border: 1px solid #CCC;
	font-size: 80%;
	margin-top: 10px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#subnav {
	width: 400px;
	font-size: 11px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	top: 90px;
	position: relative;
	left: 246px;
	height: 20px;
	font-weight: bold;
}
#subnav a {
	color: #FFF;
}


#footer {
	padding: 5px 10px 5px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF url(../images/background-s.gif) repeat-x;
	font-size: 70%;
	text-align: center;
	border-top: 1px solid #CCC;
	height: 40px;
	line-height: 100%;
} 
#w3c {
	float: right;
	position: relative;
	text-align: right;
	margin-bottom: 0px;
	width: 50px;
}
#w3c img   {
	margin-bottom: 5px;
}


/* tag and text styles */
li {
	color: #666;
	list-style: disc url(../images/bullet.gif);
	margin-bottom: 7px;
}
#container #mainContent h1 {
	font-weight: normal;
	font-size: 140%;
}
#container #mainContent h2 {
	font-weight: normal;
	font-size: 120%;
	color: #CC0033;
}
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
}
#container #sidebar1 h1  {
	font-size: 100%;
	font-weight: bold;
	color: #333;
	margin: 0px 0px -15px;
}
#container #sidebar1 h2 {
	font-weight: normal;
	color: #616161;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.infobox {
	background: #FFF;
	padding: 5px 5px 0px;
	border: 1px solid #CCC;
	font-size: 100%;
	margin-bottom: 5px;
}
.image {
	width: 300px;
	position: relative;
	margin-left: 10px;
	float: right;
}
.greyborder {
	border: 1px solid #CCC;
}
.hidden {
	display: none;
}
.hiddenpic {
	display: none;

}
a:link {
	color: #9C0C0C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9C0C0C;
}

a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #9C0C0C;
}
.formfield {
	width: 400px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
	background: #FFF url(../images/background-s.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CC0033;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
}
.smallprint {
	font-size: 9px;
}
.homepagetext #container #sidebar1 #headlines #rssincl-box-7911 .rssincl-content {
	padding-bottom: 0px;
	padding-top: 0px;
}
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: -10px;
	margin-top: 4px;
	font-size: 80%;
}
.rssincl-entry {
	margin-bottom: 0px;
}
.printlogo {
	display:none;
}
#backNav {
	height: 20px;
	border: 1px solid #CDBA81;
	padding: 5px;
	font-size: 11px;
	float: left;
	margin-top: 10px;
	text-align: center;
}
#backNav a:hover {
	text-decoration: none;
}
