body {
	color: #666666;
	background-color: black;
}

/* LAYOUT */

/* dark brown #59360b */
/* light brown #fae9cc */

/* Surrounding table */


#test {
	width: 140px;
	height: 40px;
	background-image: url(cancel_button.gif);

}

.AdminSection {
	color: #666666;
}

.BottomBg {
	height: 80px;
/*	background-image: url(images/background_bottom.jpg); */
}

.around {
	width:700px;
	text-align:center;
	background-color:#fff; /* change */;

	padding: 0;
	margin: 0;
/*	border-left: thick solid #59360b;
	border-right: thick solid #59360b;
	border-bottom: thick solid #59360b;  */
}

.logo {
	
}

hr.line {
	width: 80%;
	color: #ca0020;
	height: 5px;


}

/* Navbar */
.nav {
	border:0px solid #676767;
	width:100%;
	text-align:center;
	height:30px;
	/*background-image: url("images/navbg.gif"); */
	background-repeat: repeat-x;
	vertical-align:middle;
	font-family: Arial;
	font-size: 15px;
	color: #59360b;
}

.navH {
	color: #666666;
}


/* Main content Area */

.maincontent {
	width:100%;
	/*border:1px solid #003082; */

	font-family:Tahoma;
	font-size:10px;
	color:#ca0020;
}



/* Height Gap */

.hg {
	height:5px;
}



/* Red footer bar */

.footerbar {
	width:600px;
	height:6px;
	/*background-image: url("images/footerbg.gif");*/

	background-repeat:repeat-x;
}



/* Footer (w. links) */

.footer {
	/*border-top: thick solid #d6d6d6; */
	width:100%;
}


/* Link back */

.lbt {
	width:600px;	
	text-align:center;
}

/* LINK STYLES */


/* Link back to spyka design */

a.linkback {
	font-size:9px;
	color:#cc6600;
	font-family:Arial;
}


/* Navbar links */

a.navlink, a.navlink:hover {
	font-family:Arial;
	font-size:110px;
	text-decoration:underline;
	color:#ca0020;
}


/* Footer links */

.footerlink {
	font-family:Tahoma;
	font-size:10px;
	color: #cc6600;
	text-decoration:none;
}

.footerlink:hover {
	text-decoration:overline;
	color: #ca0020;
}

/* All other links */

a {
	font-family:Tahoma;
	font-size:10px;
	color: #cc6600;
	text-decoration:none;
}
a:hover {
	text-decoration:overline;
	color: #ca0020;
}

h4{
	font-family:Tahoma;
	font-size:10px;
	color:#000;
}



h3{
	font-family:Tahoma;
	font-size:11px;
	color: #666666;
}

h2{
	font-family:Tahoma;
	font-size:12px;
	color:#000;
}
h1{
	font-family:Tahoma;
	font-size:14px;
	color: #2e1a02;
}

.Error {
	font-family:Tahoma;
	font-size:14px;
	color: #ca0020;
	font-weight: bold;
}

.headerText {
	font-family:Tahoma;
	font-size:14px;
	color: #2e1a02;
	text-decoration: underline;
	font-weight: bold;
}

.header {
	font-family:Tahoma;
	font-size:11px;
	color: #666666;
	font-weight: bold;
}

.headerMan {
	font-family:Tahoma;
	font-size:11px;
	color:#ca0020;
	font-weight: bold;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
border: 1px solid #DFDFDF;
border-width: 1px 0;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #ca0020;
font-weight: bold;
padding: 2px 6px 4px 6px;
text-decoration: none;
background: white url(media/menudivide.gif) top right repeat-y;
}

#underlinemenu ul li a:hover{
color: #666666;

border-bottom: 4px solid white;
padding-bottom: 0;
}



