
/*=====================================================*/
/* universal                                           */
/*=====================================================*/	

html {
 	height:100%;

}

body {
	margin: 0px;
	text-align: center;
	padding: 0;
	height:100%;
}

li {
	margin-left: -20px;
	margin-top: 10px;
	margin-bottom: 10px;
	list-style-type: square;
	color: #6A593E;
	vertical-align: middle
	
}

ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:20px;
	margin-bottom: -3px;
	margin-top:0px;
	color:#4c4c4c;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:14px;
	margin-bottom: -15px;
	color:#333333;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: bold;
	font-size:16px;
	margin-bottom: 2px;
	color:#333333;
}

/*=====================================================*/
/* containers                                          */
/*===================================== ================*/


#mainimage {
	background: transparent;
	margin: 0;
	padding: 4px 4px 4px 0px;
 }

#banner {
	background: #6A593E;
	padding: 4px 0px 4px 4px;
}
 
#footer {
	width: 748px;
	height:30px;
	background: ffffff;
}

#main {
	background-color:white; 
	height:100%; 
	width:748px;
	padding-top:4px;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:4px;  
}

#center {
	height:100%;
	width:100%;
}


#leftcolumn {
	width:200px;
	height:100%;
	background-color:#B19568;
	vertical-align:top;
	padding-top:20px;
	padding-right:0px;
	padding-left:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	font-size:10px;
	margin-bottom: 2px;
	color:#333333;	
}


/*=====================================================*/
/* text                                                */
/*=====================================================*/

p.normal {
	text-align: justify;
	width: 310px;
}

p.footer {
	text-align: left;
	padding: 10px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	font-size:10px;
}

p.subMenu {
	width: 100%;
	text-align: left;
	margin-top: -1px;
	margin-bottom: -1px;
	height:100%;
	color:#cc0000;
}

.subMenu {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	height:100%;
	color:#cc0000;
	vertical-align:top;
}

.normal {
	text-align: left;
	padding: 5 5 0 0;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	font-size:12px;
	line-height:20px;
}

.columnleft {
	text-align: left;
	padding: 10px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  normal;
	font-weight: normal;
	font-size:12px;
}


.nav {
	font-family:verdana; 
	font-style: normal; 
	font-weight: bold; 
	color:white; 
	font-size:12px;
}




/*=====================================================*/
/* links                                               */
/*=====================================================*/

a.mainMenu:link, a.mainMenu:visited {
	color: #333;
	height: 30px;
	padding: 5px 25px 5px 1px;
	margin-left: 2px;
	margin-right: 0px;
	text-decoration: none;
	background: #fff;
	border-top: 8px solid #D9D8A1;
}

.mainMenuSelected {
	color: #333;
	height: 30px;
	padding: 5px 25px 5px 1px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 0px;
	background: #fff;
	border-top: 8px solid #333;
}

a.mainMenu:hover {
	color: #333;
	height: 30px;
	padding: 5px 25px 5px 1px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 0px;
	background: #fff;
	border-top: 8px solid #333;

}

a.subMenu:link, a.subMenu:visited {
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  bold;
	font-weight: normal;
	font-size:12px;
}

a.subMenu:hover {
	width: 100%;
	color: #494724;
	text-decoration: none;
	padding: 3px 3px 3px 5px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style:  bold;
	font-weight: normal;
	font-size:12px;
}

a.normal:link, a.normal:visited {
	color: #970000;
	background: #fff;
	text-decoration: none;
	padding: 0 1px 0px 1px;
}

a.normal:hover {
	color: #fff;
	background: #970000;
	text-decoration: none;
	padding: 0 1px 0px 1px;
}

a.whatsnew:link, a.whatsnew:visited {
	color: #970000;
	background: ;
	text-decoration: none;
	padding: 0 1px 0px 1px;
}

a.whatsnew:hover {
	color: #000;
	background: #dddddd;
	text-decoration: none;
	padding: 0 1px 0px 1px;
}
