﻿a:link
{
	color: rgb(255,204,0); 
	border-style: none;
	text-align: center;
}
a:visited
{
	color: rgb(255,255,153); 
	border-style: none;
} 
a:active 
{
	color: rgb(255,51,0);
	border-style: none;
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	margin: 0;
	padding: 0;
	font-size:small
}

}
#masthead {
      text-align:center
      font: Lucida Calligraphy;
      border-width: 0px;

      

}

      
.topmenu a:link, .topmenu a:visited {
color:#FFFFFF;
font-weight:bold;
height:41px;
line-height:41px;
text-decoration:none;
padding:19px 8px;

}

.topmenu a:hover {
color:#9ACA14;
font-weight:bold;
/*background-image:url('../images/Template/marker.jpg');*/
/*background-repeat:no-repeat;*/
/*background-position:bottom center;*/
}

#menu {
	clear: both;
	height: 40px;
	background-image:url('../image_folder/Template/topnav_bg.gif');

}

#menu ul {
	height: 28px;
	padding: 12px 0 0 20px;
	
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 20px;
	
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;  
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item a {
	
	color: #B42600;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#right_col {
	width: 200px;
	float: right;
	margin-right:10px
}

#right_col2 {
	width: 200px;
	float: right;
	margin-right:10px
	border-width: 0;
      background-color: #333333;
      text-align: center;

}


#page_content {
	margin-left: 20px;
	margin-right: 25px;
	
}

#footer {
	clear: both;
	text-align:center
}




h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,0,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}
/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 5px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url("../image_folder/Template/dot.gif") no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 2px solid #7B9418;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {

}

/*content decoration elements*/
.article_seperator{
height:10px;
background-image:url("../image_folder/Template/dot.gif");
background-repeat:repeat-x;
}



/*modules and articles*/
.module {
background-image:url("../image_folder/Template/dot.gif");
background-repeat:repeat-x;
background-position:bottom;
padding:5px 0px;
}

.bluebox {
background-image:url("../image_folder/blueback.jpg");
background-repeat:repeat-x;
padding:16px;
}

.boxsep {
background-image:url("../image_folder/horshadow.jpg");
background-repeat:no-repeat;
background-position:center;
height:20px;
}

.articles {
padding:10px;
}

.leftarticle {
float:left;
width:25%;
}

.centerarticle {
float:left;
width:25%;
padding-left:8px;
}

.rightarticle {
float:left;
width:25%;
padding-left:8px;
}

//image styles
.otherimages {
	border-style: solid;
	border-width: 3px;
	margin-left: 8px;
	margin-right: 8px;
	float:left
}

.topimage {
	border-style: solid;
	border-width: 3px;
	margin: auto 8px auto auto;
	float: left;
	width: 300px;
	}

