body { color: black; background-color: white; }

a {
	color: blue;
}

a:visited {
	color: blue;
}

a.menuItemSelected { 
	background:#eef3f6; 
	color:#3b5a9a;
	font-weight: bold;
	font-size: 100%;
	display:block;
	text-decoration: underline;
	white-space: nowrap;	
}

a.menuItemSelected:hover {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}


a.menuItem { 
	background:#eef3f6;
	color:#3b5a9a;
	font-size: 100%;
	display: block;
	white-space: nowrap;
}

a.menuItem:hover {
	margin-left: auto;
	margin-right: auto;
	width: 100%;	
	color:#001b50;
	cursor: pointer;	
	text-decoration: underline;	
}


div.newsbox {
	margin: 0 0; 
	width: 800px; 
	background: white url(../images/rounded_right_bottom.gif) no-repeat right bottom;
	font-size: 100%;
}
div.newsbox:hover { background: #f4f4f4 url(../images/rounded_right_bottom.gif) no-repeat right bottom;}

div.newsboxhead {
	background: url(../images/rounded_top_right.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
	cursor: pointer;
}
div.newsboxhead div { background: url(../images/rounded_left_top.gif) no-repeat left top; margin: 0; color: blue; font-weight: bold; font-size: 1.2em; line-height: 1em; padding-top: 5px; padding-right: 5px; padding-left: 5px; }
div.newsboxbody { background: url(../images/rounded_left_bottom.gif) no-repeat left bottom; margin: 0; padding-top: 0px; padding-right: 5px; padding-left: 5px; }


div.menubox {
	margin: 0 0;
	background: #eef3f6 url(../images/rounded_right_bottom.gif) no-repeat right bottom;
	font-size: 100%;
}

div.menuboxhead {
	background: url(../images/rounded_top_right.gif) no-repeat top right;
	text-align: left;
}

div.menuboxhead div {
	background: url(../images/rounded_left_top.gif) no-repeat left top;
	line-height: 1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

div.menuboxbody {
	background: url(../images/rounded_left_bottom.gif) no-repeat left bottom; 
	padding-right: 5px;
	padding-left: 5px;
}

div.sboxlowerleft {
	background: #eef3f6 url(../images/s_left_top.gif) no-repeat left top;
	padding-left: 40px;
	float: right;
}

div.sboxlowerleft div {
	background: url(../images/rounded_right_bottom.gif) no-repeat right bottom;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
}

div.sboxlowerright {
	width: auto;
	background: #eef3f6 url(../images/s_right_top.gif) no-repeat right top;
	padding-right: 40px;
	float: left;
}

div.sboxlowerright div {
	background: url(../images/rounded_left_bottom.gif) no-repeat left bottom;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	padding-bottom: 3px;
}

div.sboxupperleft {
	background: #eef3f6 url(../images/s_left_bottom.gif) no-repeat left bottom;
	padding-left: 40px;
	float: left;
}

div.sboxupperleft div {
	background: url(../images/rounded_top_right.gif) no-repeat right top;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin: 0 0 0 0;
}

div.sboxupperright {
	width: auto;
	background: #eef3f6 url(../images/s_right_bottom.gif) no-repeat right bottom;
	padding-right: 40px;
	float: right;
}

div.sboxupperright div {
	background: url(../images/rounded_left_top.gif) no-repeat left top;
	line-height: 1em;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
	padding-bottom: 3px;
}


div.simplebox {
	background: #eef3f6;
	width: 806px;
	height: 24px;
	padding: 3px 0 0 0;
	margin: 0 0 0 0;
}

input.textbox {
	margin: -5px 0 0 0;
	padding: 1px 1px 1px 1px;
	border-color: #a8a8aa;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	background-color: #fafafa;
	color: gray;
	text-align: center;
	vertical-align: middle;
	position:relative;
	top: -2px;
}
.fadedtitle {
	padding: 0;
	color: #404040;
	font-weight: bold;
	font-size: 160%;
	vertical-align: middle;
	position: relative;
	top: 0px;
}

.fadedtitleSmall {
	color: #404040;
	font-weight: bold;
	font-size: 125%;
}

.newstitle {
	color:#1754a2;
	font-size:large;
	font-family: Arial;
	cursor:pointer;
	font-weight: lighter;
}

h1 {
	padding:0px;
	text-align:left;
	margin-top:0px;
	background:none;
	border-bottom:1px solid #aaa;
	color:black;
	margin:0;
	padding-top:.5em;
	padding-bottom:.17em;
	font:14pt normal;
}
h1.box {
	padding:0px;
}

