/* CSS Document */


body {
	margin: 25px auto 0px auto;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;

}
a:hover {
	color: #blue;
	text-decoration: underline;
}
a {
	color: #blue;
	text-decoration: none;
}

strong {
	color: #993300;
}

#underline {
  color: #000;
  border-bottom: 1px solid #000;
}

#container {
	font-weight: normal;
	margin: 0px auto 0px auto;
	width: 686px;
	text-align: center;
	_overflow: hidden;
}

#total {
	width: 100%;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;
}

#news {
	padding: 0px 170px 0px 10px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;
}

#main {
	padding-top: 50px;
	padding-bottom: 50px;
	border: 1px solid #CC0000;
	height: auto;
}

#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	padding-top: 62px;
}

#top {
	margin: 0px auto;
	width: 686px;
	height: 96px;
	background: url(images/topbar2.jpg) no-repeat
}
#middle {
   	background: url(images/middle.jpg) no-repeat;
	background-repeat: repeat-y;
	margin: -2px auto 0px auto; 

}
#bottom {
	margin: -100px auto 0px;
	width: 686px;
	height: 106px;
	background: url(images/bottom.jpg) no-repeat;
	clear: left;
}
#nav {
	width: 555px;
	padding: 10px 20px 0px;
	margin: 0px auto;
	color: #999;
	font-weight: normal;
	font-size: 11px;
	text-align: center;

}
#nav li {
	list-style: none;
	display: inline;
	margin-right: 20px;
}
#nav a {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#nav a:hover {
	color: #990000;
	text-decoration: underline;
}
#content {
	padding: 0px 68px 1px 68px;
	margin: 0px auto 0px auto;
	text-align: left;
	position: relative; z-index: 10; 
	min-height: 500px;
}* html #content { height:500px; }  

#side {
    margin: 30px auto 0px auto;
	width: 110px;
	border-left: 1px dotted #C4D0D7;
	padding: 0px 10px 0px 20px;
	color: #999;
	float: right;
	font-size: 70%;
}
#content h2 {
	color: #993300;
	font-weight: bolder;
	font-size: 14px;
	padding: 0px 135px 0px 10px;
}
#content h2	a:hover{
	color: #990000;
	text-decoration: underline;
}
#content h2 a{
	color: #990000;
	text-decoration: none;
}
#content h3 {
	color: #000000;
	font-size: 10px;
	letter-spacing: .3em;
	padding: 0px 135px 0px 10px;
	text-decoration: underline;

}
#content p {
	padding: 0px 170px 0px 10px;
	font-size: 70%;
	line-height: 1.7em;
	margin: 0px 0px 1.7em 0px;
	vertical-align: top;
	color: #666666;

}
#footertext {
	font-size: 10px;
	font-weight: bold;
	margin: 20px auto 0px;
	height: 20px;
	width: 686px;
	height: 31px;
	text-align: center;
	color: #888;
}
#footertext a {
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#footertext a:hover {
	text-decoration: underline;
}

th.sample {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

td.sample {
	border-right: 1px solid #C1DAD7; 
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.sample2{
	border-right: 1px solid #C1DAD7; 
	border-bottom: 1px solid #C1DAD7;
	padding-left: 10px;
	background: #fff;
	color: #4f6b72;
}