@charset "utf-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: #b2c4c2;
	font-family: "Gill Sans MT", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link {
	color: #a34d51;
}

a:visited {
	color: #334d51;
}

a:hover {
	color: #FF4d51;
}

.container {
	margin: 0 auto;
	background: #b2c4c2 url(images/mainbg.png) center repeat-y;
	text-align: left;
	width: 793px;
	padding-bottom: 20px;
}

.title {
	background: #a34d51 url(images/titlebg.png) repeat-x;
	height: 143px;
	width: 783px;
	margin: 0px 5px;
}

#logo {
	float: left;
}


.righttitle {
	height: 90px;
	width: 500px;
	float: left;
}

select, option, input, textarea {
font-size: 8pt; 
color: #333; 
background-color: #eee; 
border: 1px solid #333;
}


.navigation {
	float:left;
	border-left: 1px #666 solid;
	border-right: 1px #CCC solid;
}

.navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation li {
	float: left;
	padding: 0px;
	margin: 0px;
}

.navigation a {
	display: block;
	padding: 8px 10px;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	color: #FFF;
	text-decoration: none;
	border-right: 1px #666 solid;
	border-left: 1px #CCC solid;
}

.navigation a:hover, .navigation a:active {
	background: #a34d51;
}

.navigation li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

.navigation li:hover ul {
	left: auto;
}

.navigation ul ul li a{
	width: 100px;
	border: 0px;
	background: #888888;
	padding: 4px 10px;
	border-left: 1px #CCC solid;
	border-right: 1px #666 solid;
}

.content {
	clear: both;
	margin: 5px 50px;
	color: #333;
}

h3 {
	clear: both;
	color: #a34d51;
}

h4 {
	clear: both;
}

.floatleft {
	float: left;
	padding: 0px 10px;
	text-align: center;
}

.floatright {
	
	float: right; 
	padding: 10px 0px 10px 10px;
	text-align: center;
	
}

.small {
	font-size: 0.8em;
}

.central {
	text-align: center;
	clear: both;
}

ol.abc {
	list-style-type: none;
}

.newsitem, .twitter {
	border: 1px solid #330000;
	padding: 10px;
	margin: 10px 0px;
}

.newsdate {
	text-align: right;
	font-size: 0.8em;
}

p.QU {
	font-weight: bold;
	margin-bottom: 3px;
	padding-bottom: 0px;
}

p.ANS {
	margin: 0px 20px 20px 20px;
}

.gallery img {
	border: 2px solid #9fafad;
	margin: 10px 0px;
}

#footer {
	margin: 0;
}

#footer img {
	border: 0;
	float: left;
}


.login {
	float: left;
	padding: 0;
	margin: 0;
	width: 245px;
	height: 70px;
	font-size: 11px;
	background: url(images/foot-login.png);
}


.login p {
	padding: 0;
	margin: 0;
}

.footernav {
	clear: both;
	font-size: 0.6em;
}
