/* Base Page Properties
-----------------------------------------------*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E6E6E6;
}
body {
	background-color: #000000;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

body.admin {background-image : none;}

a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #BF0000;
}
a:hover {
	text-decoration: none;
	color: #FF4848;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	line-height: normal;
	color: #FFFFFF;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
	padding-top: 10px;
}
h3 {
	font-size: 12px;
}
ul li {
	list-style-type: square;
}
iframe {
	background-color: #FFFFFF;
}
dl {
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	font-style: italic;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666666;
}
embed {
	display: block;
}

/* Layout Regions
-----------------------------------------------*/
#main {
	width: 760px;
}
#content {
	background-image: url(../images/gui_bg_paws.gif);
	background-repeat: repeat-y;
	padding: 20px 100px 20px 100px;
}
	#content img {
		padding: 10px;
		margin: 5px;
		border: 1px solid #616161;
		background-color: #000000;
	}
#nav {
	background-image: url(../images/links_bg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
	#nav ul {
		margin: 0; /* Removes indent in IE and Opera */
		padding: 0; /* Remoes indent in Netscape */
		list-style-type: none;
	}
	#nav li {
		display: inline;
	}
	#nav a {
		color: #FFFFFF;
		padding: 0 8px 0 8px;
	}
	#nav a:hover {
		color: #FF0000;
	}
#footer {
	clear: both;
	padding: 20px;
	line-height: normal;
}

/* Custom Classes
-----------------------------------------------*/
.container {
	margin: 0 auto;
	position: relative;
}
.colL {
	float: left;
	width: 260px;
	padding: 0 20px 0 0;
}
.colR {
	float: right;
	width: 280px;
}
.noBg {
	background-image: none;
}
.tableData {
	border: 1px solid #FFFFFF;
}
	.tableData th {
		background-color: #FF0000;
	}
	.tableData tr {
		background-color: #333333;
	}
.copyright {
	font-size: 9px;
}

.form1 {font-weight : bold; background-color : #333; border : 1px solid #666;}

.form2 { text-align : left; font-weight : bold; background-color : #111; border : 1px solid #666; }

.button { background-color : #b40005; border : 1px solid #ccc; color : #fff; font-weight : bold; padding-top : 2px;}

.fields {background-color : #fff; border : 1px solid #ccc;}

a.green {color : #00bc0d;}