html,body{margin:0;padding:0}
p{margin:0 10px 10px}
a{display:block;color: #006;padding:10px}
div#header{position:relative}
div#content p{line-height:1.4}
div#navigation{background:#B9CAFF}
div#extra{background:#FF8539}
div#header h1 {
	display: none;
}

div#wrapper{float:left;width:100%;margin-left:-250px}
div#content{margin-left:360px;margin-top: 20px;margin-right: 40px;}
div#right{float:right;width:210px;margin-right: 40px; margin-top: 20px;}
div#footer{}

body {
	font: 76% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	background: #f4f4ed;
	color: #333;
}

div#header-rpt {
	background: #FFF url(/images/header-bg-repeat.gif) top left repeat-x;
}

div#header {
	padding: 0 40px;
	background: url(/images/header-bg.jpg) top left no-repeat;
}

div#header img#images {
	position: absolute;
	top: 0;
	right: 40px;
}



ul#navbar {
	background: #FFF;
	list-style: none;
	margin: 0;
	margin-left: 60px;
	padding: 0;
}

ul#navbar li {
	background: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	
}

ul#navbar li a {
	margin: 0;
	padding: 0 10px;
	color: #4579b8;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #4579b8;
}

ul#navbar li.last a {
	border: 0;
}

div#topnav-outer {
	position: absolute;
	margin: 0;
    padding: 0;
	top: 10px;
	left: 530px;
	background: #4579b8 url('/images/bl-corner.gif') bottom left no-repeat;	
}

ul#topnav {
	margin: 0;
    padding: 0;
	list-style: none;
}

ul#topnav li {
	background: transparent;
	margin: 0 0;
	padding: 0;
	float: left;
	list-style: none;
}

ul#topnav li a {
	color: #FFF;
	margin: 4px 0;
	padding: 5px 20px;
	border-right: 1px solid #FFF;
	text-decoration: none;
}

ul#topnav li.last {
	border: 0;
	background: url('/images/br-corner.gif') bottom right no-repeat;
}

ul#topnav li.last a {
	border: 0;
}

div#header-clear {
	height: 20px;
	clear: both;
}

.clear {
	clear: both;
}

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
}

p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}

h1 {
	margin-bottom: 20px;
	font-size: 200%;
	color: #1857a3;
}

h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 170%;	
}

h3 {
	margin-bottom: 20px;
	font-size: 150%;
}

h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 130%;	
}

div#right h3 {
	color: #1857a3;	
}

ul {
	margin-bottom: 1em;
}
li {
	list-style: circle;
	margin-left: 20px;
}

#content a, #right a {
	color: #1857a3;
	display: inline;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#content a:hover, #right a:hover {
	color: #FFF;
	background: #1857a3;
	margin: 0;
	padding: 0;
}

div#footer {
	padding: 15px 0 15px 110px;
	background: #FFF;
	clear: both;
}

div.link {
	clear: both;
	margin: 0 0 20px 0;
}

div.link p, div.link h2 {
	margin-left: 180px;
}

div.link img {
	float: left;
    margin: 0 20px 20px 0;
}

a h2 {
	color: #7D7D4F;
}

a:hover h2 {
	text-decoration: underline;
}



/* "Winter Blues" CSS theme for CSS Table Gallery (http://icant.co.uk/csstablegallery/) by Gunta Klavina (http://www.klavina.com) */

table {font: 85% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;padding: 0; margin: 0 0 20px 0; border-collapse: collapse; color: #333; background: #F3F5F7;}

table a {color: #3A4856; text-decoration: none; border-bottom: 1px solid #C6C8CB;}  

table a:visited {color: #777;}

table a:hover {color: #000;}  

table caption {text-align: left; text-transform: uppercase;  padding-bottom: 10px; font: 170% "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;}

table thead th {background: #3A4856; padding: 15px 10px; color: #fff; text-align: left; font-weight: normal;}

table tbody, table thead {border-left: 1px solid #EAECEE; border-right: 1px solid #EAECEE;}

table tbody {border-bottom: 1px solid #EAECEE;}
                      
table tbody td, table tbody th {padding: 10px; text-align: left;}

table tbody tr {background: #F3F5F7;}

table tbody tr.odd {background: #F0F2F4;}

table tbody  tr:hover {background: #EAECEE; color: #111;}

table tfoot td, table tfoot th, table tfoot tr {text-align: left; font: 120%  "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif; text-transform: uppercase; background: #fff; padding: 10px;}


