body {
	background-color: #CCCCCC;
	background-image: url(../img/back.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	text-align: center;
}
a {
	color: #666666;
	text-decoration: none;
}
body, td, th, input, textarea, select {
	font-family: verdana;
	font-size: 10px;
	color: #666666;
}
#header {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header img {
	margin: 15px;
}
#header p {
	text-align: right;
	float: right;
	padding-right: 8px;
	padding-top: 5px;
}
#header a:hover {
	text-decoration: underline;
}
#banner {
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}
#main {
	width: 710px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#menu {
	float: left;
	width: 150px;
}
#content {
	float: right;
	width: 560px;
}
#menu h1, #content h1, #content h2 {
	color: #99BBCC;
	font-family: tahoma, arial;
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: lowercase;
}
#content h1 {
	color: #FF9900;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 16px;
}
#content p {
	margin-bottom: 10px;
}
#content ul li {
	background-image: url(../img/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 10 0;
	padding-left: 30px;
	line-height: 15px;
}
#content ul {
	margin-bottom: 15px;
}
#menu ul {
	width: 130px;
}
#menu ul li {
	border-bottom: 1px dotted #CCCCCC;
}
#menu ul li.last {
	border-bottom: none;
}
#menu ul li a {
	display: block;
	line-height: 18px;
	text-transform: lowercase;
}
#menu ul li a:hover {
	color: #FF9900;
}
#spacer {
	clear: both;
}
#footer {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	margin-top: 15px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
	line-height: 20px;
	padding-right: 8px;
}
#footer a:hover {
	color: #336699;
}
.right {
	float: right;
	margin-left: 15px;
}
#content table {
        font-size: 10px;
        color: #333333;
        border: 1px solid #CCCCCC;
}
#content table td, #content table th {
        padding: 5px;
        border: 1px solid #CCCCCC;
	vertical-align: top;
}
#content table th {
        background-color: #ECE9D8;
        text-align: left;
        font-weight: normal;
}
#content a {
	text-decoration: underline;
}
#content label {
	width: 150px;
	text-align: right;
	padding-right: 10px;
	vertical-align: top;
	line-height: 20px;
}
#content input, #content select, #content textarea {
	margin-top: 2px;
	margin-bottom: 2px;
}

