/* A Widow Style sheet: 12-06-06 */

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:10pt;
	background:#99ccff;
	color:#333;
	margin:30px auto;
	padding:0;
	border:0;
	text-align:center;
	}
div, td {
	margin:0;
	padding:0;
	border:0;
	}

/* general properties */
.content {
	padding:0px 20px 20px 20px;
	vertical-align:top;
	}
	
.content-home {
	padding:20px;
	}
		
h1, h2, h3, h4, h5, p, li {
	padding:4px 8px;
	}
p {
	font-size:10pt;
	}
		
h3 {
	color:#24536A;
	font-size:11pt;
	margin-bottom:0;
	padding-bottom:0;
	}
h4 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:12pt;
	}
	
.h42 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:12pt;
	font-weight:bold;
	}	

h5 {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.h52 {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}		

h6 {
	color:#333333;
	font-size:14pt;
	margin-bottom:0;
	padding-bottom:0;
	}	
	
.headlines {
	color:#333333;
	font-size:14pt;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
	}	
	
.content a:link  { 
	color: #24536A; 
	text-decoration: none;
	}
.content a:visited  { 
	color: #24536A; 
	text-decoration: none;
	}
.content a:hover  { 
	color: #24536A; 
	text-decoration: underline;
	}
.content a:active  { 
	color: #24536A; 
	text-decoration: none;
	}

.content-home a:link  { 
	color: #24536A; 
	text-decoration: none;
	}
.content-home a:visited  { 
	color: #24536A; 
	text-decoration: none;
	}
.content-home a:hover  { 
	color: #24536A; 
	text-decoration: underline;
	}
.content-home a:active  { 
	color: #24536A; 
	text-decoration: none;
	}


#wrapper {
	font-size:110%;
	position:relative;
	width:800px;
	margin:0 auto;
	background:#ffffcb;
	text-align:left;
	}
#search-form {
	position:absolute;
	top:8px;
	right:8px;
	z-index:10;
	}
/* main table */
#big-table {
	border:solid 1px #1c465a;
	width:800px;
	vertical-align:top;
	}
#header {
	height:188px;
	border-bottom:solid 1px #1c465a;
	background-color:#056283;
	}
/* top navigation */
#nav {
	border-bottom:solid 1px #1c465a;
	background:#fff url(../images/bg/nav-bg.jpg) repeat-x left top;
	}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#nav li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	}
#nav a:link, #nav a:visited {
	text-decoration:none;
	text-align:center;
	font-variant:small-caps;
	color:#056283;
	padding:2px 0;
	display:block;
	float:left;
	border-right:solid 1px #1c465a;
	width:155px;
	voice-family: "\"}\""; 
  	voice-family:inherit;
	width:154px;
	}
#nav a#last {
	border-right:none;
	}
#nav a:hover {
	text-decoration:underline;
	}
.content {
	padding:0;
	font-size:100%;
	float:none;
	}
#content-left, #content-right {
	width:220px;
	padding-left:10px;
	padding-right:10px;
	}	

#content-right #meta {
	list-style:none;
	margin:0 10px;
	padding:2px 3px;
	background-color: #66CC66; 
	border: solid 1px black; 	
	}
#content-right #meta li {
	display:inline;
	padding:0;
	}
#content-right #meta li a {
	margin-right:3px;
	}
	
#content-left h3 {
	padding:10px 14px 0 14px;
	}

#content-left p {
	padding:0 14px 4px 14px;
	font-weight:bold;
	}
	
	
#content-left-home, #content-right-home {
	width:180px;
	padding-left:10px;
	}	

#content-right-home #meta {
	list-style:none;
	margin:0px 10px;
	padding:2px 3px;
	background-color: #66CC66; 
	border: solid 1px black; 	
	}
#content-right-home #meta li {
	display:inline;
	padding:0;
	}
#content-right-home #meta li a {
	margin-right:3px;
	}

	

/* main content */
#main {
	float:none;
	}

/* classes */
.hf  { font-size:9pt; }
.box, .entrytext { background-color: white; border: solid 1px black; margin:10px; }
.title{ font-size:14pt; font-weight: bold; }
.description { font-weight: bold; }
.bar { text-align:center; margin-bottom:0; padding-bottom:0; }
.small { font-size:9pt; }


/* footer */
#footer {
	padding:25px 5px;
	font-size:9pt;
	font-weight:bold;
	}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	}
#footer li {
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	}
#footer a {
	color:#1c465a;
	padding:4px 8px;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration:underline;
	}
#footer p {
	text-align:center;
	}
#copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#474747;
	text-align:center;
	margin:12px 0 50px 0;
	}