body {
	margin: 0 0 0 0;
	padding: 0;
	background: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #AD1112;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 200%;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 200%;
	page-break-after: auto;
}

ol {
}

ul {
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

a {
	color: #AD1112;
	text-decoration: none;
}

a:hover {
	text-decoration: none; 
}

img {
	border: none;
}

img.left {
	float: right;
	margin: 0 0 0 15px;
	padding: 5px;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	padding: 5px;
}

hr {
	display: none;
}

/* Header */
#topheader {
	width: 700px;
	padding: 10px;
	margin: 0 auto;
}
#header {
	width: 700px;
	height: 220px;
	margin: 0 auto;
	background: url(images/banner2.jpg) no-repeat right top;
}

/* Logo */

#logo {
	float: left;
	width: 220px;
	height: 220px;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: Uppercase;
	text-align: center;
	font-weight: normal;
}

#logo h1 {
	padding: 120px 0 0 0;
	background: url(images/logo.jpg) no-repeat 50% 30px;
	letter-spacing: -1px;
	font-size: 36px;
}

#logo h2 {
	font-size: 18px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	float: right;
	width: 470px;
	height: 40px;
	padding: 180px 0 0 0;
}

#menu ul {
	width: 466px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: #AD1011 url(images/ul.jpg) repeat-x;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 8px 15px 0 12px;
	background: url(images/li.gif) no-repeat;
	text-transform: none;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-transform: none;
	background: url(images/ulover.jpg) no-repeat;
	color: #FFFF00;
}
/* Page */

#page {
	width: 700px;
	margin: 0 auto;
}
#pageright {
	float: right;
	width: 75px;
	color: #FFFFFF;
}
/* Content */

.contentleft {
	float: left;
	background: url(images/leftcorner.gif) no-repeat left top;
}
#content {
	float: left;
	width: 700px;
	padding: 0px;
	background: #FFFFFF url(images/pagefoot.gif) no-repeat left bottom;
	text-align: justify;
}
#content h1 {
	font-family: "Century Gothic";
	font-size: 25px;
	text-align: center;
	color: #FFFFCC;
	background: url(images/headings.gif) no-repeat;
	background-position: center;
	padding: 20px;
	font-weight: bold;
}
#content h2 {
	font-size: 18px;
	color: #990000;
}
.center {
	float: left;
	widht: 660px;
	padding: 20px;
}
/* Footer */

#footer {
	width: 660px;
	text-align: center;
	padding: 20px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 100%;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}