/*                  CSS Document                      */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                   Standard Tags                    */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

body {
	background-color:#000;
	background-repeat:repeat-x;
	text-align:center;
	color:#000;
	margin:0px;
	padding:0px;
	font-family:Verdana, Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
}
a {
	color:#000000;
	border-bottom:1px dotted #000000;
	text-decoration:none;
	font-weight:bold;
}
.red {
	color:#FF0000;
	}
a:hover {
	text-decoration:underline;
	border-bottom:none;
}

address, abbr, img { font-style:normal; border:none; }
#container {
	width:800px;
	margin:auto;
	background-color:#CEC495;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#header {
	text-align:center;
	padding:0px;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                Primay Navigation                   */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.navcontainer {
	width:203px;
	height:100%;
	float:left;
	text-align:left;
	padding-top:5px;
	padding-left:0px;
	line-height:2.2em;
}
.navcontainer ul
{
	list-style-type: none;
	text-align: left;
	margin:0px;
	padding:0.25em;
}
.navcontainer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left:15px;
	margin-left:5px;
	text-align: left;
	text-decoration: none;
	color: #000;
}
.navcontainer ul li a:hover
{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #930;
}
.navcontainer ul li a#current
{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #930;
}
.actp
{
	text-align:center;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                   Main Content                     */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#content {
	border-bottom:1px solid #000000;
	margin:0px;
	padding:0px;
	text-align:center;
	background-image:url(images/fd_content_bg.jpg);
	background-repeat:repeat-y;
}
.bigcol {
	width:550px;
	border-left:3px solid #000000;
	float:left;
	text-align:left;
	padding:5px;
	padding-top:10px;
}
.bigcol ul li {
	padding:5px;
}
p {
	text-align:left;
	line-height:1.3em;
}
h1 {
	font-size:1.1em;
}
h2 {
	font-size:1em;
}
.emph {
	font-size:1em;
	color:#930;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*                 Free Form                          */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.freeform {
	background-color:#cc3300;
	text-align:center;
	font-size: 1.1em;
	}
.freeform a, .freeform a:link, .freeform a:visited, .freeform a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:none;
}
.freeform a:hover {
	text-decoration:underline;
	color:#ffffff;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*               Miscellaneous Fixes                  */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.clearfix {
	clear:both;
}
.border {
	border:1px solid #000000;
}
.textleft {
	text-align:left;
}
.textright {
	text-align:right;
}
.center { text-align:center; }
.left { float:left; }
.right { float:right; }