@import url("reset.css");
@import url("base.css");
@import url("layout.css");

body, html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#008489;
}
table tr td {
	border:0; margin:0; padding:0;
	}
	
a{
	color:#f14f00;
	text-decoration:underline;
}
li{
	line-height:16px;
	margin-bottom:5px;
}

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

h1{
	font-size:22px;
	font-weight:normal;
	margin:0 0 10px 0;
	line-height: 22px;
	vertical-align:top;
}

h2{
	font-size:16px;
	color:#333333;
}

h3 {
	font-size: 14px;
	color: #F14F00;
}

h4 {
	font-size: 16px;
	color: #333333;
}

h6 {
	font-size: 12px;
	color: #FFFFFF;
}

.disclaimertext{
	color: #333333;
	font-size:10px;
	font-style:oblique;
	font-weight: bold;
}

.orangetext{
	color:#f14f00;
}

.greylink{
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	line-height: 20px;
	font-weight:bold;
}

#subnav_left{
	width:33px;
	height:57px;
	float:left;
}
#subnav_content{
	width:834px;
	height:57px;
	background:url(../images/subnav_bg.gif);
	float:left;
	text-align:center;
	line-height:57px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
}

#subnav_content a{
	color:#FFFFFF;
	text-decoration:none;
}
#subnav_content a:hover{
	text-decoration:underline;
}
#subnav_right{
	width:33px;
	height:57px;
	float:left;
}

#members td{
	border-bottom:1px solid #ccc;
}

/** NAVIGATION **/


#navigation a{
	color:#f14f00;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
	display:block;
	border-bottom: solid 1px #0d0f84;
	line-height:26px;
	margin:0 22px 0 18px;
	padding: 0 5px;

}
#navigation :hover{
	color:#008489;
}

#navigation ul{
	margin:5px 0 15px 0;
	padding:0;
}
#navigation li{
	list-style-type: none;
	margin:0;
	padding:0;
}
#member_links
{
	text-align:center;
	padding-bottom:10px;
	margin-bottom:5px;
	border-bottom:2px solid #470863;
}
.download
{
	margin-bottom:5px;
	text-align:right;
}
#member_links a
{
	text-decoration:none;
	color:#470863;
	font-weight:bold;
	font-size:13px;
}
#member_links a.selected
{
	color:#f14f00;
}
