@charset "utf-8";

/* CSS Document */
/* Updated on February 3, 2009 */


body {
	background-color: #F2F2F2;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFBCC;
	font-size: 12px;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.errmsg {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}

A:link {
	color:#990000;
	text-decoration: none;
} 

A:hover {
	color: #990000;
	text-decoration: underline;
}

A:visited {
	color: #990000;
	text-decoration: none;
}

.maintable {
	width: 900px;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
}

.leftcol {
	width: 200px;
	background-color: #FFFFCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9E756;
	border-right-color: #C9E756;
	border-bottom-color: black;
	border-left-color: black;
}

.rightcol {
	width: 200px;
	background-color: #FFFFCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C9E756;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: #C9E756;
}

.bottomborder {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.maincontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newscontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.newscontentheader {
	font-family: Geneva, Arial, Helvetica, sans-serifl;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.othercontent {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.postertitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.newsmenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.newstitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}

.urgentnewsbox {
	text-align: center;
	width: 400px;
	height: auto;
	border: 1px solid #99b3b4;
	background-color: #FFFFCC;
}

.urgentnewstitle {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #990000;
}

.urgent_title {
	font-size: 18px;
	font-weight: bold;
}

.urgent_title a {
	color: #993333;
}

.urgent_title a:hover {
	text-decoration: underline;
}

.textinput {
	border: 1px solid #99b3b4;
	width: 300px;
	height: 300px;
	background: #e4ebeb url(../images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
	height: 100px;
}

.largetextinput {
	border: 1px solid #99b3b4;
	width: 850px;
	height: 600px;
	background: #e4ebeb url(../images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
	height: 100px;
}

.textinput:focus{
	border:1px solid #567475;
	background: #e4ebeb;
}

.dateinput{
	border: 1px solid #99b3b4;
	width: 100px;
	background: #e4ebeb url(../images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}

.storylistheader {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #990000;
}

.error_message {
	color:#FF0000;
	font-weight: bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.buttons {
	border: 1px #000000 solid;
	width: auto;
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
}

.menu_bar {
	background-image: url(../images/menu-filler.jpg);
	background-color: #990033;
}

/* Login Form */

.input {
	border: 1px solid #99b3b4;
	width: 220px;
	background: #e4ebeb url(../images/input_stripe.gif);
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	outline:none;
}

.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}

.submit-btn {
	width: 54px;
	height: 20px;
	background:url(../images/submit.gif) no-repeat;
	outline: none;
	vertical-align:top;
	border:0;
	margin:5px 0 0 0;
	float:right;
}

.submit-btn {
	margin:10px 0 0 0;
}

.submit-btn:hover {
	background: url(../images/submit.gif) no-repeat 0 -20px;
}

div#container {
	border:1px solid #99b3b4;
	padding:5px;
	margin:100px auto auto auto;
	width:230px;
}

.clear {
	clear:both
}

#log {
	padding:5px;
	margin:20px auto auto auto;
	width:800px; 
	text-align: center;
} 

#log p {
	margin:0;
	padding:4px 0 4px 0; 
	font-size: 14px; 
	font-weight: bold;
}

.error {
	color:red;
	margin:0;
	padding:0;
}

.msg {
	color:green;
	margin:0;
	padding:0;
}

hr {
	border:1px dashed #99b3b4;
	margin:0;
	padding:0;
}

select {
	border: 1px solid #99b3b4;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
}

div.pages div,div.pages a { 
	margin-right:1px;
	padding:1px 5px 2px 5px;
	border:1px solid #99b3b4;
	text-decoration:none;
	font-size:12px;
	color:#99b3b4;
}

div.pages div,div.pages a:hover { 
	border:1px solid #99b3b4;
	background-color:#99b3b4;
	color:#fff;
}

div.pages .current {
	border:1px solid #443;
	background-color:#99b3b4;
	color:#fff;
}

div#titlebar {
	width:800px;
	height:86px;
	background-image:url(../images/titlebar.jpg);
	margin:50px auto auto auto;
	border:1px;
	border-color:#FFFFFF;
}

/* End Login Form */

/* PAYPAL PAYMENT PAGES */

.label {
	font-weight: bold;
}


