*{
	margin          : 0;
	padding         : 0;
	font-weight     : normal;
	text-decoration : none;
	font-size:		: 100%;
	}
	
BODY{
	color             : #666666;
	background-color: #FFFFFF;
	width             : 768px;
	font-family : Arial, Helvetica, sans-serif;
	line-height:120%;
	background-image :  url(../img/bg01.jpg);
	background-repeat : repeat-y;
	}
	
/* footer ----------------------- */

#footer{
	width:768px;
	margin-top:10px;
	background-color:#26449D;
	font-size:0.75em;
	float:left;
}

#footer ul{
	padding: 5px 5px 5px 15px;
	float:left;
}

#footer li{
	margin: 0px 15px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style:none;
	background-image: url(../img/arrow_skyblue.gif);
	background-position:left;
	background-repeat:no-repeat;
	float:left;
}

#footer2{
width:758px;
padding: 5px;
}

#copyright{
	text-align: right;
	float:right;
	font-size:0.75em;
}

/* header ---- */

#header{
	width: 768px;
	margin:0px;
	padding:0px;
	background-image:url(../img/header/header_bg768.jpg);
	height:59px;
	background-repeat: repeat-y;
	float:left;
}

#header-cclogo{float:left;}
#header-brlogo{float:right;}

#footerlink{
float:left;
text-align:left;
font-size:0.75em;
}

#footerlink a{
	margin-left:3px;
	margin-right:3px;
}

/* form ---- */

#contact{
margin:20px;
}

#contact h1{
font-size:120%;
font-weight:bold;
border-bottom:1px solid #666666;
}

ol{
margin-top:20px;
list-style:none;}

li{
margin-top:20px;
list-style:none;
line-height:120%}

.formmail{
border:1px solid #666666;
width:20em;
margin-top:5px;
}

.formcomments{
	border:1px solid #666666;
	width:25em;
	height:10em;
	margin-top:5px;
}

.formsend{
width:6em;
margin-top:10px;
}

/* layout ---- */
.cboth{
clear:both;
}

#contents{
  width: 768px;
  float:left;
}

.area{
padding:4px;
clear: both;
}

/* link ----------------------- */

a:link{
  color:#003399;
  text-decoration:underline;
}

a:visited{
  color:#0066CC;
  text-decoration:underline;
}

a:active{
  color:#0066CC;
  text-decoration:underline;
}

a:hover{
  color:#0066CC;
  text-decoration:none;
}

a:link.linkwhite {
  color:#BAE4FF;
  text-decoration:underline;
}

a:visited.linkwhite{
  color:#BAE4FF;
  text-decoration:underline;
}

a:hover.linkwhite {
  color: #D7EDFF;
  text-decoration:none;
}


