* {
	margin:0;
	padding:0;
}
body {
	font-size: 12px;
	font-family: Tahoma,Arial,Helvetica,Sans-Serif;
	background-color: #000000;
	cursor: default;
}
a:focus,a:active {
	outline: none;
}
a img {
	border: 0;
}
img.right {
	float: right;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial,Helvetica,Sans-Serif;
}
acronym,abbr {
	cursor: help;
	border-bottom: 1px dotted #555;
}
acronym:hover,abbr:hover {
	border-bottom-style: solid;
}

/* PAGE
************************************** */
#page {
	margin: 0 auto;
	width: 700px;
}

/* HEADER
************************************** */
#header {
	margin-bottom: 10px;
	height: 100px;
	background: url("header.png") no-repeat center center;
}
#header h1,#header h2 {
	display: none;
}
div.addthis_toolbox {
	margin: 10px 10px 0 0;
	float: right;
}

/* CONTENT
*******************************************/
#content {
	margin-bottom: 10px;
	padding: 25px;
	line-height: 18px;
	font-size: 13px;
	color: #B02300;
	background-color: #AE1B00;
}
#content a {
	color: #136394;
}
#content a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2076AC;
}
#content h2 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #136394;
}
#content p {
	margin-bottom: 5px;
}
#content ul {
	list-style-type: square;
	margin-left: 15px;
	margin-bottom: 10px;
}
#content ul.compact,#content ul.compact li {
	margin-bottom: 0;
}
#content ul li {
	margin-bottom: 10px;
}
#content ul ul {
	list-style-type: circle;
}
#content ul ul li {
	margin-bottom: 0;
}
#content strong {
}
#content span.underline {
	border-bottom: 1px dotted #B02300;
}
#content span.token {
	color: #FF4400;
}

/* FORMS
************************************** */
form {
}
form div {
	text-align: center;
}
form div.sep {
	margin: 10px 0px;
}
textarea,select {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	color: #888;
}
textarea {
	padding: 5px;
	width: 620px;
	height: 130px;
	overflow: auto;
	background-color: #FFF;
	border: 10px solid #000000;
}
textarea:focus {
	color: #111;
	background-color: #FFF;
	border-color: #550000;
}
textarea#t2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-image: none;
}
select {
}
button {
	margin: 0 2px;
	padding: 2px;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

/* FOOTER
************************************** */
#footer {
	margin-bottom: 10px;
	padding: 15px;
	line-height: 16px;
	font-weight: bold;
	font-size: 12px;
	color: #4f82A5;
	background-color: #AE1B00;
}
#footer a {
	color: #B6683A;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	background-color: #B6683A;
}
#branding {
	font-weight: normal;
	float: right;
}
#footer p.extra {
	font-weight: normal;
	font-size: 11px;
}
#footer p.extra a {
	font-weight: normal;
}

/* MISC
************************************** */
::-moz-selection {
	color: #7AA62F;
	background-color: #D4F699;
}