body {
	background-color: #d6dcec;
}

*.extra {
	text-align: center;
	width: 100%;
	font-family:Tahoma;
	font-size:12px;
	color:#000; /* change */
}

/* LAYOUT */

/* Surrounding table */

.around {
	width:700px;
	min-width:700px;
	text-align:center;
	background-color: #fff;
/*	border-left: thick solid #59360b;
	border-right: thick solid #59360b;
	border-bottom: thick solid #59360b;  */
}

.logo {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr.line {
	width: 80%;
	color: #e3dcc0;
	background-color: #FFFFFF;
	height: 5px;


}

/* Navbar */

.nav {
	border:0px solid #676767;
	width:100%;
	text-align:center;
	height:30px;
	/*background-image: url("images/navbg.gif"); */
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	vertical-align:middle;
	font-family: Arial;
	font-size: 15px;
	color: #000; /* change */
}



/* Main content Area */

.maincontent {
	width:100%;
	/*border:1px solid #003082; */
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:10px;
	color:#000; /* change */
}



/* Height Gap */

.hg {
	height:5px;
}



/* Red footer bar */

.footerbar {
	width:600px;
	height:6px;
	/*background-image: url("images/footerbg.gif");*/
	background-color: #FFFFFF;
	background-repeat:repeat-x;
}



/* Footer (w. links) */

.footer {
	background-color: #FFFFFF;
	/*border-top: thick solid #d6d6d6; */
	width:100%;
	height:40px;
}


/* Link back */

.lbt {
	width:600px;	
	text-align:center;
}

/* LINK STYLES */


/* Link back to spyka design */

a.linkback {
	font-size:9px;
	color:#000; /* change */
	font-family:Arial;
}


/* Navbar links */

a.navlink, a.navlink:hover {
	font-family:Arial;
	font-size:10px;
	text-decoration:underline;
	color:#006857;
}


/* Footer links */

a.footerlink {
	font-family:Tahoma;
	font-size:10px;
	color:#132f5f;
	text-decoration:none;
}

a.footerlink:hover {
	font-family:Tahoma;
	font-size:10px;
	color:#006857;
	text-decoration:none;
}


/* All other links */

.fontASize {
	font-size:14px;
}

a {
	font-family:Tahoma;
	font-size:12px;
	color:#132f5f;
	text-decoration:none;
}
a:hover {
	text-decoration:overline;
	color: #006857;
}

h4{
	font-family:Tahoma;
	font-size:10px;
	color:#000;
}



h3{
	font-family:Tahoma;
	font-size:11px;
	color:#000; /* change */
}

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: red;
	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:#000; /* change */
	font-weight: bold;
}

.headerMan {
	font-family:Tahoma;
	font-size:11px;
	color:red;
	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: gray;
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: black;
background-color: #FFFFFF;
border-bottom: 4px solid black;
padding-bottom: 0;
}
