body{
	margin:0px;
	padding:0px;
	background-color:#0F1932;
}

body, td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.sigTitle{
	font-size:14px;
	color:#000033;
	font-weight:bold;
	padding-left:10px;
}

/* FreshRollover */
a:hover .rollover{
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}
.hoverfade{
	cursor:pointer;
}
.content_shell{ background-image:url(images/content_bg.jpg); background-repeat:no-repeat; width:716px; height:434px; }
.menu_shell{ height:100%; background-image:url(images/left_banners/home.jpg); background-position:bottom; background-repeat:no-repeat;}

#content{
	padding:0px 20px 10px 13px;
}

/* jQuery Scrollbar */
.scroll-pane {
	height: 325px;
	/*width: 356px;*/
	width:275px;
	overflow:auto;
	/*background: #ccc;*/
	float: left;
	padding:2px;
}

.scroll-pane br{
	line-height:1em;
}

/* Forms */
input[type=text], input[type=button], input[type=password], input[type=submit], textarea{
	background:transparent;
	border:1px solid #000000;
}

/* Links */
a:link, a:active, a:visited{
	color:#EDE69E;
	text-decoration:none;
}
a:hover, a:focus{
	color:#daad3a;
	text-decoration:underline;
}