body, table, td	{
    font-size:: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px auto;
}

#mainwrap	{
	background-color: #003399;
	width: 760px;
	margin: auto;
}

#headblock	{
	padding-bottom: 5px;
}

#headblock h5	{
	color: #ffffff;
	font-size: 9px;
	margin-top: 6px;
	margin-bottom: 0px;
}

ul	{	
	list-style-image: url(graphics/bullet.gif);	
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}

input, textarea, select	{
    background-color: #ffffff;
    font-size: 10px;
    font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
    color: #031F4F;
}

#sidebar	{
}

#sidebar h1	{
	text-align: center;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;	
	background-image: url("graphics/sidebar_header_blank.gif");
	background-repeat:no-repeat;
	height: 30px;
	background-position:top;
	padding-top: 6px;
	vertical-align:middle;
}

#sidebar p	{
	color: #ffffff;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;	
}

#sidebar_top	{
	background-image: url('graphics/sidebar_bg_top.gif');
	background-repeat:no-repeat;
	height: 5px;
}

#sidebar_content	{
	background-image: url('graphics/sidebar_bg_middle.gif');
	background-repeat:repeat-y;
	padding-left: 8px;
	padding-right:8px;
	padding-top: 7px;
}

#sidebar_bottom	{
	background-image: url('graphics/sidebar_bg_bottom.gif');
	background-repeat:no-repeat;
	height: 5px;
}

#sidebar_content a	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

#sidebar_content a:hover	{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
	font-size: 9px;
}




#rightpanel	{
	background-color: #ffffff;
}

#rightpanel_content h1	{
	text-align: left;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Helvetica, sans-serif;	
	background-image: url("graphics/rightpanel_header_blank.gif");
	background-repeat:no-repeat;
	height: 30px;
	background-position:top;
	padding-top: 6px;
	padding-left: 10px;
	vertical-align:middle;
}

#rightpanel_content p	{
	color: #;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;	
}

#rightpanel_top	{
	background-image: url('graphics/top.gif');
	background-repeat:no-repeat;
	height: 5px;
}

#rightpanel_content	{
	background-image: url('graphics/back.gif');
	background-repeat:repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
}

#rightpanel_bottom	{
	background-image: url('graphics/bottom.gif');
	background-repeat:no-repeat;
	height: 5px;
}





#nav	{
	background-image: url("graphics/nav_bg.gif");
	height: 30px;
	color: #ffffff;	
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
}

#nav a	{
	color: #ffffff;	
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

#nav a:hover	{
	text-decoration: underline;
}

.header_title	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}

.header_add	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-weight: bold;
	color: #ffffff;
}

#footer	{
	color: #ffffff;
	font-size: 9px;
}

#footer a	{
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

#footer a:hover	{
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-decoration: underline;
}

.form	{
	font-size: 10px;	
}

.blue_lists	{
	color: #ffffff;
	list-style-image: url(graphics/bullet2.gif);
}