* {
	color: white;
	font-family: Arial, Helvetica, "Myriad Pro", sans-serif;
	font-size: 11pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1, h2 {
	display: inline-block;
}

h1 {
	cursor: default;
	width: 90px;
}

body {
	background-color: black;
}

img { border: 0px; }

ul {
	float: left;
	list-style-type: none;
}

li {
	display: inline;
	margin: 20px 30px 0 0;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px solid white;
}

a:hover img { border-bottom: 0px !important; }


.ImageLink, .ImageLink:hover { border: 0px; }

br {
	font-size: inherit;
	line-height: inherit;
}

sup {
	line-height: 0px;
	text-transform: none;
}

i {	font-size: 18pt; }

s { font-size: inherit; }

h1 i { font-size: 11pt; }

.NoBreak {
	font-size: inherit;
	white-space: nowrap;		
}


/* Header */

#Header {
    background-image: url("/images/trans.png");
    clear: both;
    margin: 0px;
    opacity: 1;
    padding: 20px 0px 20px 0px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
}

#Header ul {
	margin-left: 30px;
}

#Header .Selected { cursor: default; }

#Header .Selected, h1 span {
	border-bottom: 2px solid white;
}


/* Content */

#ContentContainer {
	color: white;
	clear: both;
	position: relative;
}

#ContentContainer h3, #Content p {
	font-size: 18pt;
	line-height: 150%;
	margin: 0px auto 20px auto;
}

#ContentContainer h3 {
	letter-spacing: 0.5px;
	margin: 50px 0px 0px 0px;
	text-transform: uppercase;
}

#ContentContainer h3.First {
	margin-top: 0px;
}

#ContentContainer h3 a, #ContentContainer p a {
	font-size: 18pt;
	line-height: 23px;
	border-bottom: 3px solid white;
}

#ContentContainer .ArchiveHeader {
	font-size: 11pt;
	line-height: 23px;
	
}

#Content {
	display: inline-block;
	margin: 30px 0 0 180px;
	width: 545px;
}

#Content p.Indent {
	margin-left: 100px;
}


