﻿* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: arial, sans-serif;
}

h1 {
	font-size: 120%;
	color: #0c3dfb;
}

h2 {
	font-size: 90%;
	color: #0c3dfb;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:25px;
	padding-bottom: 0px;
}

h3 {
	font-size: 100%;
	color: #0c3dfb;
}

p {
	font-size: 90%;
}

form 
{
    font-size: 90%;
}

a {
	color: blue;
	text-decoration: none;
}

li {
	font-size: 90%;
}

#container {
	margin: 10px auto;
	width: 845px;
	background-color: #ffffff;
}

#banner {
	width: 100%;
	height: 80px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 150px;
	height: 720px;
	background: url(../images/menubgfade.jpg);
}

#menu {
	width: 150px;
}

#menu ul {
	width: 140px;
	list-style-type: none;
	margin-left: 10px;
}

#menu li {
	height: 29px;
}

#menu a {
	width: 135px;
	display: block;
	color: #00f;
	line-height: 27px;
	background-color: #c1bffe;
	padding-left: 5px;
	font-size: 80%;
}


#menu li a.current {
	color: #ff0;
}

#menu a:hover {
	color: #ffa500;
}

#menu li a:hover.current {
	color: #ff0;
}


/* link icons */
#links {
	color: #000;
	float:left;
	padding-top: 40px;
	padding-left: 10px;
}

#links p {
	padding-bottom: 15px;
}

#links a {
	color: #666;
	font-size: 80%;
	font-family: arial,helvetica,verdana,sans-serif;
	padding-left: 20px;
}

a.pdf {
	background: url('../images/pdf.gif') no-repeat left top;
}

a.print {
	background: url('../images/print.gif') no-repeat left top;
}

a.text {
	background: url('../images/text.gif') no-repeat left top;
}

a.gif, a.jpg {
	background: url('../images/text.gif') no-repeat left top;
}

/* Content */
#content {
	float: left;
	width: 660px;
	border: 1px solid #000;
	background-color: #eeeeee;
	padding: 10px;
	margin-left: 10px;
}

#content h1 
{
    padding-top: 15px;
	padding-bottom: 15px;
}

#content h2 {
	padding-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
	padding-right: 10px;
}

#leftcol {
	float: left;
	width: 400px;
	text-align: justify;
}

#rightcol {
	float: left;
	width: 200px;
}

/* Table layout */
.row {
	float: left;
	width: 600px;
	padding-bottom: 5px;
}

.row input {
	width: 200px;
}

.row span.label {
	width: 155px;
	float: left;
	text-align: right;
	font-size: 90%;
}

.row span.widget {
	width: 430px;
	float: right;
	text-align: left;
}

.message 
{
    color: Red;
}

#login 
{
    font-family: Arial;
    font-size: 70%;
    color: Red;
}

/* CSS for div grid layout */
.outer {
	clear: both;
	width: 92%;
	border: 1px solid #006;
	height: 200px;
	overflow: hidden;
	background-color: #3a2a7d;
	margin: 0 auto;
	margin-bottom: 10px;
}

html > body .outer {
	height: auto;
}

.outer .header {
	background-color: #006;
	color: #fff;
	height: 20px;
	font-size: 75%;
	padding: 2px 0px 0px 3px;
}

.tr {
	background-color: #e1e1e8;
	font-size: 70%;
	padding: 2px 0px 0px 3px;
	height: 20px;
}

html > body .tr {
	height: auto;
	min-height: 20px;
}

.odd {
	background-color: #fff;
}

.col1 {
	float: left;
	width: 50%;
	text-align: left;
}

.col2 {
	float: left;
	width: 30%;
	text-align: left;
}

.col2 p {
	font-size: 100%;
}

.col3 {
	float: left;
	width: 18%;	
	text-align: left;
}

.table {
	overflow: auto;
	height: 200px;
}

div.newsitem .datePosted
{
    float: left;
}

div.newsitem .title
{
    float: left;
}

div.newsitem
{
    clear: both;
    margin-bottom: 10px;
}
