/* CSS ALAN SEWARD */

body {
	background-color: #7f0303;
	background-image: url(images/bg_gradient.gif);
	background-repeat: repeat-x;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	text-align: center;
	}

#container {
	width: 770px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	}

#top {
	width: 730px;
	padding: 20px;
	}
	
#middle {
	width: 730px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
#bottom {
	width: 730px;
	padding: 20px;
	background-color: #FFFFFF;
	}

#bottomleft {
	float: left;
	width: 200px;
	padding-right: 20px;
	text-align: left;
	background-color:#FFFFFF;
	}
	
#bottomright {
	float: right;
	width: 500px;
	text-align: left;
	background-color:#FFFFFF;
	}

.maintxt {
    font-size: 0.8em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

.maintxt a { 
	color: #B30404;
	text-decoration: none;
	}
	
.maintxt a:hover { 
	text-decoration: underline;
	}
	
.submenumaintxtdeeper a { 
	color: #B30404;
	text-decoration: none;
	line-height: 2.5;
	}
	
.submenumaintxt a { 
	color: #B30404;
	text-decoration: none;
	line-height: 1.9;
	}
	
.submenumaintxt a:hover { 
	color: #333333;
	text-decoration: none;
	}
	
.subtxt {
    font-size: 0.85em;
    color: #333333;
    font-family: Arial;
	font-weight: normal;
	line-height: 1.5;
	}

.subtxt a { 
	color: #B30404;
	text-decoration: none;
	}
	
.subtxt a:hover { 
	text-decoration: underline;
	}


#footer {
	height: 10px;
	width: 730px;
	padding: 10px;
	margin: 0px auto 0px auto;
	text-align: left;
	}

.footertxt {
    font-size: 0.7em;
    font-family: Arial;
	line-height: 1.6;
	font-weight: normal;
	color: #ffffff;
	}

.footertxt a { 
	color: #ffffff;
	text-decoration: none;
	}
	
.footertxt a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

.boxtext {
	color: #333333;
    font-family: Arial;
	font-weight: normal;
	font-size: inherit;
	}	

li {
	list-style-type: square;
	line-height: 1.8;
	}
	
.submenuactive {
	background-image: url(images/bullet3.gif);
	background-repeat: no-repeat;
	line-height: 1.9;
	}
	
.submenuinactive {
	background-image: none;
	background-repeat: no-repeat;
	line-height: 1.9;
	}
	
.featureboxes {
	padding-bottom: 20px;
	}

.newfooter {
	font-size: 0.7em;
    font-family: Arial;
	line-height: 1.5;
	font-weight: normal;
	color: #999999;
	text-align: left;
	}

.newfooter a { 
	color: #999999;
	text-decoration: none;
	}
	
.newfooter a:hover {
	color: #666666;
	text-decoration: none;
	}

.rowline {
	height: 1px;
	background-color: #e3e6e8;
	}

.newfooterouter {
	width: 770px;
	margin: 0px;
	background-color: #f7f7f7;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	}

.nopad {
	padding: 0;
	}