*, html {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: "trebuchet ms", verdana, sans-serif;
	color: #7B7B7B;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #54748F;
}

p {
	margin-bottom: 10px;
}

img, table {
	border: 0px;
}

body {
	background: #C0C0C0;
}

#container {
	margin: auto;
	width: 950px;
	background: #FFFFFF;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

#blackBar {
	height: 15px;
	width: 950px;
	background: #464646;
}

#blueBar {
	height: 90px;
	width: 950px;
	background: #3E7FB5;
}

#logo {
	height: 23px;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

#menu {
	float: left;
	margin: 34px 0px 0px 10px;
}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
}

#menu li {
	float:left;
	background:url("images/menu-right.gif") no-repeat right top;
	margin:0;
	padding:0;
}

#menu a {
    display:block;
    background:url("images/menu-left.gif") no-repeat left top;
    padding:5px 15px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #54748F;
}

#menu #current {
    background-image:url("images/menuFront-right.gif");
}

#menu #current a {
    background-image:url("images/menuFront-left.gif");
    color: #5DBC01;
}

#whiteBar {
	height: 5px;
	width: 950px;
}

#memberBar {
	background: #B2CDF6;
	border-top: 1px solid #8BAFE5;
	border-bottom: 1px solid #8BAFE5;
	text-align: right;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	color: #54748F;
}

#bodyArea {
	margin: 20px 0px 20px 0px;
	width: 950px;
}

.blueBox {
	background: #F2F8FD;
	border: 1px solid #DDE8F0;
	padding: 8px;
	color: #8B8B8B;
	margin-bottom: 15px;
	clear: both;
}

.google {
	background: #F2F8FD;
	border: 1px solid #DDE8F0;
	padding: 3px;
	color: #8B8B8B;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
}

.boxTitle {
	font-weight: bold;
	color: #6F91AD;
	margin: 0px;
}

#contentPanel {
	float: left;
	width: 525px;
	line-height: 2;
	padding: 0px 10px 0px 10px;
}

#contentPanel ul, #contentPanel ol {
/*	margin-left: 40px;*/
}
.contentTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #5DBC01;
	margin: 0px;
}

.contentCategory {
	color: #A09E9E;
	margin: 0px 0px 15px 0px;
}

.contentCategory a {
	font-weight: bold;
	color: #54748F;
}

.code {
	margin: 0px 0px 10px 30px;
	padding: 5px;
	background: #F2F8FD;
	border: 1px solid #DDE8F0;
}

.list {
	margin-bottom: 25px;
	line-height: 1.5;
}

.categoryLeft {
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-bottom: 30px;
}

.categoryRight {
	float: right;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 30px;
}

.leftTemplate {
	float: left;
	width: 175px;
	text-align: center;

}

.centerTemplate {
	float: left;
	width: 175px;
	text-align: center;
}

.rightTemplate {
	float: left;
	width: 175px;
	text-align: center;
}

.leftTemplate ul, .centerTemplate ul, .rightTemplate ul {
	margin-left: 0px;
}

.templateAuthor {
	color: #5DBC01;
}

.templateColor {
	width: 30px;
	height: 30px;
	padding: 5px;
}

.templateColor img {
	border: 1px solid #DDE8F0;
}

#pagination {
	text-align: center;
	margin-bottom: 15px;
}

#pagination a {
	font-weight: bold;
	font-size: 10px;
	padding: 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #DDE8F0;
	background: #F2F8FD;
	color: #8B8B8B;
	text-align: center;
	text-decoration: none;
}

#pagination a:hover {
	background: #FFFFFF;
}

#pagination .current {
	font-size: 10px;
	font-weight: bold;
	padding: 4px;
	margin: 0px 5px 0px 5px;
	border: 1px solid #DDE8F0;
	background: #3E7FB5;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

#middlePanel {
	float: left;
	width: 235px;
	padding: 0px 10px 0px 10px;
}

#searchBox {
	width: 165px;
	height: 20px;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #EFEFEF;
	color: #8B8B8B;
}

#searchButton {
	font-weight: bold;
	vertical-align: middle;
	height: 22px;
	color: #6F91AD;
	background: #DDE8F0;
	border: 1px solid #DDE8F0;
	margin-left: 2px;
}

#middleBox {
	list-style-image: url("images/bullet.gif");
	margin-left: 12px;
}

#resources {
	list-style-type: none;
}

#resources li {
	margin-top: 5px;
}

#resources a, #middleBox a {
	font-weight: normal;
	color: #7B7B7B;
}

#adPanel {
	float: right;
	width: 140px;
	padding: 0px 0px 0px 10px;
}

#ads {
	list-style-type: none;
}

#ads li {
	margin-bottom: 15px;
}

#footer {
	clear: both;
	padding: 10px;
	background: #E4EEF7;
	border-top: 1px solid #B4CBDF;
}

#footer a {
	color: #54748F;
	font-weight: normal;
}

#footerLeft {
	float: left;
	width: 70px;
	padding: 0px 25px 0px 25px;
	border-right: 1px solid #B4CBDF;
}

#footerMiddle {
	float: left;
	width: 140px;
	padding: 0px 25px 0px 25px;
	border-right: 1px solid #B4CBDF;
}

#footerRight {
	float: left;
	padding: 0px 25px 0px 25px;
}

.footerLinks {
	list-style-type: none;
}

.footerLinks li {
	color: #54748F;
}

#endSpacer {
	clear: both;
	font-size: 1px;
}

.noList {
	list-style-type: none;
}

.formLeft {
	float: left;
	width: 100px;
	vertical-align: top;
}

.formRight {
	float: left;
	width: 400px;
	margin-bottom: 10px;
}

.formRight input, .formRight textarea {
	background: #FFFFFF;
	border: 1px solid #DDE8F0;
}