/* General Styles */
* {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-family: Century Gothic, Eurostile, Arial, Verdana, Helvetica, sans-serif;
	background-color: #2B3034;
}
p, ul {
	margin: 1em 0px 1em 0px;
	padding: 0px 0px 0px 0px;
}
li {
	margin: 0px 1em 0px 1em;
	padding: 0px 0px 0px 0px;
}
img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.lcap span, .rcap span, #bottom span, .bottom span {
	display: none;
}
#wrap {
	margin: 0px auto;
	width: 893px;
}
#header {
	background: url('gfx/header_background.jpg') repeat-x top center;
	height: 128px;
	width: 893px;
}
#header .lcap {
	position: absolute;
	top: 0px;
	background: url('gfx/header_leftcap.jpg') no-repeat top left;
	height: 128px;
	width: 48px;
}
#header .rcap {
	position: absolute;
	top: 0px;
	background: url('gfx/header_rightcap.jpg') no-repeat top left;
	height: 128px;
	width: 80px;
	margin-left: 813px;
}
#header #logo {
	position: absolute;
	top: 0px;
	margin-left: 48px;
}
#menu {
	background: url('gfx/menu_background.jpg') repeat-x top center;
	height: 21px;
	width: 893px;
}
#menu .lcap {
	position: absolute;
	top: 128px;
	background: url('gfx/menu_leftcap.jpg') no-repeat top left;
	height: 21px;
	width: 48px;
}
#menu #mainmenu {
	position: absolute;
	top: 128px;
}
#menu #mainmenu ul {
	padding: 0px 0px 0px 48px;
	margin: 0px 0px 0px 0px;
}
#menu #mainmenu ul li {
	list-style: none;
	float: left;
	font-size: 12px;
	width: 90px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url('gfx/menu_item_normal.jpg') no-repeat top left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menu #mainmenu ul li.mlcap {
	background: url('gfx/menu_item_leftcap.jpg') no-repeat top left;
}
#menu #mainmenu ul li.mrcap {
	background: url('gfx/menu_item_rightcap.jpg') no-repeat top left;
}
#menu #mainmenu ul li a {
	text-decoration: none;
	display: block;
	color: #000000;
	font-weight: bold;
}
#main {
	position: relative;
	top: 0px;
	background: #FCFCFC url('gfx/main_background.jpg') repeat-x top center;
	min-height: 515px;
	width: 773px;
	padding-left: 60px;
	padding-right: 60px;
}
#main .lcap {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('gfx/main_leftcap.jpg') repeat-y bottom left;
	height: 100%;
	width: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main .rcap {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('gfx/main_rightcap.jpg') repeat-y bottom left;
	height: 100%;
	width: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main .lcap_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('gfx/main_leftcap_inner.jpg') no-repeat top left;
	height: 515px;
	width: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main .rcap_inner {
	position: absolute;
	top: 0px;
	right: 0px;
	background: url('gfx/main_rightcap_inner.jpg') no-repeat top left;
	height: 515px;
	width: 60px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#main #banner {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	width: 773px;
	overflow: hidden;
}
#main #banner img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: none;
}
#main .inner {
	height: 100%;
}
#main #columns {
	width: 773px;
}
#main #columns ul {
	display: block; list-style-type: disc; 
	margin: 1em 0; padding-left: 10px; 
	font-size: 12px;
}
#main #columns a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
#main #columns a:hover {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}
#main #columns #col1 {
	position: relative;
	width: 576px;
	min-height: 300px;
	background: #E2E2E2 url('gfx/col1_top.jpg') no-repeat top left;
	display: block;
}
#main #columns #col1 h1 {
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 8px;
	text-align: left;
	font-size: 15px;
}
#main #columns #col1 h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	color: #8B8B8B;
	text-align: left;
	font-size: 14px;
}
#main #columns #col1 p, #main #columns #col1 div.csc-textpic {
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 0px 8px;
	text-align: justify;
	font-size: 12px;
}
#main #columns #col1 .box {
	padding-bottom: 10px;
}
#main #columns #col1 .bottom {
	position: absolute;
	bottom: 0px;
	width: 576px;
	height: 10px;
	background: #E2E2E2 url('gfx/col1_bottom.jpg') no-repeat top left;
	clear: both;
}
#main #columns #col2 {
	position: relative;
	float: right;
	width: 172px;
	min-height: 300px;
	background: #E2E2E2 url('gfx/col2_top.jpg') no-repeat top left;
	margin-left: 22px;
	display: block;
}
#main #columns #col2 h1 {
	padding: 0px 0px 0px 0px;
	margin: 5px 0px 0px 8px;
	text-align: center;
	font-size: 15px;
}
#main #columns #col2 h2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	text-align: center;
	color: #8B8B8B;
	font-size: 14px;
}
#main #columns #col2 p, #main #columns #col2 div.csc-textpic {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	height: 200px;
}
#main #columns #col2 .box {
	padding-bottom: 10px;
}
#main #columns #col2 .bottom {
	position: absolute;
	bottom: 0px;
	width: 172px;
	height: 10px;
	background: #E2E2E2 url('gfx/col2_bottom.jpg') no-repeat top left;
	clear: both;
}
#content {
	position: absolute;
	top: 149px;
	width: 893px;
}
#end {
	position: relative;
	clear: both;
}
#bottom {
	background: url('gfx/main_bottom.jpg') repeat-x top center;
	width: 893px;
	height: 60px;
}
#footer {
	width: 843px;
	margin-top: -20px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: none;
}
DIV.csc-textpic { position: static !important; clear: left !important; }