/***************************************
 * Global
 ***************************************/

body, p, table, td, tr {
}
a:link, a:visited {
	color: #3A5F7C;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FFAE00;
}

/***************************************
 * Useful styling
 ***************************************/
 
.table-brpad td {
	padding: 0 5px 5px 0;
}

/***************************************
 * Headers
 ***************************************/

h1 {
	display: none;
}
h2 {
	margin: 0;
	text-align: left;
	border-bottom: 3px double #999999;
	padding-bottom: 5px;
}
h3 {
	text-align: left;
}
h4 {
	font-weight: normal;
	text-decoration: underline;
}

/***************************************
 * Page Layout
 ***************************************/

body {
}

/***************************************
 * Main Layout
 ***************************************/

#main {
}
#quick {
	display: none;
}
#quick li {
	display: inline;
}
#ad {
	display: none;
}
#content {
}
#content * {
}

/***************************************
 * Right Navigation Layout
 ***************************************/

#col-right {
	display: none;
}

/***************************************
 * Left Navigation Layout
 ***************************************/
 
#col-left {
	display: none;
}

/***************************************
 * Footer Layout
 ***************************************/

#footer {
	border-top: 3px double #999999;
	padding-top: 5px;
}

/***************************************
 * Forms
 ***************************************/
 
textarea, .form-text {
	padding: 3px;
}
select {
	padding: 1px;
}
.form-i-expanded {
	width: 70%;
	margin-right: -100px;
}
.form-line {
	clear: both;
	height: 30px;
	vertical-align: middle;
}
.form-line label {
	padding-top: 3px;
	font-weight: bold;
	width: 160px;
}
.form-line > * {
	float: left;
}
.form-line-c {
	clear: both;
	height: 25px;
}

/***************************************
 * News
 ***************************************/
 
.news-entry {
	 margin-top: 10px;
	 margin-bottom: 15px;
 }
.news-category {
}
.news-title, .news-title a:link, .news-title a:visited {
	margin-bottom: -1px;
}
.news-subtitle {
	color: #444444;
	font-weight: bold;
	font-style: oblique;
}