body{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-color:#95B7EF
}


a:link, a:visited {
	color: #336699;
	text-decoration:none
}
a:hover, a:active {
	color: #FF3333;
	text-decoration:none
}

#container {
	width: 750px;
	text-align:left;
	background-color:#D7E6FF;
	margin:0px;
	padding:0px
}

#header {
	background-color:#D7E6FF;
	width: 750px;
	margin: 0px;
	padding: 0px;
	text-align:center;

}

#left{
	float: left;
	background-color:none;
	padding: 0px 10px 5px 10px;
}
#rightpane{
	width:180px;
	float:right;
	margin-right:5px;
	font-size:90%;

}
#rightpane hr{
	border:solid 1px #CCCCCC
}

.mainpane{
	width:395px;
	font-size:90%;
	background-image:url(img/bg-main.gif)
}
.mainpane td{
	padding-left:5px
}

#menu {
	
}

#maintext {
	width: 450px;
	margin-left: 150px;
	text-align:justify;
}

#newspane {
}

#footer {
	width: 750px;
	color:#FFFFFF;
	background-color: #336699;
	text-align:left
}
	
#list {
	padding: 10px;
	float: right;
	width: 140px;
	color: #FFFFFF;	
}
#list a:link, #list a:visited {
	color: #ffffff;
	text-decoration:none;
	
}
#list a:hover, #list a:active {
	color: #ffcccc;
	text-decoration:none
}
#list ul{
	margin-left:0px;

}
#list li {
	list-style-type:none;
	list-style-position:outside;
	background-color:#884554;
	padding:2px;
	margin-bottom:1px
}

fieldset {
	padding: 10px;
}
label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}
	
h1 {
font-weight:lighter;
font-size: 200%;
color:#003366
}
h2 {
font-size: 150%;
font-weight:lighter;
color:#336699
}
h3 {
	font-size: 120%;
}
h4 {
color:#993366
}
h5 {
color:#993366
}

fieldset {
	padding: 10px;
}
label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}
	
caption {
	text-align: left; 
	}
legend {
	color: #336699;
	font-weight:bold;
	font-size:small
}
input {
	color: #336699;
	font-size:x-small
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight:normal;
	font-size:x-small
}
select {
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	font-weight:normal;
}

.smalltext {
	font-size:90%;
	color:#FFFFFF;
}
.smalltext A:active, .smalltext A:visited, .smalltext A:link{
	color:#FFFFFF;
}
.smalltext A:hover{
	color:#CCFFFF;
}
#header-print {
	display:none
}

.imgborder{
border: 1px solid #ccc; }
