﻿/* GENERAL */

body {
	background-color:#333333;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-image:url(/2007/images/default/bg.gif);
	background-repeat:repeat;
}
a {
        //color:#003300;
        //color:#6699CC;
	color:#003366;
	text-decoration:none;
	font-weight:bold;
/*	font-size: 10pt;*/
}
a:hover {
        
	text-decoration:underline;
}
a:visited {
		color: #660099;
}

.storytitle a{
       color:#003300;
}

.entry-title a{
      color:#003300;
}

.entry-utility a{
      color:#003300;
}

.entry-meta a{
      color:#003300;
}

.meta a{
       color:#003300;
}

.feedback a{
       color:#003300;
}

.SideColumnList a {
       color:#003300;
}

img {
	border:0px;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
td {
	font-size: 10pt;
}

.input-box {
	float: left;
	color:#622B68;
	background: #feb;
	border: #26a solid 1px;
}
.submit-button {
	margin-left: 5em;
	clear: both;
	background: #33CCFF;
	border: 2px #9cf outset;
}
.clear-submit-button {
	text-decoration:none;
	color:#388C9E;
	border: 0px;
	margin: 0px;
	font-size: 10pt;
	text-align:left;
	background-color: transparent;
	padding: 0px 0 0 0;
}
form {}
fieldset {
	border: #26a solid 1px;
	width: 100%;
	padding: 5px 2px 5px 2px;
}
legend {
	background: #fb0;
	border: #26a solid 1px;
	padding: 1px 10px;
	font-weight:bold;
}
table.title {
	border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: #ff9b04;
}
table.title td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	background-color: #ff9b04;
}


/* STUFF */

.outer {
	background-image:url(/2007/images/default/tile.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:260px;
}

.content {
	margin-top:1px;
}



/* MAIN SITE CONTAINER */
.wrapper {
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	background-color:#E6E6E6;
	/*border: solid 1px #000000;*/
	padding:0px;
}

/* BANNER, NAVIGATION, ETC */
.header {
	width:760px;
	height:230px;
	background-image:url(/2007/images/default/headers/rotate.php);
	background-repeat:no-repeat;
}

/* LOCATION, REGISTER BUTTON, (CONTACT INFO) */
.header .topinfo {
	width:100%;
}
.header .topinfo .location{
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:0px;
	vertical-align:super;
}
.header .topinfo .register {
	text-align:right;
}
.header .topinfo .register a {
	font-weight:bold;
	color:#BB0000;
	font-size:13pt;
	text-decoration:none;
}
.header .topinfo .register a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* NAVIGATION */
.header .menu {
	position:absolute;
	top:182px;
	width:100%;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
}
.header .menu a {
	color:#FFFFBF;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}
.header .menu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.header .submenu{
	font-size:9pt;
	position:absolute;
	top:212px;
	width:100%;
	text-align:center;
}
.header .submenu a{
	color:#003300;
	text-decoration:none;
	font-weight:bold;
}
.header .submenu a:hover{
	color:#AA0000;
	text-decoration:underline;
}

/* ADDITIONAL INFORMATION (e.g. GUESTS, SPECIAL EVENTS, etc) */
.sidebar {
	margin-top:15px;
	width:157px;
	margin-left:5px;
	float:left;
	margin-right:5px;
}
html>body .sidebar {
	margin-top:15px;
	width:157px;
	margin-left:10px;
	float:left;
	margin-right:5px;
}
.sidebar .top {
	height:70px;
	background-image:url(/2007/images/default/sidebartop.jpg);
	background-repeat:no-repeat;
	text-align:center;
	color:#FFFFFF;
	padding:0px;
	vertical-align:text-bottom;
}
.sidebar a {
    color: #FFFFFF;
}
.sidebar a:hover {
	color:#BB0000;
}
.sidebar p {
	color: #FFFFFF;
	padding-left:9px;
	padding-right:9px;
	margin:0px;
	background:url(/2007/images/default/sidebarmid.jpg);
	background-repeat:repeat-y;
	text-align:center;
}
.sidebar em {
	font-size:12pt;
	color:#FDFAD5;
}
.sidebar hr  {
	background-image:url(/2007/images/default/blackhr.gif);
	background-repeat:no-repeat;
	height:10px;
	width:140px;
}
.sidebar .bot {
	height:20px;
	background-image:url(/2007/images/default/sidebarbot.jpg);
	background-repeat:no-repeat;
}

/* MAIN CONTENT WINDOW */
.main {
	margin-top:15px;
	margin-bottom:10px;
	width:582px;
	top:250px;
	background:url(/2007/images/default/mainmid.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
html>body .main {
	margin-top:15px;
	margin-left:175px;
	margin-bottom:10px;
	width:582px;
	background:url(/2007/images/default/mainmid.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
.main ul, .main ol {
	font-size:9pt;
}
.main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.main b {
	font-size:10pt;
}
.main a {
	color:#448F9D;
	text-decoration:none;
	font-weight:bold;
}
.main table {
	margin-left:15px;
	margin-right:15px;
}
.main td {
	font-size: 10pt;
	vertical-align:top;
}
.main .top {
	height:58px;
	background-image:url(/2007/images/default/maintop.jpg);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:19px;
	margin:0px;
	margin-left:-20px;
	margin-right:-20px;
}
html>body .main .top {
	margin-top:-20px;
	margin-left:-20px;
	margin-right:-20px;
}
.main .top h2 {
	margin:0px;
	padding:0px;
	font-size:13pt;
	color:#030A56;
}
.main .bot {
	height:20px;
	background-image:url(/2007/images/default/mainbot.jpg);
	background-repeat:no-repeat;
	margin-left:-20px;
	margin-right:-20px;
}
/*
.main .news {
	background-color:#E7E9FE;
	border: solid 1px #000033;
	width:540px;
	margin-left:15px;
}
.main .news .title {
	border-bottom:dashed 1px #000033;
	font-weight:bold;
	font-size:12pt;
	color:#030A56;
}
.main .news p {
	margin:10px;
	margin-bottom:0px;
}
*/

/* NO SIDEBAR VERSION */
.mainwide {
	margin-top:15px;
	margin-left:15px;
	margin-bottom:10px;
	width:737px;
	top:250px;
	background:url(/2007/images/default/mainwidemid.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
html>body .mainwide {
	margin-top:15px;
	margin-left:20px;
	margin-bottom:10px;
	margin-right:10px;
	width:737px;
	background:url(/2007/images/default/mainwidemid.jpg);
	background-repeat:repeat-y;
	padding-top:0px;
	padding-left:20px;
	padding-right:20px;
}
.mainwide ul, .main ol {
	font-size:9pt;
}
.mainwide p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.mainwide b {
	font-size:10pt;
}
.mainwide a {
	color:#448F9D;
	text-decoration:none;
	font-weight:bold;
}
.mainwide table {
	margin-left:15px;
	margin-right:15px;
}
.mainwide td {
	font-size: 10pt;
	vertical-align:top;
}
.mainwide .top {
	height:58px;
	background-image:url(/2007/images/default/mainwidetop.jpg);
	background-repeat:no-repeat;
	text-align:left;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:19px;
	margin:0px;
	margin-left:-20px;
	margin-right:-20px;
}
html>body .main .top {
	margin-top:-20px;
	margin:0px;
	margin-left:-20px;
	margin-right:-20px;
}
.mainwide .top h2 {
	margin:0px;
	padding:0px;
	font-size:13pt;
	color:#030A56;
}
.mainwide .bot {
	height:20px;
	background-image:url(/2007/images/default/mainwidebot.jpg);
	background-repeat:no-repeat;
	margin-left:-20px;
	margin-right:-20px;
}
/*
.mainwide .news {
	background-color:#E7E9FE;
	border: solid 1px #000033;
	width:540px;
	margin-left:15px;
}
.mainwide .news .title {
	border-bottom:dashed 1px #000033;
	font-weight:bold;
	font-size:12pt;
	color:#030A56;
}
.mainwide .news p {
	margin:10px;
	margin-bottom:0px;
}
*/


/* OTHER CLASSES */

.style1 {
	color: #000099;
	font-weight: bold;
}
.style2 {
	color:#622B68;
	font-weight: bold;
	font-size: 13pt;
}
.style3 {
	font-size: 9pt;
}
