@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body{
background-image:url(images/layout/bgr.jpg);
background-repeat:repeat-x;
background-color:#BBBDAF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

h1{
padding:5px 0;
font-size:14px;
}

h2{
padding:5px 0;
font-size:12px;
}

p{
padding:5px 0;
text-align:justify;
}

#container{
width:960px;
height:auto;
margin:0 auto;
}

#title{
width:960px;
height:280px;
background-image:url(images/layout/title.jpg);
background-repeat:no-repeat;
}

#content{
width:930px;
height:auto;
min-height:400px;
padding:10px 30px 10px 0;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
}

#contentLower{
width:900px;
height:auto;
padding:0 30px;
}

#footer{
width:900px;
height:70px;
padding:20px 30px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
color:#CCCCCC;
text-align:center;
}

#menu{
width:270px;
height:auto;
padding:10px 0 10px 30px;
float:left;
}

#rightCol{
width:630px;
height:auto;
float:right;
}

.floatRight{
float:right;
margin:0 0 10px 20px;
}

.clear{
clear:both;
font-size:2px;
}

: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: #999999;
	text-decoration: none;
}
#core :link:hover, #core :visited:hover {
	color: #000000;
	list-style-image: url(images/bullet2.jpg);
}
#core :link:active, #core :visited:active {
	color: #999999;
}

#core {
width:960px;
height:100px;
margin:20px auto;
text-align:center;
color:#CCCCCC;
font-size:10px;
}

.menuBtn {
	width: 255px;
	height: 40px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0;
	background-image: url(images/layout/menuBtnDn.jpg);
	background-repeat: no-repeat;
}

.menuBtn a {
	display: block;
	width: 255px;
	height: 40px;
	float: left;
	text-decoration: none;
}

.menuBtn span {
	width: 190px;
	height: 14px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 50px;
	top: 10px;
	cursor: pointer;
	color:#666666;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.menuBtn img {width: 255px; height: 40px; border: 0px; }
.menuBtn a:hover {visibility:visible}
.menuBtn a:hover img{visibility:hidden}
.menuBtn a:hover span {
color:#333333;
left:60px;}

ul{
	margin: 10px 0 0 0;
	}

li{
	position: relative;
	min-height: 15px;
	list-style-type: none;
	margin-bottom: 10px;
	}

.st{
	position: relative;
	height: 20px;
	}

li span{
	position: absolute;
	left: 250px;
	}

.small{
	font-size: 10px;
	}
	
hr{
	width: 289px;
	margin-bottom: 10px;
	}

h3{
	margin-top: 20px;
	}
