﻿body {
	font-family:Verdana;
	font-size:10px;
}

body a {
	text-decoration:none;
	color:#0F396C;
}

body a:hover {
	color:red;
}

.news-content {
	padding-bottom:15px;
	padding-top:2px;
	font-family:"Trebuchet MS";
	font-size:10px;
	padding-right:5px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:silver;
	padding-left:4px;
}

.news-content h1 {
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	margin-bottom:-2px;
	margin-top:-1px;	
}

.news-content h1 a {
	text-decoration:none;
	color:black;
}

.news-content h1:hover {
	text-decoration:underline;
	color:black;
}

.news-content h1 a:visited {
	text-decoration:none;
	color:black;
}

.news-content-right {
	padding-bottom:15px;
	padding-top:2px;
	font-family:"Trebuchet MS";
	font-size:10px;
	padding-right:20px;
	padding-left:10px;
}

.news-picture {
	padding-left:8px;
	border-width:0px;
}

.news-content-small {
	padding-left:10px;
	font-family:"Trebuchet MS";
	font-size:10px;
}

.content-title {
	background-image:url('images/titletop.jpg');
	background-repeat:no-repeat;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#0F396C;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:white;
	padding-left:19px;
	padding-top:3px;
	margin-top:18px;
	margin-right:15px;
	margin-bottom:7px;
	margin-left:10px;
}

.side-content-left-title {
	background-image:url('images/titletop.jpg');
	background-repeat:no-repeat;
	font-family:"Trebuchet MS";
	font-weight:bold;
	color:white;
	height:20px;
	width:100px;
	margin-top:5px;
}

.side-content-left-title h1 {
	font-size:10px;
	padding-top:4px;
	margin-bottom:-5px;
	padding-left:7px;
}

.side-content-left-title h2 {
	font-size:12px;
	padding-top:2px;
	margin-bottom:-5px;
	padding-left:19px;
}

.side-list {
}

.side-list ul {
	list-style:none;
	font-family:"Trebuchet MS";
	font-size:10px;
	margin-bottom:2px;
	margin-top:3px;
}

.side-list li {
	margin-top:5px;
	margin-left:-33px;
	padding-right:10px;
}

html>body .side-list li a {
	text-decoration:none;
	border-style:none;
}

.side-list li img {
	border-style:none;
}

.side-list li a:hover {
	color:red;
}

.side-list-main ul {
	list-style:square;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#0F396C;
	margin-bottom:2px;
	list-style-image:url('images/redot.png');
}

.side-list-main li {
	margin-top:5px;
	margin-left:-19px;
	padding-right:10px;
}

.side-list-main a {
	text-decoration:none;
	color:#0F396C;
}

.side-list-main a:hover {
	color:red;
}

.side-content-right-title {
	background-image:url('images/titletop.jpg');
	background-repeat:no-repeat;
	background-position:center;
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:11px;
	color:white;
	height:20px;
	width:100px;
	margin-top:18px;
	text-align:center;
	padding-right: 8px;
	padding-top:5px;
}

.anuncio {
	background-color:#0F396C;
	margin:8px 4px 4px 4px;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:white;
}

.anuncio a {
	color:white;
}

.anuncio a:hover {
	color:red;
}

.side-banner {
	height:224px;
	width:100px;
	border:1px gray solid;
	font-family:"Trebuchet MS";
	font-size:11px;
}

.banner-first {
	margin-left:20px;
	margin-bottom:6px;
	border:0px;
	border:1px silver solid;
}

.banner-med {
	margin-left:8px;
	margin-bottom:5px;
	border:1px silver solid;
}

.banner-sm {
	margin-left:4px;
	margin-bottom:5px;
	border:1px silver solid;
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-width:0px;
    margin-top:2px;
    margin-bottom:-26px;
}

/* Hack for Explorer to use the previous rule and other browser this */
html>body IMG.centered {
	margin-top:3px;
	margin-bottom:3px;
} 

.menu ul {
	list-style:none;
}

.content-page-top {
	border-bottom:1px black solid;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:#0F386C;
	border-bottom-style:none;
}

.content-page-top-other {
	text-align:center;
}

.content-page-top-other a {
	text-align:center;
	color:black;
}

.content-page-top ul {
	list-style-type:none;
}

.content-page-top li {
	margin-top:0px;
	margin-bottom:0px;
}

.content-page-top-menu {
	border-bottom:2px black solid;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	margin-top:20px;
	padding-top:2px;
	text-align:center;
}

.content-page-top-menu a {
	text-decoration: none;
	color: black;
	text-align:center;
}

.content-page-text {
	font-family:Verdana;
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
	margin-top:15px;
}

.content-page-text input {
	border:1px gray solid;
	}

.content-page-text textarea {
	border:1px gray solid;
	}
	
.content-page-text select {
	border:1px gray solid;
}


.content-page-text ul {
	list-style-type:none;
}

.content-page-text li {
	border:1px gray solid;
	padding: 10px 10px 10px 10px;
	margin-bottom:15px;
}

.content-page-text p {
	margin-top:0px;
	margin-bottom:0px;
}

.content-page-text h1 {
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:1px gray solid;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}

.content-page-text a {
	text-decoration:none;
}

.bottom-menu {
	text-align:center;
	margin-bottom:-30px;
	margin-top:15px;
}

.bottom-menu ul {
	list-style-type:none;
	display:inline;
	text-align:center;
	margin-bottom:-20px;
}

.bottom-menu li {
	display: table-cell;
	position: relative;
	padding-left:10px;
	padding-right:10px;
	float: left;
	margin-bottom:-11px;
}

.logo-bottom {
	float:right;
	vertical-align:top;
}

.bottom-bar {
	margin-top:26px;
	margin-bottom:5px;
	font-family:Verdana;
	font-size:9px;
	background-color:#0F396C;
	color:white;
	height:16px;
	padding-top:2px;
	vertical-align:bottom;
}

.bottom-sml-logo {
	background-image: url('images/sml.gif');
	background-repeat:no-repeat;
	cursor: pointer;
	vertical-align:top;
	padding-top:6px;	
}

.content-picture {
	margin: 5px 12px;
}

.form {
	border:1px gray solid;
	padding:15px;
	margin-left:40px;
	padding-bottom:0px;
	margin-bottom:0px;
}

/* Fix IE. Hide from IE Mac \*/
/* html ul li { float: left; }
/* html ul li a { height: 1%; }
/* End */

.right-text {
	text-align:left;
	margin-left:10px;
}

.right-text a {
	font-size:3px;
	color:white;
}

#link-votes {
	font-size:11px;
	color:#0F396C;
}

#link-votes-error {
	font-size:8px;
	color:#0F396C;
	font-weight:normal;
}

#link-votes-form {
	font-size:9px;
	color:#0F396C;
}

.mailing {
	background-image:url('images/mailing bg.gif');
	background-repeat:no-repeat;
	background-position:left top;
	margin-top:10px;
	margin-left:5px;
	height:95px;
}

.mailing input {
	border:1px gray solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:1px;
	margin-bottom:2px;
}

.mailing form {
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
}

.contactFormArea {
	border-style:none;
}

.mailing fieldset {
		border-style:none;
		margin-top:5px;
}

.mailing form {
		border-style:none;
}

.mailing #text {
	width:100px;
}





