/* CSS Document */

/* mac hide \*/
html, body {height:100%}
/* end hide*/
body {
	padding:0;
	margin:0;
	background:#000000;
	color: #FFFFFF;
}
a:link {
	color: #FF490F;
	text-decoration: none;
}
a:visited {
	color: #FF490F;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #d3d3d3;
}
a:active {
	text-decoration: none;
}
#outer{
	min-height:100%;
	margin-left:275px;
	background:#000000 no-repeat left 100px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	margin-bottom:-31px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 30px;
}
* html #outer{height:100%;margin-left:272px}/* ie 3 pixel jog*/ 
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100px;
	background:#000000 url(images/logo.gif) no-repeat 10px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	overflow:hidden;
	color: #FFFFFF;
}
#left {
	position:relative;
	width:275px;
	float:left;
	margin-left:-274px;
	padding-top:102px;
	left:-1px;

}
* html #left {margin-right:-3px; padding-bottom:35px;}/* three pixel jog*/
#left p {padding-left:3px;padding-right:2px}

#left a:link {
	color: #FF490F;
	text-decoration: none;

}
#left a:visited {
	color: #FF490F;
	text-decoration: none;

}
#left a:hover {
	text-decoration: none;
	color: #d3d3d3;

}
#left a:active {
	text-decoration: none;

}

#footer {
	width:100%;
	clear:both;
	height:30px;
	border-top:1px solid #d3d3d3;
	border-bottom:0px solid #000;
	background-color: #000000;
	color: #FFFFFF;
	text-align:right;
	position:relative;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	line-height: 30px;
}
* html #footer {/*only ie gets this style*/
	\height:31px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}

#footer a:link {
	color: #FF490F;
	text-decoration: none;
	margin-right: 20px;
	margin-left:20px;
}
#footer a:visited {
	color: #FF490F;
	text-decoration: none;
	margin-right: 20px;
	margin-left:20px;
}
#footer a:hover {
	text-decoration: none;
	color: #d3d3d3;
	margin-right: 20px;
	margin-left:20px;
}
#footer a:active {
	text-decoration: none;
	margin-right: 20px;
	margin-left:20px;
}

#clearheader{height:100px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/
* html #centrecontent {height:1%;margin-bottom:12px}/* combat IE's 3 pixel jog */

h1 {
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
}

h2 {
	font-size: 18px;
}
h3 {
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #ff490f;
	margin: 5px;
}
.mainnavsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #ff490f;
	margin: 5px;
}
div.rounded {
 background: #FF480E url(../images/toprightorange.gif) no-repeat top right;
}
div.rounded div {
 background: transparent url(../images/topleftorange.gif) no-repeat top left;
}
div.rounded div div {
 background: transparent url(../images/botrightorange.gif) no-repeat bottom right;
}
div.rounded div div div {
 background: transparent url(../images/botleftorange.gif) no-repeat bottom left;
 padding: 15px 15px 5px;
}
div.rounded a:link {
	color: #034fcc;
	text-decoration: none;

}
div.rounded a:visited {
	color: #034fcc;
	text-decoration: none;

}
div.rounded a:hover {
	text-decoration: none;
	color: #FFFFFF;

}
div.rounded a:active {
	text-decoration: none;

}
