@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-color:#242424;
}

h1{
font-size:26px;
padding:5px 0;
}

h2{
font-size:18px;
padding:5px 0;
}

p{
font-size:12px;
padding:5px 0;
text-align:justify;
}

li{
padding:5px 0;
font-weight:bold;
}

.un{
text-decoration:underline;
}

#container{
width:960px;
height:auto;
margin:0 auto;
}

#title{
width:960px;
height:145px;
position:relative;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
}

#content{
width:960px;
height:auto;
min-height:400px;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
}

#leftCol{
width:290px;
height:auto;
min-height:400px;
float:left;
}

#rightCol{
width:670px;
height:auto;
min-height:400px;
float:right;
}

.rightColContent{
width:620px;
height:auto;
padding:0 30px 0 20px;
}

#footer{
width:900px;
height:105px;
padding:24px 30px 0 30px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
letter-spacing:1px;
text-align:center;
font-weight:bold;
color:#333333;
}

#footer p{
text-align:center;
}

.clear{
clear:both;
font-size:2px;
}

.floatRight{
float:right;
margin:0 0 0 10px;
padding:0 0 10px 0;
}

.floatLeft{
float:left;
margin:0 10px 0 0;
padding:0 0 10px 0;
}

.boldText{
font-weight:bold;
}

#flashHolder{
width:670px;
height:345px;
background-image:url(images/layout/flashHolder.jpg);
background-repeat:no-repeat;
}

.menuTop{
width:290px;
height:60px;
background-image:url(images/layout/menuTop.jpg);
background-repeat:no-repeat;
}

.menuMid{
width:290px;
height:auto;
min-height:300px;
background-image:url(images/layout/menuMid.jpg);
background-repeat:repeat-y;
}

.menuBtm{
width:290px;
height:80px;
background-image:url(images/layout/menuBtm.jpg);
background-repeat:no-repeat;
}

.menuInner{
width:270px;
height:auto;
padding:0 10px 0 10px;
}


.menuBtn {
	width: 270px;
	height: 40px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0;
	background-image: url(images/layout/btnDn.jpg);
	background-repeat: no-repeat;
}

.menuBtn a {
	display: block;
	width: 270px;
	height: 40px;
	float: left;
	text-decoration: none;
}

.menuBtn span {
	width: 240px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 10px;
	top: 8px;
	cursor: pointer;
	color:#3A6085;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.menuBtn img {width: 270px; height: 40px; border: 0px; }
.menuBtn a:hover {visibility:visible}
.menuBtn a:hover img{visibility:hidden}
.menuBtn a:hover span {color: #333333;}

:link, :visited {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
:link:hover, :visited:hover {
	color: #000000;
	list-style-image: url(images/bullet2.jpg);
	font-weight:bold;
}
:link:active, :visited:active {
	color: #666666;
	font-weight:bold;
}
#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:#CCCCCC;
font-size:10px;
}