* {
	margin:0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px 0px 50px;
	background-color: #F8F8F8;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

h1#masthead {margin:0px; padding:0px;}

h1#masthead a {
	margin:0px;
	padding:0px;
	display:block;
	background-image:url(../images/header.jpg);
	width:750px;
	height:104px;
	text-indent:-999em;
	font-size: 10px;
	text-decoration: none;
}

div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}


div#wrapper {
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-height:550px;
}

*html div#wrapper {height:550px;}

div#undermast {
	background-image:url(../images/header_body_space.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 750px;
}

div#leftcol {
	width: 200px;
	margin-right: 10px;
	float: left;
	background-image: url(../images/left_col_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 400px;
}

div#rightcol {
	width: 500px;
	float: left;
	margin-left: 10px;
}

h2 {
	margin: 0px;
	background-color: #004195;
	background-image: url(../images/section_header_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h2 a {
	display: block;
	background-image: url(../images/section_header_bot.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF !important;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #003300;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F0040;
	margin-top: 15px;
}

p, ul, ol {
	margin-bottom: 10px;
	font-size: .9em;
	line-height:1.5em;
}

a:link, a:active, a:visited {
	color: #004195;
}
a:hover {
	color: #A64200;
	text-decoration: none;
}

#rightcol ul {
	margin-left: 20px;
}

#rightcol ol {margin-left:20px; font-size:1em;}
*html #rightcol ol {margin-left:25px; font-size:.9em;}

#rightcol ul li {}
#rightcol ul li a {}

div#containerfooter {
	background-color: #F8F8F8;
	background-image: url(../images/container_footer.gif);
	background-repeat: no-repeat;
	height: 5px;
}
div#footer {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

div#suggestion {
	margin:0px;
	padding:0px;
	clear: left;
}

div#suggestion a {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/suggestion_button.gif);
	background-repeat: no-repeat;
	height: 56px;
	text-indent: -999em;
	display:block;
	text-decoration: none;
}

div#submitemail {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
}

div#backtop {
	font-size: .85em;
	text-align: right;
	margin-bottom: 15px;
}

div#backtop a {
	text-decoration:none;
}
div#backtop a:hover {text-decoration:underline;}
div#backtop hr {
	margin-top: 10px;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
	border:none;
}

ul.faq {margin-bottom:30px;}

ul.faq li a {display:block; margin-bottom:5px;}

#materials h4 {
	color: #9F0040;
	margin-bottom: 0px;
	font-size: 1em;
	padding: 5px 2px 5px 7px;
	background-image: url(../images/arrow_ini.gif);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #B8C5CF;
	border-left: none;
	background-position: 0px 8px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

*html ul.faq li a {margin-bottom:-5px;}

a[href $='.pdf'] { 
   padding-right: 25px;
   background: transparent url(../images/icon_pdf.gif) no-repeat center right;
}

a[href $='.doc'] { 
   padding-right: 25px;
   background: transparent url(../images/icon_doc.gif) no-repeat center right;
}

a[href $='.xls'] { 
   padding-right: 25px;
   background: transparent url(../images/icon_xls.gif) no-repeat center right;
}
form#emailsubmit {
	text-align: center;
}
form#emailsubmit input#email {
	background-color: #FFFFFF;
	border: 1px solid #289150;
	width: 130px;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.floatimgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.floatimgright {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}

.feedback {
	width: 90%;
	font-size: .9em;
	margin-bottom:20px;
}

.feedback td, .feedback th{
	padding: 3px;
}

 .feedback th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9F0040;
}

.txtfieldlong, .txtfieldshort, .feedback textarea {
	background-color: #F1FBFE;
	border: 1px solid #C8D0D2;
	padding: 2px;
	font-size: 1em;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.txtfieldlong {width: 250px;}

.txtfieldshort {width: 125px;}

.skipnav {display:none;}

.feedback textarea {
	width: 95%;
	height:50px;
}

div#mainimghome {margin-bottom:10px;}
#news h3 a {
	text-decoration: none;
}
.artwork {
	width: 95%;
	margin-bottom: 10px;
}
.artwork th, .artwork td {
	padding: 3px;
	text-align: left;
}
