@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0;} 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding: 5px 6px 5px 6px;
	text-align: left;
	color:#000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	margin-left: 10px;
}
li {
	margin-left: 10px;
	list-style-type: square;
	padding-bottom: 5px;
	padding-right: 5px;
}
.twoColFixRt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}
.twoColFixRt #sidebar1 {
	float: right;
	padding: 0px;
	width: 319px;
}
.twoColFixRt #mainContent {
	margin: 0px 320px 0px 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 319px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 681px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#content {
	margin: 0px 0px 0px 0px;
	padding: 5px;
	float: left;
	width: 670px;
	color: #000;
}
#bottomcontent {
	margin: 0px;
	padding: 5px;
	width: 670px;
	float: left;
	color: #000;
}
#menu {
	margin-top: 10px;
	padding-bottom: 4px;
}
#footermenu {
	margin-top: 5px;
	padding-top: 4px;
}
#footer {
	margin-top: 2px;
	padding: 0px;
	width: 670px;
	clear: both;
}
#leftcolumn {
	width: 300px;
	padding: 5px;
	color: #000;
}
#leftcolumnfull{
	width: 660px;
	padding: 5px;
}
#rightcolumn {
	float: right;
	width: 300px;
	padding: 5px;
	color: #000;
}
#leftcolumnbottom {
	width: 300px;
	padding: 0px;
	background-color: #f1f1f1;
	margin-left: 5px;
	color: #000;
}
#rightcolumnbottom {
	float: right;
	width: 300px;
	padding: 0px;
	background-color: #f1f1f1;
	margin-right: 5px;
	color: #000;
}
#button {
	padding-bottom: 5px;
}
#leftbox {
	background-color: #f1f1f1;
	width: 300px;
	border: inset #000 1px;
	margin-top:10px;
	margin-left: 5px;
	padding: 5px;
}
#rightbox {
	background-color: #f1f1f1;
	width: 300px;
	border: inset #000 1px;
	margin-right: 5px;
}
#idbox {
	background-color: #cccccc;
	width: 300px;
	border: inset #000 1px;
	margin-right: 5px;
}
#scoreboard {
	background-color: #FFF;
	width: 300px;
	background-image: url(../images/CivilWar_scoreboard.gif);
	background-repeat: no-repeat;
	border: inset #000 1px;
	margin-right: 5px;
}
#score {
	z-index:0;
	color:#333;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top: 100px;
	font-weight: bold;
}


a:link {
	color: #F00;
	text-decoration: underline;
}

a:visited {
	color: #F00;
	text-decoration: underline;
}

a:hover {
	color:#999;
	text-decoration: underline;
}

a:active {
	color: #666;
}

h1 {
	font-size: 16px;
	line-height: normal;
	font-weight:bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 4px;
}
#wrapper #border #main #page #content #leftcolumn p {
	padding: 0px;
}
#wrapper #border #main #page #content #rightcolumn #rightbox p {
	padding: 0px;
}
#wrapper #border #main #page #content #rightcolumn p {
	padding: 0;
}


h2 {
	font-size:16px;
	line-height: normal;
	font-weight:bold;
	text-align: center;
	margin-top: 2px;
	color: #FFF;
}
h3 {
	font-size:14px;
	line-height: normal;
	font-weight:bold;
	text-align: center;
	margin-top: 2px;
	color: #333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}


.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.menu {
	color:#FFF;
	text-decoration:none;
	background-color: #F00;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
	margin: 1px 2px 1px -1px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a.menu:link {
	color:#FFF;
	text-decoration: none;
}
a.menu:visited {
	color:#FFF;
	text-decoration: none;
}
a.menu:active {
	color: #666;
	text-decoration: none;
}
a.menu:hover {
	color:#FFF;
	text-decoration:none;
	background-color: #999;
}


.footermenu {
	color:#FFF;
	text-decoration:underline;
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	margin: 1px 6px 1px -1px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.footermenu:link {
	color:#FFF;
	font-size: 12px;

}
a.footermenu:visited {
	color:#FFF;

}
a.footermenu:active {
	color: #666;

}
a.footermenu:hover {
	color:#999;

}


.footermenu {
	font-size:12px;
	font-weight:bold;
	padding: 10px 0px 5px 10px;
	text-decoration:none;
	}
a.footermenu:link {
	color:#F00;
	text-decoration:none;
	font-size: 12px;
}
a.footermenu:visited {
	color:#F00;
	text-decoration:none;
	font-size: 12px;
}
a.footermenu:active {
		color: #666;
}
a.footermenu:hover {
		color: #999;
			text-decoration:underline;
}
