/*  */
.switch-media {
	display: none;
}

.description {
	display: none;
}


/* General */

html, body {
	margin:0;
	padding:0;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background: #B8C8CE;
	min-width: 600px;
}

p { 
	margin-top:0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: justify;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 1.4em;
	color:#201E50;
}

h2 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

img {
	border: none;
}

a:link {
	color: #536430;
}

a:visited {
	color: #6E546D;
}

a:hover {
	color: #92AF56;	
	text-decoration: none;
}

/* Header */
div#header{
	position:relative;
	background: url('../img/bcg_top_line.gif') #1B1B3B;	
	height:100px;
	}

#logo {
	position: absolute;
	top: 15px;
	left: 20px;
}
#top-links {
	position: absolute;
	right: 30px;
	top: 30px;
}

/* Content */
div#wrapper	{
	float:left; 
	width:100%;
}

div#bg-container {
	background: url(../img/content_bg_left.gif) left top repeat-y;
	padding-left: 60px;
	padding-top: 16px;
	padding-right: 20px;
	min-height: 1000px;
	height:auto !important;
	height:1000px;
}

div#container {
	background: url(../img/right_stupid_bg.gif) right repeat-y;
}

div#content {
	margin-left: 140px;
	margin-right: 220px;
	background: url(../img/content_bg_right.gif) right top repeat-y #D5E4E8;
	padding-right: 30px;
}

div#content-header {
	background: url(../img/top_long_line.gif) repeat-y top left #EFF4F6;
	height: 31px;
	margin-left: -30px;
	margin-right: -20px;
	padding-left: 30px;
	margin-bottom: 40px;
}

div#content-header h1 {
	padding-top: 7px;
}

div#content p{
}

div#content h2 {
	padding-top: 0px;
	margin-bottom: 0px;
}

div#content ul {
	padding-top: 0px;
	padding-bottom: 0px;
}

div#content li {
	margin: 0px;
	padding: 0px;
}

.page-image {
	position: absolute;
	top: 100px;
	right: 250px;
}

/* Navigation */
div#navigation {
	float:left;
	width:170px;
	margin-left:-100%;
}

#navigation ul, #navigation li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	height: 31px;
	margin-top: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
}

div#navigation ul li a span {
padding-top: 8px;
display: block;
}

.color1 {
	background: url(../img/gradient_001.gif) left no-repeat;
	background-position: 140px;
}

.color2 {
	background: url(../img/gradient_002.gif) left no-repeat;
	background-position: 140px;
}

.color3 {
	background: url(../img/gradient_003.gif) left no-repeat;
	background-position: 140px;
}

.color4 {
	background: url(../img/gradient_004.gif) left no-repeat;
	background-position: 140px;
}

#navigation li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 100%;
	background: url(../img/menu_first.gif) left top repeat-y #DCE8EB;
	text-decoration: none;
	color: black;
	padding-right: 15px;
	margin-right: 30px;
}

#navigation a:hover {
	background: url(../img/menu_second.gif) top right repeat-y #6B6A84;
	color: white;
}

/* Footer */
div#footer {
	clear:left;
	width:100%;
	background: #1B1B3B url("../img/bcg_bot_line.gif") top repeat-x;
	height:78px;
}
div#footer p {
	padding-top: 30px;
	color: #B7B7B7;
	font-size: 12px;
	text-align: center;
}

div#footer a {
	color: white;
	text-decoration: none;
}

div#footer a:hover {
	color: #B7B7B7;
	text-decoration: underline;
}

/* Right */
div#right {
float:left;
width:220px;
margin-left:-220px;
background: #F6F9F9;
}

div#right-header {
	background: url(../img/right_header.gif) repeat-y top left #E5EEF1;
	height: 31px;
	margin-top: 16px;
	margin-bottom: 10px;
}

#right-header h1 {
	padding-top: 7px;
	padding-left: 10px;
}

#right p {
	color: #100E44;
	padding-right: 10px;
	padding-left: 10px;
}

.center {
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
}

.rssFeedTitle {
	padding-bottom: 20px;
	font-weight: bold;
}

.rssFeedListings {
	width: 100% !important;
}

.rssFeedListings table {
	display: none;
}

