body {
	color:#666666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #CBCBCB;
}
html, body, #wrapper {
	height:relative;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 760px;
}

#header{
	height: 130px;
	text-align: center;
	background-color: #FFFFFF;
}

#left {
	float:left;
	width: 230px;
	padding: 0px;
}

#right {
	float:right;
	width: 499px;
	color: #333333;
	padding: 15px;
	background-color: #FFFFFF;
}

#footer{
	clear:both;
	text-align: center;
	background-color: #93A2C3;
	margin: 0px;
	height: 50px;
	width: 230px;
}

#footer p {
	font-size: 90%;
	color:#FFFFFF;
	background-color: #93A2C3;
	padding-top: 17px;
}

p {
font-size: 100%; 
color: #666666;
border-color: #333366;
}

#left p{
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.2em;
	text-align: center;
	border-color: #333366;
}

#right p {
	font-size: 12px; 
	color: #666666;
	line-height:1.2em;
	border-color: #333366;
}
h1 {
	color: #FF6600;
	font-size: 110%;
	border-bottom: 2px solid #333366;
	text-align: left;
}
h2 {
	font-size: 105%;
	color: #CC6666;
	margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #336666;
}
h4 {
	color: #333333;
	font-size: 110%;
	border-bottom: 2px solid #336666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul {
	font-size: 12px;
	color: #666666;
}

ol {
	font-size: 12px;
	color: #336666;
}

a:link {color:#333399;}
a:visited {color:#333366;}
a:active {color:#990000;}
a:hover {color:#CC0000; text-decoration:none}	

table.navbar {
	border-collapse: collapse;
	height: 100%;
}
table.navbar td {
	text-align: center;
	border-bottom: 3px solid white;
	
}
table.navbar td a{
	display: block;
	width: 230px;
	text-decoration: none;
}
table.navbar td a:link, table.navbar td a:visited {
	color: #FFFFFF;
	background-color: #A4C1E1;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}
table.navbar td a:hover, table.navbar td a:active {
	color: #FFFFFF;
	background-color: #93A2C3;
	font-size: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
}

table.navbar td a.submenu {
	height: 100%;
	font-size: 9px;
	font-style: italic;
	color:#333366;
	width: 210px;
	padding: 0px 10px 8px 10px;
}


table.quote {
	border: 1px solid #93A2C1;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.quote td {
	text-align: left;
	font-size: 10px;
	color: #000066;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
table.quote p {
	text-align: left;
	font-size: 10px;
	color: #000066;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
table.events {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.events td {
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}
table.right {
	margin-left: 10px;
	margin-bottom: 5px;
}
form {
	font-size: 12px;
	color: #666666;
}

.fineprint {
	font-size: 10px;
	color: #336666;
}

.white {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.quotes {
	font-size: 10px;
	color: #993300;
	text-align: left;
	padding: 5px;
}

.quote {
	color: #993300;
}

.code {
	font-size: 100%;
	border: 1px dashed #CCCCCC;
	padding: 10px;
	margin: 20px;
}

.validbutton {
	font-size: 90%;
	border: 1px solid #B83D3D;
	padding: 4px;
	margin-right: 6px;
}
.button {
	border: 2px solid #93a2c3; 
	padding: 5px 5px 5px 5px; 
	background-color:#333366;
}

.nodecoration a:link {text-decoration:none; color:#ffffff;}
.nodecoration a:visited {text-decoration:none; color:#ffffff;}
.nodecoration a:active {text-decoration:none; color:#ffffff;}
.nodecoration a:hover {text-decoration:none; color:#ffffff;}

.nodecoration {margin: 0px 0px 25px 0px;}




.title {
	font-size: 24px;
	color: #333366;
}

.orange {
	font-weight: bold;
	color: #FF6600;
}
blockquote {
	margin-bottom: 10px;
	color: #666666;
	font-size: 10px;
}
table.white_on_color td {
	color: #FFFFFF;
}
table.white_on_color td a:link, table.white_on_color td a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
}
table.white_on_color td a:hover, table.white_on_color td a:active {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
}
