body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1024px;
	height:100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
}

a, a:link, a:active, a:focus, a:visited {
	font-weight: bold;
	color: #990000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#footer {
	background-color: #999;
	clear: both;
	height: 20px;
}

#left_col {
	float: left;
	width: 265px;
	background-color: #A03121;
	height: 810px;
}

ul {
	margin-left: 0px;
	padding-left: 15px;
}

#right_col {
	float: right;
	width: 758px;
	height:100%;
}

#top_bar {
	background-color: #B5B5B6;
	height: 105px;
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: justify;
	padding-left: 55px;
	padding-top: 25px;
}

#wrapper #right_col #content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body h2, #body_sec h2 {
	font-size: 14px;
	background-color: #E6E6E6;
margin-top: 5px;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-style: dotted;
	border-color: #999;
}
#body h3, #body_sec h3 {
	font-weight: bold;
	color: #333;
	padding: 3px;
	border: 1px dotted #999;
}


#news h2 {
	font-size: 14px;
	/*background-color: #E6E6E6;*/
	padding-top:0px;
	margin-top: 0px;
}

#content h1 {
	font-size: 21px;
	text-align: center;
}

#content p {
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}

#news {
	float: right;
	width: 250px;
	padding: 5px;
	background-color: #E6E6E6;
	/*border: 1px dotted #999;*/
}

#body {
	width: 470px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

#body_sec {
	width: 700px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}

.flt{
	float:left;
}

.menubg{
	clear:left;
}

#subNav a {
	padding-right: 5px;
	padding-left: 5px;
}

#subNav {
	text-align: center;
}

.menu{
	float:left; 
	clear:left; 
	font:bold 11px Arial, Helvetica, sans-serif;
}

.menu li {
	margin:0px 0px 0px 30px;
	list-style:none;
}

.menu a, .menu a:visited {
	width:225px;
	height:22px;
	margin:0px 0px 2px -32px;
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:4px 0 0 8px;
	background-color: #942E1F;
}

*html .menu a, .menu a:visited {
	width:190px;
	height:22px;
	margin:0px 0px 2px -20px;
	position:relative;
	display:block;
	color:#fff;
	text-decoration:none;
	padding:4px 0 0 8px;
	background-color: #942E1F;
}

.menu a:hover, .menu a:active,
.menu li.current_page_item a, .menu li.current_page_item a:visited  {
	text-decoration:none;
	background-color: #742418;
}
	
.block {
	font-style: italic;
	padding: 0px 40px 0px 40px;
	text-align: justify;
}

#body ul, #body_sec ul {
	margin: 0px 0px 5px 30px;
}

.bot{
	clear:left;
}
.tdborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.td_light_shade {
	background-color: #ccc;
}

.td_dark_shade {
	background-color: #999;
}

