body{
	background-image: url(../images/newbkg.jpg);
	color: #000099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
/*	text-align: center;*/
	font-size: 1em;
}

#wrapper{
	width: 770px;
	background-color: #fff;
	margin: 10px auto;
	border: 4px solid #000099;
	text-align: left;
/*	background-image: url(../images/nav_bkg1.gif);
	background-repeat: repeat-y;
*/
}

#banner{
	height: 150px;
/*	border-bottom: 3px solid #000099;
*/	/*background-image: url(../images/banner_bg_without_logo.jpg)
	background-repeat: no-repeat;*/
}

#content {
	margin: 20px 0 0 200px;
	width: 550px;
}

#content p, #content dl {
	font-size: 0.9em;
	margin: 20px;
}
#content li {
	font-size: 0.9em;
	margin: 10px 20px;
}

#content dt {
	font-weight: bold;
	font-size: 0.9em;
}

th {
	font-weight: bold;
}

td {
	font-size: 0.9em;
}

td a {
	line-height: 1.8em;
}

.listing td {
	font-size: .8em;
	padding: 15px 0 0 0;
}

#content h1{
	font-size: 1.5em;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color: #000099;
	padding: 0;
	margin: 20px;
}

#content h2{
	font-size: 1.3em;
	text-align:center;
	font-family: "Times New Roman", Times, serif;
	color:#ff0000;
	padding: 0;
	margin: /*100px 0 0*/ 20px;
}

#content h3{
	font-size: 1.2em;
	font-family: "Times New Roman", Times, serif;
	text-align:left;
	color: #000099;
	padding: 0;
	margin: /*100px 0 0*/ 0 20px;
}
#content h4{
	font-size: 110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #6600;
	font-weight: bold;
	padding: 0;
	margin: /*100px 0 0*/ 5px 20px;
}
#content a:link, #content a:visited {
	color: #000099;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #00CCCC;
	background-color: #ffffff;
	text-decoration: none;
}

.indentit {
	padding-left: 20px;
}


#changecolor {
	color: #FAB47C;
	font-weight: bold;
}

.leftimage{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 3px outset #000000;
}

.leftpicture{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #000000;
}

.rightimage{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
	border: 3px outset #000000;
}

.rightpicture{
	margin-bottom: 20px;
	float: right;
	margin-left: 15px;
}

.clearit{
	clear: both;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	color: #003399;
	clear: both;
	font-size: 0.7em;
}

#leftcol{
	text-align:left;
	margin-left: 10px;
	margin-top: 20px;
	width: 170px;
	margin-bottom: 20px;
	float: left;
}

#content p.right{
	float: right;
}

/*.container{
	width: 99%; 
	float:right;
}*/

.warning {
	font-weight:bold;
	color:#FF0000;
}
.full {
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
}
.daily {
	width: 400px;
	border-color: #000099;
	border-style: solid;
	border-width: 3px 3px 3px 20px;
	margin: 20px 0 0 50px;
}
