html, body {
	font-family: Verdana, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #0b0a20;
	background: #fff;
	min-width: 890px !important;
}

p {
	font-size: 12px;
	margin: 8px 0 12px 0;
	line-height: 150%;	
}

a, a:link, a:active, a:visited {
	color: #0b0a20;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #09f;
}

/*---------- Headings ----------*/

h1 { 
      padding-top: 10px;
      margin-top: 0;  
      font: bold 160% Verdana, Arial, sans-serif;
}

h2 { 
    padding-top: 10px;
    margin-top: 0;  
	 font-size: 22px;
   	font-weight: bold;
	text-align: left;
}

h3 { 
    padding-top: 10px;
    margin-top: 0;  
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}


h4 { 
    padding-top: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #00004F;
}


/* ### Background ### */

.page-tl {
	width: 50px;
	height: 135px;
	background: url(images/page-tl.png) no-repeat bottom;
}

.page-tr {
	width: 50px;
	height: 135px;
	background: url(images/page-tr.png) no-repeat bottom;
}

.page-ts {
	height: 115px;
	background: #fff;
	padding-top: 20px;
	vertical-align: top;
}

.page-sl {
	width: 50px;
	background: url(images/page-sl.png) repeat-y;
}

.page-sr {
	width: 50px;
	background: url(images/page-sr.png) repeat-y;
}

.page-ss {
	background: #fff;
	padding: 40px;
	text-align: left;
	/* vertical-align: top; */
}

.page-sidebar {
	width: 170px;
	vertical-align: top;
	padding-right: 10px;
}

.page-bl {
	width: 50px;
	height: 60px;
	background: url(images/page-bl.png) no-repeat;
}

.page-br {
	width: 50px;
	height: 60px;
	background: url(images/page-br.png) no-repeat;
}

.page-bs {
	height: 60px;
	background: url(images/page-bs.png) repeat-x;
}

/* ### Header ### */

.logo {
	width: 300px;
	height: 80px;
	background: url(images/logo.png) no-repeat top;
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	padding-top: 25px;
	color: #003399;
}

.logo h3 { 
  	color: #003399;  
	font-size: 14px;
	position: absolute;
	top: 15px;
	left: 50px;
	text-align: center;
	padding-top: 25px;
}


.search {  
  font: bold 85% Verdana, Arial, sans-serif;
  color: #0b0a20;
  margin: 0 auto;
  padding: 0;
  float: right;
  vertical-align: top;
}

	input.btn {
		border: 0px;
		width: 99px;
		height: 20px;
		background: url(images/button-low.png);
		outline: none;
	}
	
	input.btnhov {
		background: url(images/button-hov.png);
		outline: none;
	}
	
	input.btndwn {
		background: url(images/button-dwn.png);
		outline: none;
	}
	
	input.text {
		background: #fff url(images/input-shdw.png) repeat-x top left;
		border: #67639b 1px solid;
		height: 18px;
		padding: 0px;
		margin: 0px;
		position: relative;
		top: -1px;
	}
	


	
	
.nav-s {
	width: 100%;
	min-width: 890px !important;
	height: 30px;
	background: url(images/nav-s.png) repeat-x;
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}

.nav-l {
	width: 10px;
	height: 30px;
	background: url(images/nav-l.png) no-repeat;
	display: inline-block;
	float: left;
}

.nav-r {
	width: 10px;
	height: 30px;
	background: url(images/nav-r.png) no-repeat;
	display: inline-block;
	float: right;
}

.nav-s ul, .nav-s li {
	list-style: none;
}

.nav-s ul li a, .nav-s ul li a:link {
	height: 24px;
	display: inline;
	float: left;
	position: relative;
	top: -15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 6px;
	font-size: 12px;
	color: #0b0a20;
	font-weight: bold;
	text-decoration: none;
}

.nav-s ul li a:hover {
	height: 30px;
	background: url(images/nav-btnhov.gif) repeat-x;
	display: inline;
	float: left;
}

.nav-s ul li a:active {
	height: 30px;
	background: url(images/nav-btndwn.gif) repeat-x;
	display: inline;
	float: left;
}

.nav-btn-trm {
	height: 24px;
	width: 2px;
	display: inline;
	float: left;
	position: relative;
	top: -15px;
	padding-top: 6px;
	background: url(images/nav-btn-trm.png) no-repeat;
}

/* ### Body ### */

.table-1 {
	min-width: 400px !important;
	width: 75%;
}

.th-left {
	min-width: 200px !important;
	width: 30%;
	height: 20px;
	background: url(images/th-background.gif) repeat-x;
	border-left: #67639b 1px solid;
	font-size: .8em;
	text-align: left;
}

.th-center {
	min-width: 100px !important;
	width: 20%;
	height: 20px;
	background: url(images/th-background.gif) repeat-x;
	border-left: #67639b 1px solid;
	border-right: #67639b 1px solid;
	font-size: .8em;
	text-align: center;
}

.th-right {
	min-width: 100px !important;
	width: 20%;
	height: 20px;
	background: url(images/th-background.gif) repeat-x;
	border-right: #67639b 1px solid;
	font-size: .8em;
	text-align: center;
}

.td-center {
	min-width: 100px !important;
	width: 20%;
	height: 18px;
	border-top: #67639b 1px solid;
	border-bottom: #67639b 1px solid;
	border-left: #67639b 1px solid;
	border-right: #67639b 1px solid;
	font-size: .8em;
	text-align: center;
}

.td-right {
	min-width: 100px !important;
	width: 20%;
	height: 18px;
	border-top: #67639b 1px solid;
	border-bottom: #67639b 1px solid;
	border-right: #67639b 1px solid;
	font-size: .8em;
	text-align: center;
}



table.front {
	margin-left:auto; 
	margin-right:auto;
	padding: 0;
	background: #CADAEE;
	border: 1px solid #789FD2;
}


table.basic {
	padding: 1px;
	border: 1px solid #069;
	background-color: #F2FCFF;
}


.page-ss li {
	padding-bottom: 10px;
}


.actiondiv {
	width: 600px;
	background: #ff0;
	color: #f00;
	font-size: 1.5em;
	font-weight: bold;
}

.actiondiv a, .actiondiv a:link {
	text-decoration: underline;
	color: #f00;
}

.actiondiv a:hover {
	color: #f60;
}

.bookmarks {
	width: 100%;
	color: #575757;
	font-weight: bold;
	text-align: center;
}

.bookmarks a, .bookmarks a:link {
	color: #575757;
	text-decoration: none;
	font-size: .8em;
	font-weight: normal;
}

.bookmarks a:hover {
	color: #666;
	text-decoration: underline;
}

.break {
	width: 100%;
	height: 1px;
	background-color: #000;
}

.break-left {
	width: 50px;
	height: 1px;
	background: url(images/break-left.png) no-repeat;
	display: inline-block;
	float: left;
}

.break-right {
	width: 50px;
	height: 1px;
	background: url(images/break-right.png) no-repeat;
	display: inline-block;
	float: right;
}

/* ### Sidebar ### */

.nav-s-mini {
	width: 162px;
	height: 25px;
	background: url(images/nav-s.png) repeat-x;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	position: relative; 
	left: -5px;
}

.sidebar-wrapper {
	width: 162px;
	border: 1px #0b0a20 solid;
	text-align: left;
	padding-left: 5px;
}

.sidebar-wrapper a, .sidebar-wrapper a:link {
	color: #0b0a20;
	font-size: 0.9em;
	line-height: 16px;
}

.sidebar-wrapper a:hover {
	color: #09f;
}

.subscribe-wrapper {
	width: 167px;
	height: 160px;
	background-color: #ffa87d;
	border-bottom: 1px #000 solid;
	position: relative;
	left: -5px;
}

.subscribe-feeds {
	width: 164px;
	height: 48px;
	text-align: center;
}

/* ### Footer ### */

.footer {
	width: 100%;
	min-width: 890px !important;
	font-size: 11px;
}

.footerlefttext {
	display: inline;
	float: left;
}

.footerrighttext {
	display: inline;
	float: right;
}
