
body {
	margin: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #3a3a3a;
	font-size: 12px;
	line-height: 160%;
}

h1,h2,h3,h4,h5,h6 {
	color: #3a3a3a;
}

ul {
	line-height: 200%;
}

#header {
	height: 160px;
	background-color: #FFFFFF;
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 24px;
}

#subheader {
	height: 22px;
	background-color: #FFFFFF;
	margin: 0 0 0 24px;
	text-align: right;
	padding-right: 22px;
	font-size: 94%;
}

span.title {
	float: right;
	font-size: 19px;
	text-align: right;
	line-height: 200%;
	color: #3a3a3a;
	padding-right: 24px;
}

.side {
   margin: 0 0 0 0;
   width: 190px;
	padding-right: 10px;
	float: left;
   clear: left;
   font-size: 14px;
}

.side ul {
	list-style: none;
	padding-top: 8px;
}

.side li {
	margin-bottom: 5px;
	margin-left: -18px;
}

.side li a {
	color : #3a3a3a;
	background-color : #F5F5F5;
	border-bottom : 1px solid #D1D1D1;
	padding: 4px 15px 4px 25px;
	text-decoration : none;
	display: block;
	width: 120px;
}

.side li a:hover {
	background-color : #EFEFEF;
	background-image: url(images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 4%;
	color : #3a3a3a;
	font-weight: bold;
	text-decoration : none;
}

.side li a#current {
	background-color : #EFEFEF;
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	background-position: 4%;
	color : #3a3a3a;
	font-weight: bold;
	text-decoration : none;
}


#content {
	/* margin: top, right, bottom, left */
  	margin: 23px 20px 0 210px;
}

.box {
	border: 1px solid #d1d1d1;
	margin-bottom: 15px;
}

.box1 {
	border: 1px solid #d1d1d1;
	border-bottom: none;
	margin-bottom: 15px;
}

.box2 {
	border: 1px solid #d1d1d1;
	border-bottom: none;
	margin-bottom: 15px;
	height: 400px;
}

.boxcontent {
	padding: 5px 15px 5px 10px;
	background-color : #FFFFFF;
}

.boxtop {
	background-color: #F5F5F5;
	color: #3a3a3a;
	padding: 5px 0 5px 15px;
	border-bottom: 1px solid #d1d1d1;
	font-size: 14px;
	font-weight: bold;
}

#footer {
   padding-top: 10px;
   padding-bottom: 10px;
	border-top: 3px solid #d1d1d1;
	color: #f2ffff;
	background-color: #3a3a3a;
	text-align: center;
	font-size: 94%;
}

#footer a {
	color: #f2ffff;
}

#footer a:hover {
	color: #FDD669;
}

a:link {
	color: #4662b3;
	text-decoration: none;
}
a:visited {
	color: #4662b3;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
}

#content p {
	padding-left: 8px;
}

.nosee { display: none; }

.img-left {
	float:left;
	margin-top: 8px;
	margin-right: 16px;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

table, td {
	line-height: 30px;
}

#disclaimer p {
	font-size: 10px;
}