/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	text-align:center;
	background: url(setimages/pattern1.gif) 50% 0%;
	color: #000000;
	font: 10pt normal Geneva, Arial, Helvetica, sans-serif;
}


#wrapper{
	width:900px;
	margin:0 auto;
	text-align:left;
}
#header{
	background: url(setimages/top1.gif) no-repeat center center;
	width: 814px;
	height: 410px;
	margin: 40px auto 0 auto;
	clear:both;
}
#navigation {
	background: url(setimages/navigation.gif) no-repeat center center;
	width: 814px;
	height: 33px;
	margin: 0 auto;
}
#navcontent {
	width: 700px;
	margin: 0 auto;
}

#navigation ul {
	list-style: none;
	padding: 0;
	line-height: 33px;
	margin: 0 0 0 40px;
}

#navigation ul li {
	display: inline;
	padding: 0 0 0 8px;
	margin-right: 30px;
	text-transform: uppercase;
	font-size: 10pt;
	font-weight: bold;
	background: url(setimages/nav-but-back.gif) repeat-x;
	height: 21px;
    border: 1px solid #8eb3a1;
	padding: 2px 5px 2px 10px;

}

#navigation ul li a:link,a:visited,a:hover,a:active {
	color: #000000;
	text-decoration: none;
	height: 21px;
	background: url(setimages/navigation-bullet.gif) no-repeat 0 50%;
	padding: 0 10px 0 10px;
}


#inner{
	width: 814px;
	background: url(setimages/container-back.gif) repeat-y;
	margin-left: 43px;
}

#middle{
	margin-left:190px;
	width: 624px;
	border-left:1px solid #fff;
	color:#fff;
}
#mainContent,#pageContent{
	position:relative;
	width:100%;
	float:left;/* contain clearing*/
}
#pageContent{
	margin:0 -1px; 
	color: #000;
}/* moz needs this*/

#mainContent{
	position:relative;
	float:left;/* contain clearing*/
	width:100%;
}
#left{
	width:190px;
	margin-left:-191px;/*overlap for old mozilla*/
	position:relative;
	left:-1px;/* now line it up*/
	float:left;
	color: #000;
}

#left ul {
	list-style: none;
	padding: 0;
	line-height: 20px;
}

#left ul li.headmenu {
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	margin-top: 10px;
}

#left ul.submenu {
	text-align: center;
	line-height: 25px;

}


#left ul.submenu li a:link {
	text-decoration: none;
    color: #330000;
}

#left ul.submenu li a:visited {
	text-decoration: none;
    color: #330000;
}

#left ul.submenu li a:hover {
	text-decoration: underline;
    color: #FFFFFF;
}


pageContent p {
	padding: 10px 20px 10px 30px;
}

* html #left{margin-right:-3px;}/* 3 pixel jog*/
* html #right{margin-left:-3px;}/* 3 pixel jog*/
* html #inner { margin-right: 0;}

/* clear without structural mark-up */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}

/* mac hide - force layout in ie \*/
* html .clearfix,* html #inner, * html #middle {height: 1%;}
.clearfix {display: block;}
/* End hide */

p { margin: 0; padding: 5px; }

#pageContent a:link {
	color: #003300;
	text-decoration: none;
}

#pageContent a:visited {
	color: #003300;
	text-decoration: none;
}

#pageContent a:hover {
	color: #003300;
	text-decoration: underline;
}




