body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 Georgia, Helvetica, Verdana, sans-serif; color: #333;
}

h2 {
	color: #ca0000;
	font: 135% Georgia, "Times New Roman", Times, serif;
	margin: 0;
}

h3 {
	color: #ab0000;
	font: 90% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 2px;
}

img {
	border: none;
}

#masthead {
	position: relative;
	height: 250px;
	margin: 0 0 50px 0;
	border-bottom: 15px solid #000;
}

#masthead h1 {
	margin: 0;
	padding: 0;
}

#tagline {
	color: #fa8080;
	position: absolute;
	top: 0px;
	width: 100%;
	margin: 0;
	text-align: center;
	font: 140% Georgia, "Times New Roman", Times, serif;
	line-height: 1.3;
}

#codetails {
	position: absolute;
	top: 170px;
	right: 50px;
	margin: 0;
}

#wrapper {
	width: 80%;
	margin: 0 auto;
}

#maincontent {
	width: 70%;
	float: right;
}

#maincontent a {
	font-style: bold;
	color: #bc2102;
	font-size: 1.1em;
}

#maincontent table a {
	color: #000;
	font-size: 1em;
}

#maincontent table a:hover {
	color: #bc2102;
}

#navigation {
	width: 20%;
	float: left;
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
	border-top: 1px solid #000;
}

#navigation li {
	font: 130% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #000;
	padding: 6px 0 6px 35px;
	background: transparent url(images/iconn.jpg) 0 50% no-repeat;
}

#navigation li.current {
	background-image: url(images/iconr.jpg);
}

#navigation li.basic {
	padding: 50px 0 0px 0;
	text-align: center;
	border-bottom: none;
	background: none; 
}

#navigation a {
	text-decoration: none;
}

#footer {
	clear: both;
	text-align: left;
	font-size: 80%;
	color: #888;
	padding-top: 15px;
}

#contact {
	border: none;
	margin: 0;
	padding: 0;
}

#contact ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#contact li {
	margin: .2em 0 .2em 2px;
	width: 100%;
}

#contact label {
	width: 30%;
	text-align: left;
}

#contact input#submit {
	width: 10em;
}

#contact input, #contact select, #contact textarea {
	font-family: inherit;
	font-size: 100%;
}

.toplink {
	font-size: 80%;
}

.highlight {
	font-style: italic;
	color: #bc2102;
}

.offertable {
	border: none;
	width: 100%;
	text-align: center;
}

.offertable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #bc2102;
	text-align: center;
	padding: 2em 0 0.8em 0;
}

.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;
}

.datatable td {
	border: 1px solid #D6DDE6;
	padding: 0.3em;
}

.datatable th {
	border: 1px solid #D6DDE6;
	background-color: #CCC;
	font-weight: bold;
	text-align: left;
	padding-left: 0.3em;
}

.datatable caption {
	font: bold 110% Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding: 2em 0 0.8em 0;
}

.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000;
}

a:link {color: #000;}
a:visited {color: #000;}
a:hover {color: #ca0000;}