
body {
	color: #444;
}

hr {
	background: #ccc;
	color: #ccc;
}

div#placeholder-logo {
	color: #48839b;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
}

h1, h2, h3, h4, h5, h6 {
	color: #9ad1f1;
}

h5{
	color: #ff6600;
	margin-top:20px;
	margin-bottom:10px;
}

#customtitle
{
	font-weight:bold;
	color: #9ad1f1;
}

div#placeholder-nav-vert {
	text-align: right;
}

div#placeholder-search {
	background: none;
}

div#sub {
	font-size: 11px;
}	

div#placeholder-footer {
	color: #888;
	font-size: 11px;
}

td.menu-item {
	color: #00577b;
	cursor: hand;
}

td.menu-item-hover {
	color: #222;
	cursor: hand;
}

td.menu-item-selected {
	color: #000;
	cursor: hand;
}

td.submenu-item {
	background: #f9f9f9;
	color: #000;
	cursor: hand;	
}

td.submenu-item-hover {
	background: #666;
	color: #fff;
	cursor: hand;
}

td.submenu-item-selected {
	background: #000;
	color: #fff;
	cursor: hand;
}



/* @group Forms */

div#placeholder-box1 {
	border-bottom: 1px solid #9AADB5;
	padding: 18px 0 0;
}

.secure-login, .newsletter-form, .annoucement-list {
	background: transparent;
	border: none;
	border-bottom: 1px solid #9AADB5;
	margin-bottom: 18px;
	padding: 18px 0;
}

.announcement-list {
	border: none;
	padding: 0 18px;
}

.secure-login h3, .newsletter-form h3 {
	background: transparent;
	border: none;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 6px 18px;
}

.secure-login div.form, .newsletter-form div.form {
	padding-left: 9px;
}

div#sub input.cat_textbox_small,
div#sub select.cat_dropdown_small {
	width: 150px;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Links */

a:link, a:visited {
	color: #ff6600;
	text-decoration: none;	
}

a:hover, a:active {
	color: #999999;
	cursor: pointer;
	text-decoration: underline;
}

a#logo {
	text-decoration: none !important;
}

#placeholder-nav table td {cursor: pointer;cursor: hand; }    /* @end */

/* @group Template Settings */

/* Don't touch these unless you know how CSS layouts work */

body {
	background: #AEA392 url(/images/cssimg/main_bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
}

body#sub {
	background: #AEA392 url(/images/cssimg/main_bg.jpg);
	background-repeat:repeat-x;
	margin: 0;
}


div#top {
	margin: 0;
	margin-top: 30px;
}
div#nav {
	margin: 0;
	width: 200px;
	float:left;
	margin-right:10px;
	margin-left:15px;
}
div#navmenutop {
	background-image: url(/images/cssimg/menu_top.png);
	background-repeat:no-repeat;
	height:50px;
	width: 200px;
	padding-left:10px;
}
div#navmenu { 
	background-image: url(/images/cssimg/menu_bg.png);
	background-repeat: repeat-y;
	height:auto;
	width: 200px;
	padding-left:10px;
	padding-top:10px;
}
div#navmenubtm {
	background-image: url(/images/cssimg/menu_btm.png);
	background-repeat:no-repeat;
	height:10px;
	width: 200px;
}
div#navjoinus {
	background-image: url(/images/cssimg/join.jpg);
	background-repeat:no-repeat;
	height:188px;
	width:180px;
	padding-left:3px;
}
div#nav60xph
{
	height:60px;
	width:180px;
}


div#maintop {
	width: 980px;
	height: 20px;
	background-image: url(/images/cssimg/main_bg_top.png);
	background-repeat:no-repeat;
}
div#mainbtm {
	width: 980px;
	height: 20px;
	background-image: url(/images/cssimg/main_bg_btm.png);
	background-repeat:no-repeat;
}
div#main {
	width: 980px;
	background-image: url(/images/cssimg/main_bg_mid.png);
	background-repeat: repeat-y;
	height:100%;
	min-height:800px;
}
div#maincopyright {
	float:none;
	text-align:center;
	width: 980px;
	background-image: url(/images/cssimg/main_bg_mid.png);
	background-repeat: repeat-y;
	padding-top:20px;
	font-size: 11px;
}
div#tfnav {
	width: 980px;
	height:50px;
}
div#content {
	float:right;
	width: 740px;
	margin-right:15px;
}

body#sub div#main {
	width: 789px;
}

div#main div.inner {
	padding: 18px 36px;
}

div#nav {
}

div#nav .title1 {
	font-size:16px;
}


div#nav input.cat_textbox_small {
	width: 160px;
	border:none;
	border:#9ad1f1 solid 1px;
}

div#placeholder-rss {
	height: 16px;
	margin-bottom: 9px;
	text-align: right;
}

div#placeholder-rss img {
	margin: 0 9px;
	vertical-align: middle;
}

div.whoslogged {
	height: 36px;
	line-height: 36px;
	padding-right: 40px;
	text-align: right;
}

body#sub div.whoslogged {
	padding: 0;
}

div#placeholder-footer {
	padding: 0 30px;
}

div#placeholder-nav-vert td {
	text-align: right;
}

div#placeholder-nav-vert div div table td {
	font-size: 11px;
	padding: 3px;
	text-align: left;
}

#placeholder-nav-vert table td {
cursor: pointer;
cursor: hand;
}

img .contentimg{
	border:#999999 1px solid;
}

#divscroll
{
	height: 200px;
	width: 500px;
	padding-right:5px;
	overflow-x: hidden;
	overflow-y: scroll;
	scrollbar-arrow-color: #cccccc;/*Arrow color*/
	scrollbar-base-color: #666666;
	scrollbar-track-color: #F4F4F4;/*background color*/
	scrollbar-face-color:#444444; /*Scrollbar background color*/
	zoom: 100%;
}
/* @end */
