@charset "utf-8";
/* CORE XHTML STYLES */
body {
	background-color: #d6e4ed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

img { border: none; }

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table tr td {
	vertical-align: top;
}

p { margin: 10px 0px; } 

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	color: #003051;
	margin-bottom: 10px;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	border-bottom: #003051 solid 2px;
}

h2 {
	font-size: 16px;
}

h3, h4 {
	font-size: 14px;
}

h5, h6 {
	font-size: 11px;
}

table tr th {
	text-align: left;
}

ul, ol { margin: 10px 0px; padding-left: 40px; }
ul li, ol li { line-height: 1.5em; }

/* GLOBAL STYLES USED IN THE TEMPLATE */
table#papersTable tr th, table#papersTable tr td { padding: 5px; }
.clr {
	clear: both;
}

a.button {
	cursor: pointer;
	background-color: #004574;
	border: #999 solid 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px;
}

/* TEMPLATE LAYOUT STYLES */
div#wrapper {
	width: 936px;
	margin: 0px auto;
	border: #FFF solid 2px;
	background-color: #dff3fd;
}

div#wrapper div#header, 
div#wrapper div#header div#header2 {
	background-repeat: no-repeat;
	width: 936px;
	height: 189px;
}

div#wrapper div#header {
	background-image: url(siteimages/header_1.jpg);
	background-position: top left;
	border-bottom: #FFF solid 2px;
}

div#wrapper div#header div#header2 {
	background-image: url(siteimages/header_2.jpg);
	background-position: top right;
}

div#wrapper td#leftColumn {
	width: 207px;
	background-color: #c5c3c3;
}

div#wrapper td#content {
	width: 699px;
	padding: 15px;
	background-image: url(siteimages/content_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

/* LEFT MENU STYLES */
ul#leftMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#leftMenu li {
	background-color: #002d4c;
	background-image: url(siteimages/menu_bg.gif);
	background-repeat: no-repeat;
	line-height: 29px;
	margin-bottom: 1px;
	padding: 0px 15px;
}

ul#leftMenu li a, 
ul#leftMenu li a:link, 
ul#leftMenu li a:visited,
ul#leftMenu li a:active {
	color: #FFF;
	background-image: url(siteimages/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}

div#ad {
	margin: 10px 0px;
	text-align: center;
}

/* FOOTER STYLES */
div#footer {
	height: 61px;
	border-top: #FFF solid 2px;
	background-image: url(siteimages/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 15px;
}

div#footer,
div#footer a, 
div#footer a:link,
div#footer a:visited,
div#footer a:active {
	color: #FFF;
}

div#footer ul.footerMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

div#footer ul.footerMenu li {
	display: inline;
}