@charset "utf-8";
/* CSS Document */

body {
	background-color:#e6e6e6;
	margin:10px auto;
	margin-bottom:15px;
	text-align:center;
	font:80%/100% Georgia, "Times New Roman", Times, serif;
}
td,div {
	font-size:100%;
	color:#666;
	vertical-align:top;
}
ul {
	padding-left:10px;
	padding-top:2px;
	margin-top:3px;
}
li {
	margin-bottom:5px;
}
p {
	padding: 0;
	margin: 0;
	font: 120%/135% Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	color:#666;
}
	
	p.link {
		color: #FFE600;
		margin-top:3px;
		margin-bottom:7px;
		}
	p.link a {
		color: #ee2e24;
		}
		p.info {
			text-align:center;
			font: 120%/135% Arial, Helvetica, sans-serif;
			letter-spacing:2px;
			font-weight:bold;
			text-transform:uppercase;
			color:#000000;
			margin-top:10px;
		}
		p.support {
			text-align:center;
			font: 120%/135% Georgia, "Times New Roman", Times, serif;
			letter-spacing:2px;
			font-weight:bold;
			color:#fff;
			margin-top:7px;
			margin-bottom:7px;
		}

a:link {
	color:#ee2e24;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#ee2e24;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
a:active {
	text-decoration:underline;
	color: #ee2e24;
}


/* title formatting */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	line-height:125%;
	font-weight:bold;
	color: #000;
	line-height: 18px;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	clear:both;
}
h2 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	line-height:100%;
	font-weight: bold;
	color:#666;
	margin:12px 0 0 0;
	padding:0;
	text-align:left;
	clear:both;
}
h3 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	line-height:100%;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
	text-align:left;
	clear:both;
}
h4 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:110%;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
	margin-top:5px;
}
h5,h6 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:125%;
	font-weight: bold;
	color: #666;
	margin:0;
	padding:0;
	clear:both;
}


.border {
	border:1px solid #000;
}

/* page formatting */
#main {
	width:820px;
	margin:0 auto;
	padding:0;
	position:relative;
	text-align:left;
	background-color:#fff;
	background-image:url(/images/bg.png);
	background-repeat:repeat;
}

#header {
	width:820px;
	height:161px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
	clear:both;
}
	
	

#content {
	width:820px;
	margin:0;
	height:auto;
	font-size:100%;
	color:#999;
	line-height:125%;
	background-image:url(bg.gif);
	background-repeat:repeat-y;
	clear:both;
}
	#content a {
		color:#ee2e24;
	}	
	
	
	

#footer {
	width:820px;
	height:42px;
	margin:0 auto;
	position:relative;
	padding-top:8px;
	background-image:url(footer.gif);
	background-repeat:no-repeat;
	clear:both;
}
	#footer a {
		color:#ffffff;
		text-decoration:none;
	}
	#footer a:hover {
		color:#FFE600;
		text-decoration:underline;
	}
	#footer-left {
		padding-left:25px;
		float:left;
		font-size:100%;
		font-weight:bold;
		line-height:100%;
		color:#ffffff;
	}
	#footer-right {
		padding-right:25px;
		float:right;
		font-size:100%;
		font-weight:bold;
		line-height:100%;
		color:#ffffff;
	}

