@charset "utf-8";
@html {
min-height: 100%;
height: auto;
}
body {
	background-color: #91b4ca;
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#global {
	width: 915px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	height: auto;
}
#logo {
	float: left;
	height: 134px;
	width: 315px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu {
	float: right;
	height: 30px;
	width: 420px;
	margin-top: 109px;
	clear: right;
	position: relative;
}
.menu-title {
	padding-left: 5px;
}

.btm {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(images/btm-bg.gif);
	background-repeat: repeat-x;
}

#main {
	background-color: #FFFFFF;
	clear: left;
	min-height: 400px;
	width: 900px;
	padding: 5px;
	border: 1px solid #6486b4;
}
#left-side {
	padding: 5px;
	float: right;
	width: 246px;
}
#right-side {
	padding: 10px;
	float: left;
	width: 620px;
	clear: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #cc0000;
	font-weight: bold;
}
.main-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
A:link  
{
	text-decoration: none;
	color: #df3d35;
}
A:visited
{
	text-decoration: none;
	color: #df3d35;
}
A:active
{
	text-decoration: none;
	color: #df3d35;
}
A:hover
{
	text-decoration: underline;
	color: #df3d35;
}
#front-image {
	float: left;
	height: 250px;
	width: 630px;
	clear: right;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.discuss {
	background-color: #e0e0e0;
	background-image: url(images/comment_arrows.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 10px;
}
.discuss-txt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #333333;
	padding: 5px;
	line-height: 24px;
}
.discuss-txt-sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.page-title {
	height: 30px;
	width: 580px;
	padding: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #c00837;
	font-weight: bolder;
	background-image: url(images/title-bg.gif);
	background-repeat: repeat-x;
}
.btm-no-bg {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-repeat: repeat-x;
	margin-bottom: 5px;
}
#sidebar {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	background-image: url(images/side-bar-bg.gif);
	background-repeat: no-repeat;
	padding: 15px;
	height: 225px;
	width: 225px;
}
#sidebar a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#sidebar a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar a:visited {
	color: #FFFFFF;
}
.news-title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #cc0000;
}
	#feed {
	width: 175px;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}

#feed a.rss {
    width: 32px;
	height: 27px;
	background: url(images/rss.gif) no-repeat top left;
	float: right;
	text-align: left;
}

#searchform form input#searchsubmit {
	width: 42px;
	background: url(images/go-button.gif) no-repeat center left;
	height: 21px;
	border: 0;
	
}

#searchform form input#s {
	width: 174px;
	background: url(images/form.png) no-repeat top left;
	height: 22px;
	border: 0;
	float: left;
	margin-right: 0px;
	padding: 10px 10 10 10px;
	color: #666;#sidebar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.line {
	float: left;
	height: 10px;
	width: 620px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
