/* CSS Document */
*{
margin:0;
padding:0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
background-color:#FFFFFF;
height: 100%;
background-image:url(images/layout/container.jpg);
background-repeat:repeat-x;
}

h1{
font-size:14px;
font-weight:100;
color:#CC0033;
padding:5px 0;
letter-spacing:1px;
}


h2{
font-size:14px;
font-weight:100;
color:#666666;
padding:10px 0;
letter-spacing:1px;
}



h3{
font-size:12px;
font-weight:100;
color:#666666;
padding:5px 0;
letter-spacing:1px;
}

h4{
font-size:14px;
font-weight:100;
color:#FF9933;
padding:5px 0;
letter-spacing:1px;
}

h5{
font-size:14px;
font-weight:100;
color:#FFCC33;
padding:5px 0;
letter-spacing:1px;
}

h6{
font-size:9px;
font-weight:100;
color:#666666;
padding:5px 0;
letter-spacing:1px;
}
.span{
color:#CC0033;
text-align:right;
}


#container{
width:960px;
height:auto;
margin:0 auto; 
}

#header{
width:960px;
height:200px;
background-image:url(images/layout/header.jpg);
background-repeat:no-repeat;
}


#flash{
height:400px;
width:900px;
padding:0 0 0 40px;
}

.flashHolder{
width:900px;
height:320px;
float:left;
padding:0 0 0 20px;
}

#content{
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
width:960px;
height:auto;
}


#footer{
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
height:10px;
width:960px;
}

#leftCol{
width:500px;
height:auto;
min-height:200px;
float:left;
padding:0 0 0 50px;
}

#rightCol{
width:200px;
height:auto;
float:right;
}

#menu{
width:200px;
height:auto;
float:right;
}

#midCol{
width:600px;
height:auto;
padding:0 0 0 50px;
}

.menu{
width:231px;
height:auto;
padding:0 0 0 9px;
}

.menuBtn {
	width: 150px;
	height: 35px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0;
}

.menuBtn a {
	display: block;
	width: 150px;
	height: 30px;
	float: left;
	text-decoration: none;
}

.menuBtn span {
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 16px;
	top: 11px;
	cursor: pointer;
	color:#999999;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.menuBtn img {width: 150px; height: 30px; border: 0px; }
.menuBtn a:hover {visibility:visible}
.menuBtn a:hover img{visibility:hidden}
.menuBtn a:hover span {color: #CCCCCC;}

.nav{
width:231px;
height:auto;
padding:0 0 0 40px;
}

.navBtn {
	width: 150px;
	height: 35px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0;
}

.navBtn a {
	display: block;
	width: 150px;
	height: 30px;
	float: left;
	text-decoration: none;
}

.navBtn span {
	width: 150px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 16px;
	top: 11px;
	cursor: pointer;
	color:#330000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.navBtn img {width: 150px; height: 30px; border: 0px; }
.navBtn a:hover {visibility:visible}
.navBtn a:hover img{visibility:hidden}
.navBtn a:hover span {color: #999999;}



.clear{
clear:both;
font-size:2px;
}




#core :link, #core :visited {
	color: #666666;
	text-decoration: none;
}
#core :link:hover, #core :visited:hover {
	color: #CCCCCC;
	list-style-image: url(images/bullet2.jpg);
}
#core :link:active, #core :visited:active {
	color: #666666;
}

#core {
width:960px;
height:100px;
margin:20px auto;
text-align:center;
color:#666666;
font-size:10px;
}
