body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #C7063F;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

h4 {
	font-size: 90%;
	font-weight: none;
	color: #FFFFFF;
}


p, ol, ul {
	line-height: 170%;
}

p {
	font-weight: none;
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}

blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #C7063F;
}

.img1 {
	float: left;
	margin: 4px 15px 0px 0px;
	border: 3px solid #C7063F;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 700px;
	height: 235px;
	margin: 0 auto;
	background: #000000 url(images/logo_tag_background.jpg) no-repeat;
}

/* Logo */

#logo {
	height: 190px;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 40px;
	font-size: 350%;
}

#logo h2 {
	font-size: 150%;
}

#logo a {
	text-decoration: none;
	color: #3F586B;
}

/* Menu */

#menu {
	padding-top: 0;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu a {
	padding: 0 20px;
	text-decoration: none;
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	color: #C7063F;
}

#menu .active a {
	color: #C7063F;
}

/* Page */

#page {
	width: 730px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 730px;
	padding-top: 8px;
}

.twocols {
}

.twocols p {
	line-height: normal;
	font-size: 90%;
}

.twocols .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #FFFFFF;
}

.twocols .col1, .twocols .col2 {
	width: 350px;
}

.twocols .col1 {
	padding-bottom: 20px;
	float: left;
}

.twocols .col2 {
	padding-bottom: 20px;
	float: right;
}

.twocols ul {
}

.twocols ul li {
	padding-left: 0;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #000000;
	border-top: 2px solid #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: 85%;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}