H3
	{
	padding:0px;
	margin:0px;
	font-size:large;
	color:#990000;
	font-family:Trebuchet MS, Arial, Helvetica;
	}
	
#leftm
	{
	font-size:11px;
	color:white;
	font-family:arial;
	height:35px;
	width:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
	display:block;
	line-height:35px;
	background-image:url(../new/images/leftbutton.gif);
	}

#leftmblue
	{
	font-size:11px;
	color:white;
	font-family:arial;
	height:35px;
	width:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
	margin-top:0px;
	display:block;
	line-height:35px;
	background-image:url(../new/images/leftbutton_blue.gif);
	}

#leftmblue2
	{
	font-size:11px;
	color:white;
	font-family:arial;
	height:35px;
	width:130px;
	font-weight:bold;
	text-align:center;
	margin-bottom:3px;
	display:block;
	line-height:35px;
	background-image:url(../new/images/leftbutton_blue.gif);
	}

#leftmenu
	{
	width:180px;
	position:relative;
	float:left;
	left:-9px;
	top:0px;
	background-image:url(../new/images/leftbar2.gif);
	background-repeat:no-repeat;
	height:100%;
	padding-top:27px;
	padding-left:3px;
	}
		

#leftmenu_admin
	{
	width:180px;
	position:relative;
	float:left;
	left:-9px;
	top:0px;
	background-image:url(../new/images/leftbar_admin.gif);
	background-repeat:no-repeat;
	height:100%;
	padding-top:57px;
	padding-left:3px;
	}
	


#leftmenu a
	{
	background-color:#330000;
	color:White;
	text-decoration:none;
	}
	
#leftmenu a:hover
	{
	color:yellow;
	text-decoration:none;
	}


#leftmenu_admin a
	{
	background-color:#330000;
	color:White;
	text-decoration:none;
	}
	
#leftmenu_admin a:hover
	{
	color:yellow;
	text-decoration:none;
	}


#maindiv
	{
	font-family:trebuchet ms;
	font-size:small;
	color:#333333;
	font-weight:normal;
	position:relative;
	float:left;
	width:520px;
	padding-left:20px;
	position:relative;
	text-align:justify;
	}	

#topbar
	{
	background-image:url(../new/images/top_logobar2.gif);
	height:90px;
	width:790px;
	background-repeat:no-repeat;
	background-position:left middle;
	}
	
	
.tdhead
	{
	background-Color:#eeeeee;
	color:Black;
	font-family:Arial;
	}
	
#pagebeingaltered
	{
	padding:0px;
	margin:0px;
	color:steelblue;
	font-weight:bold;
	font-size:large;
	}

div.detailrow {
	width: 530px;
	margin: 8px 0;
	clear:both;
}

div.detaillabel {
	font-weight:bold;
	width:80px;
	color:darkslategray;
	float:left;
	padding-bottom:5px;
	margin-right:10px;
}
div.detail {
	width:440px;
	color:steelblue;
	float:right;
	font-weight:bold;
	padding-bottom:5px;
}

	
/* ADMIN AREA */

div.admin_div {
	width:700px;
	text-align:left;
}

div.formrow {
	width: 450px;
	margin: 10px;
}

div.formrow label {
	width:20%;
	float:left;
	text-align:right;
	padding:right: 8px;
}

div.edit_news_form {
	width:450px;
}

.bold {
	font-weight:bold;
}

input.edit_input, textarea.edit_input {
	width:320px;
}

div.admin_links {
	margin-bottom:20px;
}

div.admin_links a {
	background: #CC0000;
	color: white;
	font-weight:bold;
	margin: 2px 8px;
	padding: 2px;
	text-decoration:none;
}

div.edit_stories {
	float:right;
	margin-right:0px;
	border: 3px solid silver;
	width:200px;
	height:400px;
	overflow:auto;
}

div.edit_stories a {
	margin: 0;
	padding: 3px;
	/*float:left;*/
	text-decoration:none;
}

a.story_link {
	font-size: 0.75em;
	font-family:helvetica, arial, verdana, sans-serif;
	width:130px;
	/*float:left;
	clear:left;*/
	margin-bottom:3px;
}

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

a.active_news {
	color:#cc0000;
	background-color:#white;
}

a.inactive_news {
	color:#333333;
	background-color:#dddddd;
}

a.change_activity {
	font-size: 0.7em;
	font-family:helvetica, arial, verdana, sans-serif;
	color:white;
	width: 40px;
	text-align:center;
	text-decoration:none;
	padding:1px;
	background:#222222;
	border-width:1px;
	border-style:solid;
	border-color:white white black black;
	/*float:right;*/
}