body {
	background: #000000 url('') no-repeat 0px 0px;
	margin: 0px 0px 0px 0px
}

body, div, span, p, td, tr, ul, li, a, dl  {
	font: 13px/20px Arial;
	color: #ffffff;
	text-decoration: none;
}

h3 {
	font: 16px/20px Arial;
	color: #999999;
	font-weight: bold;
	border-bottom: 1px dotted #999999;
}

a, a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: none;
}

DIV.window {
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

DIV.HomeHeader {
	background: transparent url('/images/Background.jpg') repeat-x 0px 0px;
	text-align: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

DIV.subHeader {
	background: transparent url('/images/SubpageHeader_Background') repeat-x 0px 0px;
	text-align: left;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

DIV.content {
	background: transparent url('/images/Background3.jpg') repeat-y 0px 0px;
	width: 1000px;
	height: auto;
	position: relative;
	top: -16px;
	padding: 15px 0px 0px 0px;
}

	DIV.content TD.leftContent {
		font-size: 12px;
		width: 191px;
		vertical-align: top;
		padding-right: 25px;
		padding-left: 25px;
	}
		DIV.content TD.leftContent DIV.menu {
			background: #000000 url('') no-repeat 0px 0px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			width: 191px;
			height: auto;
		}
			
			DIV.content TD.leftContent DIV.menu ul#menu {
				padding: 0px 0px 0px 0px;
				margin: 0px 0px 0px 0px;
				list-style-type: none;
			}
			DIV.content TD.leftContent DIV.menu li#menuTop {
				border-top: 1px solid #333333;
				border-bottom: 1px solid #333333;
			}
			DIV.content TD.leftContent DIV.menu li#menu {
				border-bottom: 1px solid #333333;
			}			

	DIV.content TD.centerContent {
		font-size: 12px;
		vertical-align: top;
		width: 618px;
		padding-right: 25px;
	}

		DIV.content TD.centerContent DIV.profileSummary {
			background: #000000 url('') no-repeat 0px 0px;
			position: relative;
			float: right;
			width: auto;
			border: 1px solid #333333;
		}

	DIV.content TD.rightContent {
		font-size: 12px;
		width: 200px;
		vertical-align: top;
	}

	#error {
		color: #ff0000;
		font-weight: bold;
	}
	
DIV.footer {
	width: 1000px;
	height: auto;
	font-size: 11px;
	position: relative;
	top: -16px;
}
	DIV.footer td#footer, a#footer {
		font-size: 11px;
	}


