@charset "utf-8";
/* CSS Document */

body {
	background-color:#EAF5FF;
	margin:0;
	padding:0;
}
body, p, td, input, select {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#474643
}
td {
	vertical-align:top
}
a, a img {	border:none;	}
p {
	margin:5px 0 10px 0;
	padding:0;
}
#footer {
	height:34px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}
#footer p {
	text-align:center;
	margin:5px 0 0 0;
}
#spacer	{	margin:0; padding:0;	}
#border_left 				{	background-image:url(images/border_left.jpg);	}
#border_right 				{	background-image:url(images/border_right.jpg);	}
#border_right, #border_left	{	background-repeat:repeat-y;	width:10px;	}
#container 					{
	border-bottom:1px solid #999999;
	background-color:#EBF1E3;
}
#right_panel {
	background-image:url(images/right_bg.jpg);
	background-repeat:repeat-y;
	padding:10px
}
#search_top, #search_body, #search_footer {
	margin:0;
	padding:0;
}
#search_top {
	background-image:url(images/search_header.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:150px;
}
#search_top h3 {
	margin:0;
	padding:0;
	line-height:25px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}
#search_body {
	background-color:#ABD3E1;
	padding:0 5px;
}
#search_txt {	width:100px;	}

#content {
	padding:20px
}
#content ul li {
	list-style-image:url(images/bullet1.gif);
	margin-bottom:3px;
}
#content ol li {
	margin-bottom:10px;
}
#content a, #footer a {
	color:#2D95CC;
	text-decoration:none;
}
#content a:hover, #footer a:hover {
	color:#2EA10E;
	text-decoration:underline;
}
#white_top 		{	background-image:url(images/white_top.gif); height:6px;	}
#white_bottom 	{	background-image:url(images/white_bottom.gif); height:6px;	}
#white_top, #white_bottom, #white_body {
	background-repeat:no-repeat;
	width:540px;
	margin:0;
	padding:0;
}
#white_body {
	background-color:#FFFFFF;
	padding:0 10px 0 10px;
	width:520px;
}
#white_body h1 {
	margin-top:0;
}

h1 {
	font-size:14px;
	margin:15px 0 10px 0;
	padding:0;
	border-bottom:1px solid #757773;
	
}
h2 {
	font-size:13px;
	margin:10px 0 10px 0;
	padding:0;
	color:#339900;
}
#form_table input, #form_table select, #form_table textarea {
	width:200px;
}
#table_border th {
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
}
#table_border td {
	border-bottom:1px solid #CCCCCC;
}

.num_list a{
	font-weight:bold;
}

/* menu */
#menu_cell {
	height:25px;
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
}
#menu {
	list-style:none;
	width:750px;
	margin:0;
	padding:0;
}
#menu li {
	float:left;
	margin:0 10px;
}
#menu a {
	display:block;
	float:left;
	line-height:25px;
	padding:0 10px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover, #menu .selected {
	background-image:url(images/menu_bg_sel.jpg);
	background-repeat:repeat-x;
	color:#000000;
}