@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	}

#outercontainer {
	width:1090px;
	background-image:url(images/glow_01.jpg);
	background-repeat:repeat-y;
	text-align: center;
	margin: 0px auto;
	}

#container {
	width:1030px;
	margin:1em auto;
	text-align: center;
	margin: 0px auto;
	}

.topbar {
	background-image:url(images/dots_02.jpg)
	width:987px;
	height:125px;
	}

.hdr1 {	
	padding-left:60px; 
	color:#FFFFFF; 
	font-size:14px; 
	padding-top:10px;
	text-align:left;
	}
	
.redbar {
	width:100%;
	background-image:url(images/red_03.jpg);
	height:39px;
	}

.greylinetop {
	height:5px; 
	width:1030px; 
	background-color:#ffffff;
	}

.whiteline {
	width:100%; 
	background-color:#FFFFFF; 
	height:5px;
	line-height:5px;
	}
	
.greylinebottom {
	width:100%; 
	background-color:#aaaaaa; 
	height:5px;
	}
	
.maincontentarea {
	background-image:url(images/greywhite_106.jpg); 
	background-repeat:repeat-y;
	text-align:left;
	}
	
.headline {
	width:670px; 
	padding:30px;
	}
	
.footer {
	background-color:#666666;
	height:100px;
	padding:10px;
	font-size:9px;
	color:#FFFFFF;
	text-align: left;
	}
	
a {
	text-decoration: underline;
	outline: none;
	color: #990000;
	}
a:visited {
	text-decoration: underline;
	color: #990000;
	}
a:active {
	color:  #990000;
	text-decoration: underline;
	}
a:hover {
	color: #660000;
	text-decoration: underline;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	color:#990000;
	}
