@charset "utf-8";
/* CSS Document */
html, body {
margin: 0px;
padding: 0px;
}

body {
font-family: Verdana, Arial, sans-serif;
font-size: 0.75em;
color: #111111;
text-align: center;
background-color:#000033;

}
#wrapper {
width: 980px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: none;
background-color:#ffffff;
background-image:url(../images/wrapper-bg.gif)
}
#wrapper-white {
width: 980px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: none;
background-color:#ffffff;
}
#wrapper-black {
width: 980px;
margin: 15px auto 15px auto;
padding: 0px;
text-align: left;
border: none;
background-color:#ffffff;
background-image:url(../images/wrapper-bg-black.gif)
}

/*#header {
width: 980px;
height: 180px;
background-color: #000000;
border-bottom: none;
border:none;
margin: 0;
}*/
#container {
width: 100%;
height: auto;
margin: 0px;
padding:0px;}


#container a:link { background: #ECF4FF; text-decoration: none; font-weight: bold; color: #0000aa;}
/*#container a:visited { background: #ECF4FF; text-decoration: none; font-weight: bold; color: #245EB2;}*/
#container A:visited { background: #f7eafc; text-decoration: none; font-weight: bold; color: #754190;}
#container a:hover {background: #ffe4e4; text-decoration: underline; font-weight: bold; color: #BA0000;}
/*#container a:active { background: #ECF4FF; text-decoration: none; font-weight: bold; color: #245EB2;}*/

img
{  border-style: none;
}


#left {
width: 650px;
height: auto;
float: left;
padding: 40px 0px 40px 40px;
margin: 0px;
}


.right {
width: 200px;
height: auto;
float: left;
padding: 20px;
margin: 0px;
background-repeat: no-repeat;
}

#full {
width: 940px;
height: auto;
float: left;
padding: 20px;
margin: 0px;
}
#full-noborder {
width: 940px;
height: auto;
float: left;
padding: 0px;
margin: 0px;
}


#right p,tr, td,ul,ol {
margin: 0px;
line-height: 170%;
}
#left p,tr, td,ul,ol {
line-height: 170%;

}
#full p,tr, td,ul,ol {
line-height: 170%;

}

ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left:30px;
	}
	
ol {
margin-left:30px;}

h1 {
color:#000066;
font-size:x-large;
line-height:1.3em;
padding:0px;
margin:0px;}

h2 {font-size:large;
line-height:1.3em;
padding:0px;
margin:0px;
}
h3 {font-size:small;
line-height:1.3em;
padding:0px;
margin:0px;}

hr {
color:#000066;
background-color:#000066;
height:1px;
border:none;
}

.clearer {
font-size: 0px;
height: 0px;
width: 100%;
display: block;
clear: both;
}
#nav {
margin: 0px;
padding: 0px;
list-style: none;
list-style-image: none;
}
#nav li {
margin: 0px;
padding: 0px;
display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
color:#3F4554;
text-decoration: none;
display: block;
margin: 0px;
padding: 0px;
width: 160px;
background: #ECF4FF;
}
#nav li a:hover {
color: #ccc;
text-decoration: none;
background: #ECF4FF;
text-decoration: underline; 
font-weight: bold; 
color: #BA0000;
} 

#footer {
padding: 0px;
margin: 0px;
text-align: center;
background-color:#000000;
font-size:small;
}
#footer p {
margin: 0px auto 0px auto;
padding: 10px 0px 10px 0px;
font-size: smaller;
line-height: 1.7em;
color: #888;
}

#footer a:link, #footer a:visited  {
color: #888;
text-decoration: none;
background-color:#000000;
font-weight:normal;
}

#footer a:hover, #footer a:active  {
color: #fff;
text-decoration: underline;
} 
.textbox {
	padding: 20px;
	border: 1px solid #000;
}

.textbox-blue {
	padding: 20px;
	border: 1px solid #00f;
}
.textbox-red {
	padding: 20px;
	border: 1px solid #c00;
}
.textbox-red-narrow {
	padding: 20px;
	border: 1px solid #c00;
	width: 300px;
	float: left;
	margin-right: 15px;
}
.textbox-red-narrow-200 {
	padding: 20px;
	border: 1px solid #c00;
	width: 200px;
	float: left;
	margin-right: 15px;
}
.reduce {
	font-size: smaller;
}
.red {
	color: #C00;
}
.white {
	color: #fff;
}
.center-of-page {
	margin-right: auto;
	margin-left: auto;
}
.blue {
	color: #009;
}
.clearfix {
  overflow: auto;
}
.list-content {
 width: 80%;
margin: 0px auto 0px auto;}

.list-item-row  {
	clear:both; }
	
.list-date {
	float: left;
width:120px;
	clear:both;	
}
.list-item {
	float:right; width:600px;
	margin-bottom:10px;
	clear:right;
 }
.capt {
	font-style: italic;
	font-weight: bold;
	padding-bottom: 12px;
}
