/*

container pink:  #FF99CC
a purple:  #CC0099
h1: #663300
h2:  #333
black:  #000

*/

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

body {
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

#container {
	margin:0px auto;
	padding: 19px 0px 0px 0px;
	width:813px;
	background-color:#FF99CC;
	border:none;
	border-top:1px solid #000;
}

#left-column {
	width:257px;
	float:left;
}

#right-column {
	width:530px;
	float:left;

}

#glory-image {
	margin:0px 0px 22px 0px;
	height:272px;
	width:515px;
	border:1px solid #E68ABA;
}

#logo {
	padding:65px 0px 0px 0px;
	height: 273px;
}

#top-nav {
	margin:25px 0px 0px 0px;
	height:40px;
}

#content {
	margin:0px 0px 33px 0px;
	padding:0px 0px 1px 0px;
	width:515px;
	background-color: #FFFFFF;
	background-image:url(/structure/rounded-corner_bottom.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#live-area {
	padding: 15px 20px 10px 15px;
	width: 480px;
	background-image: url(/structure/rounded-corner_top.gif);
	background-position:top left;
	background-repeat: no-repeat;
}


#copyright {
	float:left;
	margin:34px 0px 0px 0px;
	padding:10px;
	font-size:9px;
}

p {
	margin: 0px 0px 15px 0px;
}

h1 {
	margin: 0px 0px 15px 0px;
	font-size:14px;
	color:#663300;
	text-transform: uppercase;
}

h2 {
	margin: 0px 0px 5px 0px;
	font-size:12px;
	color:#333;
}

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

a:hover, a:visited:hover {
	text-decoration:underline;
}

#top-nav a:link, #top-nav a:active, #top-nav a:visited, #top-nav a:hover, #top-nav a:visited:hover {
	padding-right:64px;
	text-decoration:none;
	text-transform: uppercase;
	background-position: center;
	font-weight: bold;
}

#top-nav a:hover, #top-nav a:visited:hover {
	text-decoration:underline;
}

#copyright a:link, #copyright a:active, #copyright a:visited, #copyright a:hover, #copyright a:visited:hover {
	color:#666666;
}

#copyright a:hover, #copyright a:visited:hover {
	text-decoration:underline;
}

.black-link a:link, .black-link a:visited {
	color:#000;
}

#top-star, #bottom-star {
	height: 36px;
	background-image:url(/structure/blackstar.gif);
	background-repeat:repeat-x;
}

#bottom-star {
	position: relative;
	left: -12px;
}

td {
	padding:5px;
}

.redAlert {
	padding:10px;
	color:#CC0000;
	background-color:#FFCDCA;
	border:1px solid #666;
}

.textstyle1 {
	font-size:11px;
	font-style:italic;
	color:#666666;
}

.img-border {
	padding:1px;
	border:1px solid #666666;
}

.acknowledge-floats {
	clear:both;
	height:1px;
	overflow:hidden;
	font-size:0.1em;
}
