/* CSS Document */

body {
	background-color: #101010;
	background-image: url(images/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

#container {
	height:0px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:800px;
}

#container2 {
	float:left;
	width:800px;

}

#navigation {
	background-color: #FFFFFF;
	float: left;
	width: 790px;
	height: 38px;
	padding: 0 5px;
}

#navLeft {
	float:left;
	height: 38px;
	width: 5px;
	background-image:url(images/navLeft.jpg);
	background-repeat:no-repeat;
}

#navTop {
	float:left;
	height: 38px;
	width: 780px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:repeat-x;
}

#navRight {
	float:right;
	height: 38px;
	width: 5px;
	background-image:url(images/navRight.jpg);
	background-repeat:no-repeat;
}

#navBot {
	float: left;
	width: 800px;
	height: 5px;
	background-image:url(images/botCorners.png);
	background-repeat:no-repeat;
}

#headerTop {
	float: left;
	width: 800px;
	height: 5px;
	background-image:url(images/topCorners.png);
	background-repeat:no-repeat;
	margin-top: 20px;
}

#header {
	float: left;
	width: 800px;
	height: 219px;
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}

#logo {
	float: left;
	width: 329px;
	height: 152px;
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	background-color: #FFFFFF;
	margin: 10px 232px 57px 239px;
}

#logo h1 {
	width: 329px;
	height: 152px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#logo h1 span {
	display: none;
}

#content {
	float: left;
	width: 790px;
	background-color: #FFFFFF;
	padding: 0 5px 0 5px;
}

#contentTop {
	float: left;
	width: 790px;
	height: 5px;
	background-image:url(images/contentTop.jpg);
	background-repeat:no-repeat;
}

#content2 {
	float: left;
	width: 790px;
	background-color: #c0c0c0;
}

#left {
	float: left;
	width: 205px;
	background-color: #ffffff;
	background-image:url(images/left_bg.jpg);
	background-repeat: repeat-y;
}

.leftbox, .sideNav {
	float: left;
}

#menuCont {
	float: left;
	width: 180px;
	padding: 5px 15px 0 10px;
}

#newsCont {
	float: left;
	width: 180px;
	padding: 5px 15px 0 10px;
	margin: 15px 0;
	font-size: 11px;
}

#newsCont ul {
	list-style-type: none;
	margin: 0 10px 0 10px;
	padding: 0;
}

#newsCont li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px;
}

#newsCont strong {
	font-weight: normal;
}

#newsCont a, #newsCont a:visited, #newsCont a:active {
	color: #ffffff;
	text-decoration: none;
}

#newsCont a:hover, #newsCont a:focus {
	color: #762123;
	text-decoration: none;
}

#left h1 {
	float: left;
	width: 156px;
	background-image:url(images/lh1_bg.png);
	background-repeat: no-repeat;
	line-height: 31px;
	padding: 0 0 0 24px;
	margin: 0 0 15px;
	font-size: 16px;
	color: #FFFFFF;
}

#leftBot {
	float: left;
	width: 205px;
	height: 10px;
	background-color: #ffffff;
	background-image:url(images/leftBot.jpg);
	background-repeat: no-repeat;
}

#right {
	float: right;
	width: 575px;
	background-color: #ffffff;
	background-image:url(images/right_bg.jpg);
	background-repeat: repeat-y;
	margin: 0 5px;
}

#rightTop {
	float: right;
	width: 575px;
	height: 5px;
	background-image:url(images/rightTop.jpg);
	background-repeat: no-repeat;
}

#rightMain {
	float: left;
	width: 400px;
	min-height: 630px;
	padding: 5px 10px;
}

#rightMain h1 {
	width: 400px;
	font-size: 16px;
	color: #762123;
	margin: 0;
	padding: 0px;
}

#rightMain p {
	margin: 0;
	text-align: justify;
	line-height: 1.5;
	padding: 5px 0 15px 0;
}

#rightSub {

}

#rightBot {
	float: right;
	width: 575px;
	height: 5px;
	background-image:url(images/rightBot.jpg);
	background-repeat: no-repeat;
}

/* ARTICLE PAGES */

#rightArt {
	float: right;
	width: 575px;
	background-color: #ffffff;
	margin: 0 5px;
}

#rightArtTop {
	float: right;
	width: 575px;
	height: 5px;
	background-image:url(images/rightArtTop.jpg);
	background-repeat: no-repeat;
}

#mainArt {
	float: left;
	width: 555px;
	min-height: 630px;
	padding: 5px 10px;
}

#mainArt h1 {
	width: 480px;
	font-size: 24px;
	color: #762123;
	margin: 0 0 15px;
	padding: 0 0 3px;
	border-bottom: 1px solid #c0c0c0;
}

#artDesc {
	padding: 0 10px;
}

#artDesc a, #artDesc a:visited, #artDesc a:active {
	color: #762123;
	text-decoration: underline;
}

#artDesc a:hover, #artDesc a:focus {
	color: #762123;
	text-decoration: none;
}

#mainArt p {
	margin: 0;
	text-align: justify;
	line-height: 1.5;
	padding: 5px 0 15px 0;
}

#mainArt ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#mainArt ul li {
	margin: 0;
	padding: 0 0 10px 0;
}

.summaryPageTitle {
	padding: 0 0 0;
	margin: 0;
	font-weight: bold;
}

.summaryPageDescription {
	padding: 5px 0 25px 0;
	margin: 0;
	text-align: justify;
	line-height: 1.5;
}

li.rssli {
	list-style-type: none;
	margin-bottom: 10px;
}

li.rssli p {
	padding: 0;
	margin: 10px 0 15px;
}

#rightArtBot {
	float: right;
	width: 575px;
	height: 5px;
	background-image:url(images/rightArtBot.jpg);
	background-repeat: no-repeat;
}

#contentBot {
	float: left;
	width: 790px;
	height: 5px;
	background-image:url(images/contentBot.jpg);
	background-repeat:no-repeat;
}

#contBot {
	float: left;
	width: 800px;
	height: 5px;
	background-image:url(images/botCorners.png);
	background-repeat:no-repeat;
}

#bottomNav {
	float: left;
	width: 690px;
	font-size: 10px;
	color: #bcbcbc;
	margin: 10px 0 14px 55px;
	text-align: center;
	overflow: hidden;
}

#bottomNav ul {
	position: relative;
	margin: 0 0 0 -1px; 
	padding: 0pt; 
	list-style-type: none; 
	list-style-image: none; 
	list-style-position: outside; 
	float: none;
	text-align: center;
}

#bottomNav ul li {
	line-height: 10px;
	position: relative;
	float: left;
	padding: 0 15px 0 14px;
	border-left: 1px solid #bcbcbc;
}

#bottomNav ul li ul {
	display: none;
}

#bottomNav a, #bottomNav a:visited, #bottomNav a:active {
	color: #bcbcbc;
	text-decoration: none;
}

#bottomNav a:hover, #bottomNav a:focus {
	color: #762123;
	text-decoration: none;
}

#clear {
	clear: both;
}

#footer {
	float: left;
	width: 800px;
	font-size: 10px;
	text-align: center;
	color: #bcbcbc;
	margin-bottom: 20px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #bcbcbc;
	text-decoration: underline;
}

#footer a:hover, #footer a:focus {
	color: #762123;
	text-decoration: none;
}

 
