/* CSS Document */

body {
	background-color:#B1B1B1;
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
	color:#000;
	margin:0;
	font:Verdana, Arial, Helvetica, sans-serif;
}


a {color:#000000;}
a:hover{color:#000000;}

.detail_header
{

background-image:url(../images/left_bar.gif);
height: 31px;
text-align:center;
margin-left:248px;
width:729px;

}

.detail_header h2
{
margin:0px;
padding-top: 5px;
font-size:14px;
font-weight:bold;
}


.right_column
{
padding: 20px; 
margin-left: 254px;
text-align:justify; 
}
.right_column h2
{
	font-size:16px;
	font-weight:bold;
}




.note
{
	background-color:#eff6fc;
	padding:5px 15px;
	border:1px solid #CFCFCF;
	margin:10px 0 10px 0px;
}
.strong
{
	font-weight:bold;
	border-top:1px solid #333333;
	margin-top: 5px; padding-top: 10px;
}

.right
{
	float:right;
}

 .left
{
	float:left;
}


#top_shadow
{
	width: 980px; 
	height:1px;
	background-color:#A2A2A2;
}

#bottom_shadow
{
	width: 980px; 
	height:3px;
	background-image:url(../images/frm_bot2.gif);
	background-repeat:repeat-x;
	margin-top: 5px;
}

#container 
{
	background-color:#FFFFFF;
	background-image:url(../images/bigcontainer_bg.gif);
	background-repeat:repeat-y;
	height:auto;
	width: 980px;
	margin: 0 auto 0 auto;
}

#header {
	margin-left:3px;
	height:70px;
	width: 975px
}

#header h1 
{
	font-family:Century Gothic, "Trebuchet MS", Tahoma, Verdana;
	font-size:250%;
	letter-spacing:-1px;
	padding:15px 50px 0 10px;
}
#header h1 a 
{
	color:#000;
	text-decoration:none;
}


#header #header_right 
{
	background-image:url(../images/bigbanner.jpg);
	height: 70px;
	width: 732px;
	float:right;
}

#header #header_left 
{
	background-image:url(../images/logo.jpg);
	height: 70px;
	width: 240px;
	float:left;
}


#nav 
{
	height: 40px;
	margin-left:2px;
	width: 976px;
}

.nav_left
{
	float:left;
	background-image:url(../images/nav_left.gif);
	width: 244px;
	height: 40px;
}

.nav_right
{
	float:left;
	background-image:url(../images/nav_right.gif);
	width: 732px; 
	height: 40px;
}


#nav_m
{
}
#nav_m ul
{
	position:absolute;
	margin-top: -40px;
}

#nav_m li 
{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	margin-top: 6px;
}

#nav_m li a 
{
	display:block;
	padding:5px 10px 14px 10px;
	margin:0 1px 0 1px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

#nav_m li a:hover, .active 
{
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
#menu_content p a 
{
	display:block;
	padding:0px 0px 0px 40px;
	color:#666;
	text-decoration:none;
	font-weight:bolder;
}

#menu_content p a:hover, .active 
{
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}

#menu_member p a 
{
	display:block;
	padding:0px 0px 0px 40px;
	color:#666;
	text-decoration:none;
	font-weight:bolder;
}

#menu_member p a:hover, .active 
{
	background-position:bottom;
	background-repeat:repeat-x;
	color:#000;
}
.clear 
{
	clear:both;
}

#content
{
	position:relative;
	height:inherit;
}

#content_container
{
	height:auto;
}

#left_column
{
	float:left;
	height:auto;
	width: 242px;
}

.menu_item
{
	margin-top: 10px;
}

.menu_item_header
{
	background-image:url(../images/left_bar.gif);
	height: 31px;
	text-align:center;
	margin-left: 2px;
	width: 243px;
}

.menu_item_header h2
{
	margin:0px;
	padding-top: 5px;
	font-size:14px;
	font-weight:bold;
}
.menu_item_content
{
	padding: 15px 15px;
}
.menu_item_content p 
{
	margin:0;
	margin-left:10px;
}

#footer
{
	height: 40px;
	background-image:url(../images/menu.gif);
	margin-left: 2px; width: 976px;
}

#copy_right
{
	font-size:12px;
	font-weight:bold;
	padding: 12px;
}

.Important 
{ 
     font-size: large; 
     color: Red; 
}
