body, h1, h2, h3, h4 {
	margin: 0px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul{
	padding: 0px;
	margin: 0px;
}

li {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 12px;
	list-style-image: url(../images/bullet.gif);
	margin-left: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height:32px;
	color: #FFFFFF;
	font-weight: bold;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF2111;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

hr {
	display: block;
	clear: both;
	color: #202020;
	background-color: #202020;
}

a {
	color: #FF2111;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}

a.footertext {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.footertext {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}


#pagewrap {
	width:500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
}

#header {
	height: 387px;
	width: 500px;
	background: url(../images/therightprofile.png) 50px 0 no-repeat;
	background-repeat: no-repeat;
	text-indent:-9999em;
}

#contenthold {
	width: 500px;
	margin:0 0 100px 0;
}

#contentleft {
	width: 316px;
	float:left;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}


#contentright {
	width: 414px;
	float:left;
	height: 281px;
}

#footer {
	clear: both;
	width: 740px;
	padding: 5px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color: #CCCCCC;
}

.footertext {
	font-size: 10px;
	color: #FFFFFF;
}


input {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #FF1808;
	font-size: 11px;
	background-color: #FFFFFF;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #FF1808;
	font-size: 11px;
}

.box { clear:both; margin:20px 0; padding:10px; background:#1b1b1b; border-bottom: dotted 1px #333; min-height:160px; }

.image {
	border: 5px solid #333;
	background-color: #000000;
	margin: 0 0 10px 10px;
	padding: 1px;
}

.smalltext {
	font-size: 10px;
	line-height: 10px;
}

.hilite {
	font-weight: bold;
	color: #FB3108;
}

