/*Site Colors:
	#FF00FF - Florecent Pink
	#00FF00 - Florecent Green
	#FF9900 - Florecent Orange
	#CCCCCC - Medium Light Grey
	#8D0D19 - Burgundy
*/

/* Webpage tags */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:15px;
	background-color:#000000;
}

img { 
	border:none; 
}

table, tr, td { 
	border-collapse:collapse; 
	vertical-align:top; 
	font-size:13px; 
	line-height:15px; 
}

a.changewhite:link { 
	color:#CCCCCC; 
}

a.changewhite:visited { 
	color:#CCCCCC; 
}

a.changewhite:hover { 
	color:#CCCCCC; 
}

a.changewhite:active { 
	color:#CCCCCC; 
}
/* Place Holders*/
#pageborder {
	position: relative;
	overflow: visible;
	text-align: center;
	margin:auto;
	width:990px;
	height:auto;
}
#mainArea {
	width:990px;
	margin: auto;
	z-index:1;
	text-align: left;
}
/* Header Area*/
#header {
	margin-left:30px;
	margin-right:30px;
	margin-top:10px;
	padding:0px;
	width:inherit;
	height:208px;
}
#title {
	z-index:1;
	width:220px;
	height:176px;
	float: left;
}

#title_sel {
	z-index:1;
	width:710px;
	height:200px;
	float:right;
}
#hmenu {
	text-align:left;
	width:600px;
	padding:2em; }

#hmenu a {
	text-decoration:none;
	color:#CCCCCC;
}
/*Main Page Area*/
#navigation {
	font-size:.8em;
	float:left;
	width:170px;
	margin: auto;
	z-index:1;
	text-align: left;
	font: "Tempus Sans ITC";
	height:500px;
}
#navigation a {
	text-decoration:none;
	color:#CCCCCC;
}
ul.subjects {
	padding-left:0;
	list-style:none;
	color:#FFFFFF;
}
ul.pages {
	padding-left:1em;
	list-style:none;
	color:#FFFFFF;
}
.selected {
	font-weight:bold;
}

#page {
	float:left;
	width:820px;
	margin:auto;
	z-index:1;
	overflow: auto;
	text-align: left;
	min-height: 500px;
}
.pageTitle {
	text-align:center;
	color:#FF00FF;
	font-size:2em;
}
.pageCon {
	color:#CCCCCC;
	font-size:1em;
	line-height:130%;
}

/* Page Bottom */
#footer {
	margin-top:20px;
	float:right;
	width: 990px;
	font-size:0.8em;
	font-weight:bold;
	color:#FFFBF0
}
/* other */
.picLeft{
	float:left;
}


.picRight{
	float:right;
}

#rankTable {
	vertical-align:middle;
	text-align:center;
	width:30.0pt;
	background:silver;
	color:#333333;
	padding:.75pt .75pt .75pt .75pt;
}
#scoreTable {
	vertical-align:middle;
	text-align:center;
	width:51.0pt;
	background:silver;
	color:#333333;
	padding:.75pt .75pt .75pt .75pt;
}
#nameTable {
	vertical-align:middle;
	text-align:center;
	width:135.0pt;
	background:silver;
	color:#333333;
	padding:.75pt .75pt .75pt .75pt;
}

