﻿/*============================================================================*/
/* Global Tags */
/*============================================================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #BEDDED;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
}

a {
	color: #CC3333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	/*font-style: italic;*/
	margin: 5px 0 2px 0;
}

form {

}

table, td, th {
	font-size: 100%;
	border-collapse: collapse; 
}

p {
	margin: 5px 0 5px 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic; /* Bug in IE6 on line brakes */
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}


/*============================================================================*/
/* Modifier classes */
/*============================================================================*/

.warning, .attention {
	color: #FF0000;
}

.info, .information {
	color: #00C000;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}

.hidden {
	visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.break {
	clear: both;
	height: 0;
}


/*============================================================================*/
/* Containers and boxes
/*============================================================================*/

#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 760px;
}

#frame {
	
}

#content {

}

.narrow {
	float: left;
	width: 560px;
}

.wide {
	float: none;
}

#sidebar {
	background-color: #A0C0D9;
	font-size: 95%;
	float: right;
	padding: 0;
	width: 200px;
}

.adsense {
	text-align: center;
}

.block {
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
}

.buttons {
	text-align: center;
	padding: 10px;
}


/*============================================================================*/
/* Header */
/*============================================================================*/

#header {
	background: #3080C0 url(images/header.jpg) no-repeat;
	color: #F0F0F0;
	height: 80px;
	border-top: 10px solid #BEDDED;
}

#header a {
	display: block;
	color: #F0F0F0;
	font-size: 17px;
	font-weight: bold;
	padding: 55px 0 5px 98px; /* fix botoom padding if font size is changed */
}

#header a:hover {
	text-decoration: none;
}


/*============================================================================*/
/* Menu */
/*============================================================================*/

#menu {
	height: 1.4em;
	padding: 5px 0 5px 0;
	background: #CC3333;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	border-right: 1px solid #FFFFFF;
}

#menu a {
	background-color: transparent; /* Noimages header fix */
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding: 5px 8px;
	text-transform: uppercase;
}

#menu a:hover {
	color: #FFCC99;
	text-decoration: none;
}


/*============================================================================*/
/* Content */
/*============================================================================*/

#content h5 a, #content h6 a {
	color: #000000;
}

#content .block .center, #content .block center {
	margin: 10px 0 10px 0;
}

#content .block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

#content .block ul ul, #content .block ul ul ul, #content .block ul ul ul {
	margin: 2px 0 2px 25px;
}

#content .block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

#content .block .multicols li {
	float: left; 
	list-style-type: none;
	text-align: left;
	padding-right:5px;
	width: 230px;
}

#content .block .link {
	text-align: right;
	padding: 5px 5px 5px 0;
}

#content .adsense {
	padding: 20px 0 10px 0;
	
}

/*----------------------------------------------------------------------------*/
/* Table block */

.table {
	background-color: #A0C0D9;
 	border: 1px solid #CC3333;
	margin: 10px auto 10px auto;
	padding: 0;
}

.table th {
	background-color: #FFCC99;
	border-bottom: 1px solid #CC3333;
	padding: 8px;
	text-align: center;
}

.table td {
	padding: 0 10px 10px 10px;
	text-align: center;
}

.table .first td {
	padding-top: 10px;
}


/*----------------------------------------------------------------------------*/
/* Form block */

.form {
	background-color: #A0C0D9;
	border: solid 1px #CC3333;
	margin: 10px auto 10px auto;
	text-align: left;
}

.form .first {
	height: 10px;
	padding: 0 10px;
}

.form th {
	font-weight: normal;
	padding: 5px 0 0 10px;
	vertical-align: top;
	white-space: nowrap;
}

.form td {
	padding: 3px 10px 0 0;
}

.form .edit {
	width: 400px;
}

.form select {
	width: 405px;
}

.form .button {
	font-family: verdana, arial, sans-serif;
	display: inline; /* For IE8 */
}


/*============================================================================*/
/* Sidebar */
/*============================================================================*/

#sidebar .block {
	border-bottom: 1px dotted #CC3333;
	margin: 5px 0 0 0;
	padding: 0 10px;
}

#sidebar .button {
	font-size: 11px;
	padding: 5px 7px;
}

#sidebar .link {
	text-align: right;
	padding: 0 5px 5px 0;
}

#sidebar p {
	margin: 5px 0;
	padding: 0;
}

#sidebar ul	{
	margin: 10px 5px 5px 20px;
}

#sidebar ol	{
	margin: 10px 5px 5px 30px;
}

#sidebar h1, #sidebar h2 {
	color: #000000;
	margin: 5px 0 3px 0;
	font-size: 115%;
	text-align: left;
}

#sidebar h3, #sidebar h4 {
	color: #000000;
	margin: 5px 0 3px 0;
	font-size: 115%;
}

#sidebar h5, #sidebar h6 {
	color: #000000;
	margin: 4px 0 2px 0;
}

#sidebar .adsense {
	padding: 10px 0 10px 0;
	
}


/*----------------------------------------------------------------------------*/
/* Quick launch */

#quick {
	background-color: #FFCC99;
	border-bottom: 1px dotted #CC3333;
	padding: 10px;
}

#quick table {
	width: 180px;
}

#quick th {
	text-align: left;
	padding: 1px;
	width: 50%;
}

#quick td {
	color: #CC3333;
	font-weight: bold;
/*	font-style: italic; */
	padding: 1px;
	white-space: nowrap;
}

#quick .buttons {
	padding: 8px 2px 0 2px;
}

#quick .button {
	background-position: 2px;
	padding-left: 28px;
}


/*----------------------------------------------------------------------------*/
/* Mail List */

#maillist table {
	margin: 10px auto 0 auto;
}

#maillist th {
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
}

#maillist td {
	padding: 2px 0 2px 0;
}

#maillist td input {
	width: 120px;
}

#maillist .buttons {
	padding: 8px 0 10px 45px;
}


/*============================================================================*/
/* Footer */
/*============================================================================*/

#footer {
	background: #CC3333;
	color: #FFFFFF;
	font-size: 11px;
	padding: 10px;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 1px;
}


/*----------------------------------------------------------------------------*/
/* Links */

#links {
	background: #BEDDED;
	color: #808080;
	font-size: 9px; 
	padding: 5px 0 0 0;
	text-align: center; 
}

#links a {
	color: #808080;
}


/*----------------------------------------------------------------------------*/
/* Notice */

#notice {
	background-color: #BEDDED;
	color: #808080;
	font-size: 9px;
	padding: 5px 0;
	text-align: justify;
}

#notice a {
	color: #808080;
}


/*============================================================================*/
/* Button class */
/*============================================================================*/

.button {
	background: #C0C0C0;
	border: #FFF outset 2px;
	color: #000000;
	font-weight: bold;
	padding: 6px 10px;
	display: block;
}

.button:hover {
	text-decoration: none;
}

.button:active {
	border-style: inset;
}

.arrow_right {
	padding-left: 30px;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.arrow_down {
	padding-left: 30px;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


