/* CSS Document */
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000066;
}
td,th {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	color: #000066;
	background-color: #FFFFFF;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background-image: url(/Images/roof_fascia.png);
	background-repeat: repeat-x;
}
#navlist {
	color: white;
	background-color: #000066;
	padding: 5px;
	list-style-type: none;
	margin-top: 180px;
	margin-left: 0px;
}
#navlist a {
	display: block;
	color: white;
	background-color: black;
	text-decoration: none;
	padding-left: 7px;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #000066;
	width: 198px;
}
#navlist a:hover {
	color: white;
	background-color: gray;
}	
#navlist a:active {
	color: red;
	background-color: gray;
}
#maintextarea {
	color: #000066;
	background-color: white;
	/*background-image: url(../Images/HeaderNew.GIF);*/
	background-repeat: no-repeat;
	background-position: center;
	padding: 5px;
	position: absolute;
	top: 190px;
	left: 225px;
	margin-right: 15px;
}
#footer {
	background-color: #000066;
	text-align: center;
	color: white;
	font-size: x-small;
	line-height: 4em;
	margin: -5px -5px -15px -5px;
}
.ImagePlacingRight {
	float: right;
	padding: 5px;
	width: 260px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.ImagePlacingLeft {
	float: left;
	padding: 5px;
	width: 260px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.ImagePlacingLeftMedium {
	float: left;
	padding: 5px;
	width: 295px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.ImagePlacingLeftSmall {
	float: left;
	padding: 5px;
	width: 135px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.ImagePlacingLeftSemiSmall {
	float: left;
	padding: 5px;
	width: 205px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.ImagePlacingLeftSmallest {
	float: left;
	padding: 5px;
	width: 105px;
	text-align: center;
	color: #993300;
	background-color: white;
}
.mainlink a {
	text-decoration: none;
	font-size: small;
	font-weight:bold;
	color: red;
	background-color: white;
}
.mainlink a:hover {
	color: #00CC00;
	background-color: white;
}
.mainlinkTop a {
	text-decoration: none;
	font-size: medium;
	font-weight:bold;
	color: red;
	background-color: white;
}
.mainlinkTop a:hover {
	color: #00CC00;
	background-color: white;
}
.navlistImages {
	color: white;
	background-color: #000066;
	padding: 5px;
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0px;
}
.navlistImages a {
	display: block;
	color: white;
	background-color: #000066;
	text-decoration: none;
	padding-left: 7px;
	border-bottom: 3px solid #000066;
	border-top: 3px solid #000066;
	width: 150px;
}
.mainNavbar {
	text-decoration: none;
	color: #00FF00;
}
.mainNavbar a {
	text-decoration: none;
	color: #FF00FF;
}
.fixwidth {
	line-height: 1%;
	color: white;
	background-color: white;
}
.picturetext {
	color: #993300;
	background-color: transparent;
}

.smalltext {
	color: white;
	background-color: #000066;
	font-size: x-small;
}

.sizewarning {
	color: #99FF00;
}

.sizewarningmain {
	color: #99FF00;
	background-color: transparent;
}

.sizewarning a:hover {
	color: #99FF00;
	background-color: gray;
}

.sizewarning a:active {
	color: red;
	background-color: gray;
}

.menuwidth {
	width: 198px;
}

.lineheightadjust {
	line-height: 60%;
}