BODY		{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
	font-weight:normal;
	}
P		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: 2px;
	line-height:1.4;
	}
TD		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
TR		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
radio		{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
checkbox	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}
hr {
  color: #FFF;
}

/* Begin Structure of site '*/  
 
#container {
	width: 980px;
	padding:0px;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #FFFFFF;
}

#header {
	margin: 0px;
	background-image: url(images/header_low.jpg);
	height: 200px;
}

#wrapper {
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#left {
	float: left;
	width: 170px;
	height: 400px;
	color: #FFFFFF;
	background-image: url(images/leftcolumn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#left a{
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
#left a:visited{
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
}
#left a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

#left li {
	margin-left: -10px;
	margin-top: 3px;
	list-style-image: url(images/ulmenu.gif);
}
#left li li {
	margin-left: -25px;
	margin-top: 2px;
	list-style-image: url(images/ulsubmenu.gif);
}
#left li.active a {
  color: #FFFFFF;            /* highlight text */
}
 
#left li.active li a {
  color: #FFFFFF;          /* fix lower levels */
}

#right {
	color: #FFFFFF;
	float: right;
	width: 155px;
	height: 140px;
	background-image: url(images/rightcolumn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}

#content {
	margin: 0px 0px 0px 170px;
	color: #000000;
	padding: 5px 100px 5px 20px;
	background-image: url(images/rightcolumn.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#footer {
	clear: both;
	background-color: #46616c;
	color: #FFFFFF;
	padding: 5px 25px 5px 5px;
	text-align: right;
}

#footer a:link {
	color: #FFF;
	text-decoration: none;
	background-color: inherit;
	font-weight:normal;
}
#footer a:visited {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #FFF;
	background-color: inherit;
	text-decoration: underline;
	font-weight:normal;
}
#footer a:active {
	color: #FFF;
	background-color: inherit;
	text-decoration: none;
	font-weight:normal;
}


/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
}

blockquote{
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	background-image: url(images/blockquote.jpg);
	background-repeat: no-repeat;
}

h1{
	padding: 0px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing:3px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: #FFFFFF 1px dotted;
	width:600px;
}

h2{
	padding: 0px 5px 5px 0px;
	font-size: 1.0em;
	letter-spacing:3px;
	color: #006;
	margin-top: 0px;
	margin-bottom: 15px;
}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #333399;
	text-decoration: none;
	background-color: inherit;
	font-weight:bold;
}
a:visited {
	color: #46616c;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #900;
	background-color: inherit;
	text-decoration: underline;
	font-weight:bold;
}
a:active {
	color: #46616c;
	background-color: inherit;
	text-decoration: none;
	font-weight:bold;
}

