@CHARSET "UTF-8";

/*

col1 : 215px
col2 : 440px
col3 : 665px
col4 : 890px

margin left right 5px

*/

/********************************************/
html, body, form, h1, h2, h3, ul, li, p{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

a{
	color: black;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
p{
	text-align: justify;
}

.clear{
	clear: both;
}
/********************************************/
.square{
	position: absolute;
	width: 5px;
	height: 5px;
	background-color: red;
}

/********************************************/
.header{
	position: relative;
	width: 900px;
	height: 220px;
	margin: 0 auto 0 auto;
}
.header h1{
	position: absolute;
	top: 62px;
	left: 5px;
}
.header h1 a{
	display: block;
/*	width: 215px;
	height: 26px;
	overflow: hidden;
	text-indent: 215px;
	background: url("../img/logo.gif") no-repeat;*/
	font-weight: normal;
	font-size: 28px;
}
.header h1 a:hover, .header h1.on a{
/*	background-image: url("../img/logo_on.gif"); */
	color:red; 
	text-decoration: none;
}

.menu{
	position: absolute;
	top: 62px;
	left: 5px;
	width: 850px;
	list-style: none;
	font-weight: bold;
	font-size: 12px;
}

.menu li{
	position: absolute;
}
.menu li.on a, .menu li a:hover{
	color: red;
	text-decoration: none;
}
/********************************************/
.page{
	width: 940px;
	margin: 0 auto 100px auto;
	overflow: auto;
}
.col1, .col2, .col3, .col4{
	margin: 0 25px 0 25px;
	float: left;
	padding-bottom: 1px;
}
.col1{ width: 138px; }
.col2{ width: 326px; }
.col3{ width: 514px; }
.col4{ width: 702px; }
.col5{ width: 890px; }

.ccol1, .ccol2, .ccol3, .ccol4{
	float:left;
	padding-bottom: 1px;
	overflow: auto;
}
.ccol2{ width: 376px; }
.ccol3{ width: 564px; }
.ccol4{ width: 752px; }
.ccol5{ width: 940px; }


.page p{
	margin-bottom: 10px;
}
.page p a{ text-decoration: underline; }
.page p a:hover{ text-decoration: none; }

.page h2{
	font-size: 12px;
	margin-bottom: 6px;
}
.page h3{
	font-size: 10px;
	margin-bottom: 6px;
}
.page h2 a:hover, .page h3 a:hover{ color: red; text-decoration: none;}

.page ul{
	padding-left: 14px;
	list-style: square;
}
.page li{
	margin-bottom: 6px;
}

.page img{
	vertical-align: top;
}

.imgBlock img{
	margin-bottom: 2px;
}
.imgBlock h3{
	margin-bottom: 0;
	text-align: right;
}
.imgBlock p{
	text-align: right;
}

.separator{
	height: 25px;
	clear: both;
}
.separator2{
	height: 50px;
	clear: both;
}
/********************************************/
.footer{
	position: relative;
	clear: both;
	width: 900px;
	height: 40px;
	margin: 0 auto 0 auto;
}
.footer p{
	float: left;
	padding: 0 5px 0 5px;
}
.footer ul{
	float: right;
	list-style: none;
}
.footer ul li{
	float: left;
	padding: 0 5px 0 5px;
}
.footer ul li.on a, .footer ul li a:hover{
	color: red;
	text-decoration: none;
}




.bmargin{
	margin-bottom: 25px;
}
.nomargin{
	margin: 0;
}
.right{
	float: right;
}





#sb-loading a{
	color: white;
}
