@charset "utf-8";
.mainstyle {
	font-family: "Times New Roman", Times, serif;
	list-style-type: circle;
	font-size: medium;
}
h1 {
	font-size: small;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;	
}
h3 {
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	padding-bottom: 0px;
	font-style: italic;
	}
	
h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.menu {color: #174A9D;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menusub {color: #174A9D;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.news {font-size: medium; color: #174A9D;}

label {
	font-weight: bold;
	}

.questionbox {
    
	}
	
#emailaddr {
	width: 100px;
	margin-right: 100px;
	}	
	
.rmenubg {
	background-image: url(images/smallrightback.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 5px;
	margin-left: 5px;
}
.rbackground {
	background-image: url(images/smallrightback.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 5px;
	margin-left: 5px;
}

.rblueground {
	background-image: url(images/blueback.png);
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 5px;
	margin-left: 5px;
}

.indexnews { 
	color: #009933;
}

.indextitle {	
	color: #FFFFFF;
	margin-top: 10px;
}
.frontpagenews {
	color: #330099;
	width: 909px;
}

.askus {
	float: right;
	width: 150px;
	border: 1px groove #174A9D;
	padding: 3px;
	text-align: center;
}

.askuscenter {
    margin-left: 35px;
	width: 160px;
	border: 1px groove #174A9D;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif
	}
.askusheader {
    font-weight: bold;
	font-size: 18px;
	color: #000099;
	text-align: center;
	}	
.pagelink {
	color: blue;
	text-decoration: underline;
	}
	
.Positive {
	position: relative;
	left: 25px;
	color: #0000FF;
}
.Negative {
	color: #990000;
	left: 25px;
	position: relative;
}
a:link {
	color: #174A9D;
	text-decoration: none;
}
a:visited {
	color: #174A9D;
	text-decoration: none;
}
a:active {
	color: #174A9D;
	text-decoration: none;
}
a:hover {
	color: #174A9D;
	text-decoration: none;
}