body {
	background:   #6E6F71;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */	
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-top: 10px; 
	margin-right: 20px;
}


h1 {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	color: #990000;
	margin: 0px;
	text-indent: 0px;
	padding: 7px 0px 7px 0px;
}

h2 {
	font-size:18px;
	color: #009900;
	margin: 10px;
}	


li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 790px;
	margin: 0px auto;
	background: url(images/contentbg.gif);
	z-index: -1;
}

div#top{
	background: url(images/top.gif);
	width: 790px;
	height: 23px;	
	margin: 0px auto;
	clear: both;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: #fff;
	
 }
 

div#header { 
	background: url(images/header.jpg);
	width: 770px;
	height: 185px;
 }

div#content {
	background: #fff;
	float: right;
 }

div#pagetext {
	width: 570px;
	background: #fff;
	float: left;
		
}


div#pagetext a:link{
	color:#0000CC;		
}

div#pagetext a:visited{
	color:#000066;		
}


div#right{
	margin-top: 20px;
	width: 185px;
	background: #fff;
	float: left;
	border-right: 1px solid #330000;

}

  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	margin-left: 20px;
	text-align:left;
	
}

.right {
	margin: 15px;
	float: right
}

.right img{
	border: 3px solid #990000;
	padding: 4px;
}


div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

 
 div#links {
 	background: #f8f8f8;
 	width: 761px;
 	color: #fff;
 	text-align: center;
 	clear: both;
 	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #fff;
	margin-top: 20px;
 }
 

div#links a:link {
	color: #990000;
	font-weight:bolid;
} 

div#links a:visited{
	color: #990000;
}
 
  div#bottom{
  	background: url(images/bottombg.gif);
	background-repeat: no-repeat;
 	width: 790px;
	height: 36px;
	margin: 0px auto;
	clear: both; 
 }
 
 
 /* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;

}
img.right {
	margin: 30px;
	border: 2px solid #fff;
	float: right
}

 div#copyright {
 	background: #330000;
 	width: 761px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear:both;
	padding: 10px 0px 10px 0px;
 }

/* ----------------- ADMIN LOGIN DIV ----------------- */ 
div#owner {
	background: #330000;
 	width: 761px;
	margin: 0px auto;
	border-bottom: 5px solid #fff;
}
a#admin {
	background: url(images/admin.gif) no-repeat;
	background-position: 100% 0px;
	height: 15px;
	width: 95px;
	margin: 0 auto;
	display: block;
}

a#admin:hover {
	background-position: 0% -18px;
}

 /* ----------------- NAVIGATION ----------------- */

/* ----------------- NAVIGATION ----------------- */

#mainnav {
	background: #990000;
	margin: 0px auto;
	height: 35px;
	clear: both;

}


#mainnav li {
	display: inline; 

}
applet {
	position: relative;
	top: 194px;
	left: 8px;
}


#mainnav li a {
			font-size: 11px;
			float: right;
			display: block;
			height: 15px;
			padding: 10px;
			font-family: Tahoma;
			font-weight: bold;
			text-align: center; 
			text-decoration: none; 
			background: #990000;
			color: #fff; 
			border-left: 1px solid #fff; 
}

#mainnav li a:hover { 
			text-decoration: none;
			color:#fff;
			background: #330000;
		
			
}

#mainnav .current { 
			text-decoration: none;
			color: #ffff00;
			background: #330000;	
			
}


/*------------Form-----------------*/


fieldset {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	border: 0px;
  
  }
  
  input {
  background-color:#FFFF00;
  border: 2px solid #990000;
  
  }
  
   input.btn {
  background-color: #ffcc33;
  
  }
img.poweredby {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
