﻿/* CSS Document */

/* Main Body */
body {
	font-family: verdana, sans-serif;
	font-size: 11px;
	background: #f3f3f3;
	}
	
#container {
	width: 760px;
	padding: 26px;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 auto;
	}
	
/* Header */
#header {
border-color: #FFFFFF;
width: 550px;
border-left: 4px solid #ccc;
border-right: 4px solid #ccc;
margin-bottom: 4px;
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
text-align: left;
border-left-style: none;
border-right-style: none;
height: 64px;
border-left-width: 0px;
border-right-width: 0px;
letter-spacing: 1px;
margin-left: 10px;
}
	
/* Main Content */
#content {
	width: 550px;
	margin-top: 15px;
	}

#content h1 {
	font-size: 26px;
	font-family: Tahoma;
}
#content h2 {
	font-size: 20px;
	font-family: tahoma;
	color:#4A0000
}
	
#content p {
font-size: 14px;
color: #333333;
}
#content ul {
font-size: 14px;
color: #333333;
}
	
a:visited {
color: #0066FF;
text-decoration: none;
}
	
#content a {
color: #0066FF;
text-decoration: none;
}
#content a:hover {
color: #800000;
}
	
/* footer */
#footer {
	color: #666;
	text-align: center;
	border-top: 1px solid #ccc;
	size: 11px;
	margin-top: 30px;
	margin-bottom: 0;
	}
	
a:visited {
	color: #666666;
	text-decoration: none;
	}
	
#footer a {
color: #0066FF;
text-decoration: none;
}
#footer a:hover {
color: #800000;
}

