html{overflow-y:scroll}

body {
	background: #e6f3fc url(images/bg.jpg) top left repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: verdana, arial, tahoma;
	color: #262626;
	font-size: 100%;
	}
	
a {
	color: #3a87c9;
	text-decoration: underline;
	}
	
a:hover {
	color: #286aa3;
	}
	
.clear {
	clear: both;
	}

.float_right {
	float: right;
	}
	
.float_left {
	float: left;
	}
	
.pl_button {
	float: left;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #134a89;
	}
	
h1 {font-size: 1.5em;font-weight: normal;padding: 4px 0;border-bottom: 1px solid #dedede;}
h2 {font-size: 1.2em; color: #333333;}
h3 {font-size: 1.1em; color: #686868;}
h4 {font-size: 1.0em;}
h5 {font-size: .9em;}
h6 {font-size: .9em;}

hr {
	background: #c3c3c3;
	color: #c3c3c3;
	height: 1px;
	border: 0;
	}

#wrapper {
	width: 960px;
	margin: 0 auto;
	font-size: .8em;
	text-align: left;
	}

#nav {
	border: 0;
	font-size: 13px;
	font-weight: bold;
	background: #edf5fb;
	border-top: 3px solid #5a85b5;
	margin: 10px 0;
	}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#nav ul li {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	}
	
#nav ul li a {
	display: block;
	float: left;
	padding: 16px 10px;
	color: #3f71ac;
	text-decoration: none;
	line-height: 200%;
	}
	
#nav ul li a:hover {
	color: #3f83d3;
	}
	
#nav ul li.current a {
	color: #FFFFFF;
	background: #5a85b5;
	}
	
#header .logo h1 {
	font-size: 1.9em;
	padding: 18px 0;
	}
	
#main {
	background: #FFFFFF url(images/main_bg.gif) top left repeat-y;
	margin: 10px 0;
	}
	
#content {
	width: 730px;
	float: left;
	padding: 10px;
	}
	
#content .content_wrap {	
	padding: 6px;
	}

#sidebar {
	width: 190px;
	float: right;
	margin: 10px;
	}
	
#sidebar .tcat {
	background: #add2f6 url(images/sidebar_tcat.gif) top left repeat-x;
	padding: 10px;
	color: #134a89;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	}
	
#sidebar .trow {
	padding: 6px;
	}
	
#sidebar .trow p {
	margin: 0;
	margin-bottom: 14px;
	padding: 0;
	}
	
#footer {
	text-align: right;
	font-size: .7em;
	padding: 10px 0;
	}
	
table, td {font-size: 100%;}

.tborder {
	background: #fff;
	border: 1px solid #d3d3d3;
}

.tcat {
	background: #3e3e3e;
	padding: 8px;
	font-size: .9em;
	color: #FFFFFF;
	font-weight: bold;
}

.tcat a {
	color: #FFFFFF;
	}
	
.tcat a:hover  {
	color: #cecece;
	}

.thead {
	background: #cacaca;
	padding: 6px;
	color: #343434;
	border-bottom: 1px solid #d3d3d3;
	font-weight: bold;
	font-size: .8em;
}

.trow1 {
	background: #f7f7f7;
	color: #474747;
	padding: 8px;
}

.trow2 {
	background: #ededed;
	color: #474747;
	padding: 8px;
}

.ddmenu_subcats {
	text-align: left;
	position: absolute;
	display:none;
	border: 1px solid #5A85B5;
	border-top: 0;
	border-bottom: 0;
	font-size: .7em;
	line-height: 26px;
	z-index: 100;
	background: #EDF5FB;
	width: 160px;
	margin: 0;
	padding: 0;
}

.ddmenu_subcats a {
	text-align: left;
	color: #22689e;
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #5A85B5;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
}

.ddmenu_subcats a:hover {
	background: #dceffd;
	color: #3492da;
}

.dd_menu span {
	background: transparent url(images/ddarrow.png) center bottom no-repeat;
	display: block;
}