body {
	padding:0;
	margin:0;
	font-size:12px;
	line-height:20px;
	background:#fff url(../img/layout/bg.png) repeat-x top;
	color:#454545;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#CC6600;
	background:inherit;
	text-decoration:none;
}
a:hover {
	color:#CC0000;
	background:inherit;
	text-decoration:underline;
}
p {margin:5px 0;}
h1 {
	font-weight:bold;
	font-size:24px;
	padding:8px 0 4px 0;
	margin:0;
	letter-spacing:-1px;
}
#pageTitle {
	padding:0 0 14px 0;
}
h2 {
	font-weight:bold;
	font-size:16px;
	letter-spacing:-1px;
}
h3 {
	padding:4px 0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
hr {
	height:1px;
	border-style:none;
	color:#d0d0d0;
	background-color:#c0c0c0;
	margin:10px 0;
}
#container {
	margin:0 auto;
	width:900px;
	position:relative;
}
#divSearch {
	position:absolute;
	top:85px;
	right:3px;
	width:250px;
	height:25px;
	background:url(../img/layout/search.png) no-repeat;
}
#top {
	padding-top:0;
	background:transparent;
	height:80px;
}
#top h1 {
	font-weight:bold;
	font-size:42px;
	padding:20px 0 0 0;
	margin:0;
	letter-spacing:1px;
	color:#616161;
}
#top h2 {
	font-size:11px;
	letter-spacing:11px;
	color:#868686;
	margin:0;
	padding:10px 0 0 0;
	font-weight:normal;
}
#top #icons {
	float:right;
	margin:25px 15px 0;
	padding:0;
}
#top #icons img {
	padding-right:2px;
	border:0;
}
#menu {
	margin:0;
	height:34px;
	padding-top:5px;
	position:relative;
	left:-11px;
}
#menu li {
	list-style:none;
	display:inline;
	line-height:25px;
}
#menu li a {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
/*#menu li a:hover {
	color:#fff;
	text-decoration:underline;
}*/
#menu li a.current {
	background: url(../img/button.png) no-repeat top center;
	color:#000;
}
#menu .menuMiddle {
	height:25px;
	float:left;
}
#menu .menuLeft, #menu .menuRight {
	width:11px;
	height:25px;
	display:inline;
	float:left;
}
.current .menuLeft	{background:url(../img/layout/nav/button-left.png) no-repeat right;}
.current .menuRight {background:url(../img/layout/nav/button-right.png) no-repeat left;}
.current .menuMiddle{background: url(../img/layout/nav/button-middle.png) repeat-x top;}
#main {
	width:900px;
	margin:0;
	padding:0;
}

/* RIGHT SIDE */

#right_side {
	float:right;
	width:230px;
	background:url(../img/topr.png) no-repeat top right;
	overflow:hidden;
	position:relative;
}
#right_side .pad {
	padding:35px 10px 10px 17px;
}
#right_side ul {
	padding:3px 0 8px 0;
}
#right_side li {
	line-height:18px;
	background:#fff;
	list-style:square;
	padding-left:0;
	margin-left:15px;
	/*color:#CC6600;*/
}
#right_side a {
	background:inherit;
	text-decoration:none;
}
#right_side h3 {
	/*color:#949494;*/
	font-weight:bold;
	font-size:15px;
	margin-top:10px;
}

/* LEFT SIDE */

#left_side {
	background:inherit;
	margin-bottom:10px;
	width:650px;
	color:#454545;
	position:relative;
}
#left_side .intro {
	height:80px;
	color:#fff;
	overflow:hidden;
}
#left_side .intro .pad {
	padding:18px 0 0 0;
}
#left_side .intro a {
	color:#CC6600;
	text-decoration:none;
}
#left_side .intro a:hover {
	color:#CC6600;
	text-decoration:underline;
}
#left_side .mpart {
	padding:40px 0 0 0;
}
#left_side h3 {
	background:inherit;
	padding:8px 0;
	margin:0;
	font-size:12px;
	background:url(../img/lrline.gif) no-repeat bottom left;
}
#divArticle h3 {background:none;}
#left_side .mpart h2 {
	padding:0;
	margin:5px 0;
	font-weight:bold;
	font-size:18px;
}
#left_side p {
	padding:0;
	/*text-align:justify;*/
}
#left_side img {
	/*float:left;
	padding:0 10px 5px 0;*/
}
#left_side .blockquote {
	padding-left:10px;
	border-left:3px solid #CC6600;
	margin:10px 0 10px 25px;
}
.line {
	border-top:1px dotted #ccc;
	height:20px;
}
.date {
	border-top:1px dotted #ccc;
	padding:5px 0;
	margin:10px 0 25px 0;
	text-align:right;
}
#left_side .rs {
	float:right;
	margin:0 8px;
	border:1px solid #ddd;
	padding:5px;
	background:#f5f5f5;
	width:100px;
}
#left_side ul {
	list-style-position:inside;
	margin-left:2px;
}
#left_side ul li {
	list-style-type:square;
	margin-left:15px;
}
#left_side ul ul li {
	list-style:none;
	margin-left:10px;
	list-style-type:lower-alpha;
	list-style-position:inside;
}

#footer {
	clear:both;
	width:900px;
	margin:0 0 55px 0;
	color:#777;
	background:url(../img/rlline.gif) no-repeat top right;
}
#footer .right {
	float:right;
	text-align:right;
	background:inherit;
	padding-top:10px;
	width:900px;
}
#footer a {
	text-decoration:none;
	background:#fff;
}
/*
#leader {
	position:absolute;
	top:7px;
	right:5px;
	width:468px;
	height:63px;
	border:1px solid #CCC;
}
*/
#divBanner {
	margin-top:9px;
	right:5px;
}




th {vertical-align:top;}
.link {color:#CC6600; text-decoration:underline; cursor:pointer;}

.imgCaptcha {
	border:1px solid #666;
	padding:0;
}

#divLogOut {
	position:absolute;
	top:0;
	right:11px;
}
#divLogOut a		{color:#FFF;}
#divLogOut a:hover	{color:#FFF; text-decoration:underline;}

#ulFilterCategories {
}
#ulFilterCategories li {
	cursor:pointer;
}
#ulFilterCategories span {
	color:#CC6600;
}
#ulFilterCategories .current {
	/*border:1px solid #CC6600;*/
	color:#000;
	cursor:text;
}
#ulFilterCategories ul li {
	line-height:15px;
	list-style:disc;
}

.horizontal th {text-align:left;}

.hrGradient {
	background:url(../img/lrline.gif) no-repeat left;
	border:none;
}


/* BOTTOM/SITE LINKS */

#divSiteLinks {
	float:left;
	width:900px;
	margin:20px 0;
	position:relative;
}
#divSiteLinks .divCol {
	float:left;
	width:18%;
	margin:0 2% 0 0;
}
#divSiteLinks h3 {
	white-space:nowrap;
	background:url(../img/lrline.gif) no-repeat top left;
}
#divSiteLinks img {
}
#divSiteLinks .content {
}


/* OTHER STYLES */

.error-message {
	font-weight:bold;
	color:#F00;
}
.confirm-message {
	font-weight:bold;
	color:#00F;
}


