/* CSS Document */

html, body {
	height: 100%;
	overflow: hidden;
	margin:0px;
	font: 12px/12px Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	color: #333333;
	background: #EDF6FF;
	background-image: url(images/bg_grad.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.conteiner { 
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 0;
	margin: 0 auto;
	padding: 0;
}

.content {
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	width: 950px;
	background: #FFFFFF;
	border-left: solid 1px #B6B6B6;
	border-right: solid 1px #B6B6B6;
}


/* Basic Styles */
a { color: #000099; text-decoration: none; background: inherit; }
a:hover { color: #000099; text-decoration: underline; background: inherit;}
h1 { font-size: 20px; padding: 0; margin: 0;}
h2 { font-size: 16px; padding: 0; margin: 0;}

/* Page Contents */
.links {
	background: #FFFFFF;
	color: #000066;
	font: 13px/13px Arial, Helvetica, sans-serif;
	width: 950px;
	height: 24px;
	margin: 0;
	padding: 0;
 	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

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

.links li { 
    margin: 0;
    padding: 0;
	text-align: center;
    float: left; 
	background: #FFFFFF;
	width: 145px;
	height: 19px;
}

.links a { 
    display: block;
    color: #003E7E;
	text-decoration: underline;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #CCCCCC;
    width: 144px;
	height: 19px;
}

.links a:hover {
    background-color: #CCCCCC;
    color: #0033FF;
	text-decoration: none;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #CCCCCC;
    width: 144px;
	height: 19px;
}

.spacer {
	background-color: transparent;
	width: auto;
	height: 5px;
	margin: 0;
	padding: 0;
}

.sectionhead {
	width: 215px;
	height: 17px;
	background-image: url(images/sect-head.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 3px 0 0 10px;
}

.newshead {
	font-size: 12px;
	padding: 0 0 0 3px;
}

.newsdate {
	font-size: 11px;
	padding: 0 0 5px 3px;
}

.text_padding {
	padding: 5px 5px 5px 5px;
}