* {
	padding: 0;
	margin: 0;
}
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #869FB5 url(../images/background.gif);
	text-align: center;
	color: #000000;
}
#container {
	width: 826px;
	background: #FFFFFF url(../images/sidebarBack.gif) repeat-y left;
	margin: 0 auto;
	text-align: left;
}
#sidebar1 {
	float: left; 
	width: 232px; 
}
#logo {
	background-color: #FFFFFF;
}
#logo img {

}
#nav {
	background-image: url(../images/nav2.jpg);
	background-position: left top;
	height: 336px;
	background-repeat: no-repeat;
}
#nav ul {
	list-style-type: none;
	font-size: 13px;
	color: #FFFFFF;
	margin-left: 24px;
	margin-right: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 40px;
}
#nav li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B1BFCD;
	padding-top: 9px;
	padding-bottom: 9px;
}
#bottom {
	border-bottom-width: 0px !important;
}

#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #7F373B;
	text-decoration: none;
}


#info {
	padding-top: 46px;
	padding-left: 32px;
	line-height: 18px;
	padding-right: 30px;
}
#info h3 {
	font-size: 19px;
	color: #284359;
	font-weight: normal;
}
#info p {
	margin-top: 15px;
}

#info strong {
	color: #660000;
}
#info ul {
	margin-left: 25px;
	margin-top: 20px;
}
#info li {
	padding-bottom: 5px;
}



#mainContent {
	float: right;
	width: 585px;
	margin-right: 6px;

} 
#tag {
	height: 95px;
	text-align: right;
}
#feature {
	margin-top: 4px;
}
#main {
	line-height: 18px;
	padding-top: 46px;
	padding-left: 71px;
	padding-right: 80px;
}
#main h1 {
	font-size: 19px;
	color: #660000;
	font-weight: normal;
}
#main h2 {
	font-size: 13px;
	color: #284964;
	margin-top: 20px;
}
#main h3 {
	font-size: 13px;
	color: #660000;
	margin-top: 30px;
}
#main p {
	margin-top: 20px;
}
#main  ul   {
	margin-top: 20px;
	margin-left: 35px;
}
#main table {
	margin-top: 20px;
}
#main table td {
	padding: 3px;
}

.attribute {
	color: #666666;
	text-align: right;
	margin-bottom: -10px;
}


#footer {
	color: #666666;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
	margin-right: 80px;
	margin-left: 71px;
	margin-top: 75px;
	padding-bottom: 20px;
}
#footer a {
	color: #274964;
}





/* Clear Floats */

.fltrt { 
	float: right;
	margin-left: 8px;
}
.rule {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1CFD8;
	margin-bottom: -30px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

