@charset "utf-8";
* {
        margin:         0;
        padding:        0;
        border-collapse:collapse;
        border-spacing: 0;
        font-family: arial, sans-serif;
}
html, body {
        color:          #000;
        background: url('/img/page_bg.gif') #3571af;
        background-position: top center;
        background-repeat: no-repeat;
        line-height:    1.45;
}                                        
body {
        font-size:      100.01%;
}

a { text-decoration: none; color: white; font-size: 11px; font-family: verdana; padding-right: 10px; }
a:hover { color: gray; }
img { border: none; }

#page {                                  
	width: 861px;
	/*border: 1px solid gray;*/
	margin: 0px auto;
	margin-top: 0px;
	min-height: 550px;
	/*position: static;*/
}

#header {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	width: 861px; height: 226px;
	margin-bottom: 5px;
}

#menu {
	height: 30px;
	background: #719bc7;
	width: 861px;
	vertical-align: middle;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	font-size: 12px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	height: 25px;
	float: left;
	width: 19%;
	text-align: center;
	padding-top: 5px;
	color: #ececec;
	font-weight: bold;
	border-right: 1px solid black;
}

#menu ul li.active {
	height: 25px;
	float: left;
	width: 19%;
	text-align: center;
	padding-top: 5px;
	color: #ececec;
	font-weight: bold;
	border-right: 1px solid black;
	background: #1b3451;
}

#menu ul li:hover {
	background: #1b3451;
}

#menu a {
	color: #ececec;
	font-size: 100.01%;
}
#menu a:hover {
	color: red;
}

#box200 {
	background: url('/img/boxbody200.gif');
	width: 200px;
	padding: 0px;
	margin: 0px;
	line-height: 0;
}
#box200 div { line-height: 101%; padding-left: 12px; padding-right: 10px; text-align: center; }
#box200 div span { font-size: 11px; line-height: 100.01%; text-align: left; display: block; padding-left: 5px;}

#box630 {
	background: url('/img/boxbody630.gif');
	background-position: bottom;
	width: 639px;
	padding: 0px;
	margin: 0px;
	line-height: 0;
}
#box630 div { font-size: 11pt; font-family: verdana; padding: 15px; padding-bottom: 40px; padding-top: 0px; line-height: 120.01%; }

#box630 div.newsindex { float: left; width: 250px; font-size: 11px; margin: 0px; padding: 0px; }
#box630 div.newsindex div { float: right; padding: 0px; margin: 0px;}
#box630 div.newsindex div a { color: blue; }
#box630 div.newsindex div a:hover { color: red; }

#box630 div ul li a { color: blue; }
#box630 div ul li a:hover { color: red; }

#fourboxes { clear: both; width: 840px; background: url('/img/4boxes_bg.gif'); line-height: 0; background-repeat: repeat-y; }
#fourboxes ul { line-height: 100%; list-style: none; padding-left: 2px;}
#fourboxes ul li { float: left; width: 178px; margin-left: 10px; padding-left: 4px; padding-right: 13px; font-size: 11px;}
#fourboxes ul li ul { list-style: circle; }
#fourboxes ul li ul li { width: 160px; clear: both; padding-top: 4px;}
#fourboxes ul li div { text-align: right; width: 100%; }
#fourboxes ul li div a { color: blue; }
#fourboxes ul li div a:hover { color: red; }

h1 { font-size: 16pt; font-weight: bold; }
h2 { font-size: 12pt; font-weight: bold; padding-bottom: 10px; text-decoration: underline; }

#rmenulink { text-align: right; }
#rmenulink div.red { background: url('/img/arrow_red.gif') white; text-align: left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 12px; vertical-align: middle; }
#rmenulink div { background: url('/img/arrow.gif') white; text-align: left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 11px; vertical-align: middle; }
#rmenulink a { color: #495d74; font-size: 8pt; font-family: arial; }
#rmenulink a.np { color: black; font-size: 10pt; font-family: arial; text-decoration: underline;}
#rmenulink a.active { font-weight: bold; }
#rmenulink a:hover { color: red; }


#box630 div form label { display: block; width: 200px;}

#msgs { font-size: 2pt; float: right; border-left: 1px solid gray; width: 310px; }
#msgs a { color: blue; }
#msgs a:hover { color: red; }
#msgs span { font-size: 11px; line-height: 100.01%;}
