@charset "UTF-8";
/* CSS Document */

	body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	}
	
	#top {
	width: 100%;
	height: 25px;
	padding: 0px;
	margin: 0px;
	}
	
	#nav {
	width: 700px;
	height: 125px;
	padding: 0px;
	margin: 0 auto;
	}
	
	#login {
	width: 75px;
	height: 25px;
	float: right;	
	}
	
	#flashcontent {
	width: 100%;
	height: 450px;
	background-color: #333;	
	}
	
	#content {
	width: 700px;
	margin: 0 auto;	
	}
	
	#content2 {
	width: 640px;
	margin: 0 auto;	
	}
	
	#content2 ul li {
	padding: 0px 5px 5px 5px;
	}
	

#footer ul {
width: 630px;
text-align: center;
padding: 10px 5px 5px 5px;
margin: 0px auto;
font-size: 10px;
line-height: 17px;
letter-spacing: 0.1pc;
border-top:1px solid #cccccc;
}

#footer ul li {
display: inline;
padding: 0px 5px 5px 5px;
}

#footer ul li a {
padding: 5px 10px 5px 5px;
text-decoration: none;
color:#333;
font-weight: normal;
}

#footer ul li a:hover{
color:#ee3124;
}

#subnav ul {
width: 640px;
text-align: left;
padding-left: 0px;
padding-bottom: 7px;
margin: 0px auto;
font-size: 10px;
line-height: 17px;
letter-spacing: 0.1pc;
}

#subnav ul li {
display: inline;
padding: 5px 10px 5px 10px;
background: url("img/subnavBG.gif") repeat-x 20px;
}

#subnav ul li a {
padding: 5px 5px 5px 5px;
text-decoration: none;
color:#ee3124;
font-weight: normal;
}

#subnav ul li a.active {
color:#ee3124;
text-decoration: underline;
}

#subnav ul li a:hover {
color:#ee3124;
text-decoration: underline;
}

	p {
	margin: 0;
	}
	
	.bodyCopy {
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
	}
	
	.adconion {
	font-size: 10px;
	line-height: 17px;
	font-weight: normal;
	letter-spacing: 0.1pc;
	color:#848484;
	}
	
	.h1 {
	font-size: 17px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	}
	
	.h2 {
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	}
	
	.h3 {
	font-size: 15px;
	line-height: 25px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #333;
	}
	
	a:link {
	color:#ee3124;
	text-decoration: none;
	}
	a:visited {
	color:#ee3124;
	text-decoration: none;
	}
	a:hover {
	color:#ee3124;
	text-decoration: underline;
	}

	a img {
	border: 0px;
	}