/*-----------------------------------------------------------*/

body
{
	background-color: rgb(0, 0, 0);
	font-size: 70%;
}

/*-----------------------------------------------------------*/

.full_page
{
	border-left: rgb(255, 255, 255) 4px solid;
	border-right: rgb(255, 255, 255) 4px solid;
	border-top: rgb(255, 255, 255) 4px solid;
	border-bottom: rgb(255, 255, 255) 4px solid;
	font-size: 1em;
	margin: auto;
	width: 900px;
	background-color: rgb(220, 220, 220);	
}

/*-----------------------------------------------------------*/

.main
{
	clear: both;
	background: #D9D9D9 url(mainbodybackground.jpg) repeat-x;
	width: 900px;
}

/*----------------------------------------------------------*/

.main img
{
	clear: both;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 5px 10px 5px 0px;
}

/*--------------------------------------------------------*/

.main img.center
{
	clear: both;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	float: none;
	margin: auto;	
}

/*------------------------------------------------------*/

.main img.right
{
	clear: both;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	margin: 0px 25px 5px 15px;
}

/*-----------------------------------------------------*/

.main a
{
	font-weight: bold;
	color: rgb(1, 1, 1);
	text-decoration: none;
}

/*-----------------------------------------------------*/

.main a:hover
{
	color: rgb(220, 0, 0);
	text-decoration: underline;
}

.main a:visited
{
	color: rgb(1, 1, 1);
}

/*----------------------------------------------------*/

.main a:hover img
{
	border-right: rgb(255, 255, 255) 1px solid;
	border-left: rgb(255, 255, 255) 1px solid;
	border-top: rgb(255, 255, 255) 1px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
}

.main a:visited img
{
	border: none;
}

/*------------------------------------------------------------*/

.header
{
	width: 900px;
	font-family: arial, sans-serif;
}

/*-----------------------------------------------------------*/

.top_header
{
	background: rgb(140, 140, 140) url(topheader.jpg) no-repeat;
	overflow: hidden;
	width: 900px;
	height: 30px;
	border-bottom: rgb(255, 255, 255) 1px solid;
}

/*-----------------------------------------------------------*/

.flash_header
{
	background: rgb(0, 0, 0);
	overflow: hidden;
	width: 900px;
	height: 150px;
	border-top: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 2px solid;
}

/*-----------------------------------------------------------*/

.menu_header
{
	background: rgb(140, 140, 140) url(navmenu2.jpg);
	width: 900px;
	height: 40px;
	border-bottom: rgb(255, 255, 255) 2px solid;
}

/*------------------------------------------------------------*/

.logo
{
	z-index: 1;
	margin: 5px 0px 0px 5px;
	position: absolute;
	width: 80px;
	height: 20px;	
}

/*-------------------------------------------------------------*/

.logo img
{
	width: 80px;
	height: 20px;
	text-decoration: none;
	border: none;
}

/*-------------------------------------------------------------*/

.site_title
{
	z-index: 1;
	margin: 5px 0px 0px 120px;
	overflow: hidden;
	width: 500px;
	height: 30px;
	position: absolute;
}

/*-------------------------------------------------------------*/

.site_title h1
{
	font-size: 1.5em;
}

/*-------------------------------------------------------------*/

.site_title a
{
	color: rgb(1, 1, 1);
	text-decoration: none;
}

.site_title a:hover
{
	color: rgb(220, 0, 0);
	text-decoration: none;
}

/*-------------------------------------------------------------*/

.header_nav
{
	z-index: 3;
	margin: 0px 0px 0px 490px;
	width: 415px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

/*------------------------------------------------------------*/

.header_nav ul
{
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
	font-weight: bold;
	float: right;
	
}

/*-------------------------------------------------------------*/

.header_nav li
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 12px;
	color: #010101;
}

/*-------------------------------------------------------------*/

.header_nav li a
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	display: block;
	float: left;
	text-decoration: underline;
	font-size: 12px;
	color: #010101;
}

/*-------------------------------------------------------------*/

.header_nav a:hover
{
	color: rgb(220, 0, 0);
	text-decoration: underline;
}

/*-------------------------------------------------------------*/

.drop_menu
{
	font-size: 1em;
	background: rgb(140, 140, 140) url(navmenu2.jpg);
	float: left;
	width: 900px;
	color: rgb(221, 221, 221);
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
}

/*-------------------------------------------------------------*/

.drop_menu ul
{
	list-style-type: none;
}

/*-------------------------------------------------------------*/

.drop_menu ul li
{
	z-index: 1000;
	float: left;
	position: relative;
}

/*-------------------------------------------------------------*/

.drop_menu ul li a
{
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	font-weight: bold;
	float: center;
	color: #FEFEFE;
	line-height: 3.1em;
	height: 3.1em;
	text-decoration: none;
}

/*-------------------------------------------------------------*/

.drop_menu ul li ul
{
	display: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}

/*-------------------------------------------------------------*/

.drop_menu ul li:hover a
{
	background-color: rgb(117, 117, 117);
	text-decoration: none;
}

/*-------------------------------------------------------------*/

.drop_menu ul li:hover ul
{
	display: block;
	z-index: 999;
	position: absolute;
	top: 3.1em;
}

/*-------------------------------------------------------------*/

.drop_menu ul li:hover ul li a
{
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	font-weight: bold;
	margin-left: -3.6em;
	border-left: rgb(255, 255, 255) 2px solid;
	border-right: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
	border-top: rgb(255, 255, 255) 1px solid;
	width: 16.3em;
	height: auto;
	line-height: 1.2em;
	color: #FEFEFE;
	background-color: rgb(140, 140, 140);
}

/*------------------------------------------------------------*/

.drop_menu ul li:hover ul li a:hover
{
	color: #010101;
	background-color: rgb(220, 220, 220);
	text-decoration: none;
}

/*------------------------------------------------------------*/

.drop_menu table
{
	left: 0px;
	top: 0px;
	position: absolute;
	border-collapse: collapse;
}

/*------------------------------------------------------------*/

.drop_menu ul li a:hover
{
	color: rgb(1, 1, 1);
	background-color: rgb(220, 220, 220);
	text-decoration: none;
}

/*------------------------------------------------------------*/

.drop_menu ul li a:hover ul
{
	margin-top: 0.1em;
	display: block;
	z-index: 999;
	left: -3.7em;
	top: 3em;
	position: absolute;
	width: 12.4em;
}

/*-----------------------------------------------------------*/

.drop_menu ul li a:hover ul li a
{
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 4px;
	padding-top: 4px;
	display: block;
	font-weight: bold;
	border-left: rgb(255, 255, 255) 2px solid;
	border-right: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
	border-top: rgb(255, 255, 255) 1px solid;
	width: 16.3em;
	height: 1px;
	line-height: 1.2em;
	color: #FEFEFE;
	background-color: rgb(140, 140, 140);
}

/*----------------------------------------------------------*/

.drop_menu ul li a:hover ul li a:hover
{
	background-color: rgb(220, 220, 220);
	color: #010101;
	text-decoration: none;
}

/*----------------------------------------------------------*/

.side_navigation
{
	display: inline;
	float: left;
	overflow: hidden;
	width: 200px;
	
}

/*---------------------------------------------------------*/

.side_navigation .login
{
	margin: 0px 20px 0px 10px;
	width: 175px;
}

/*---------------------------------------------------------*/

.side_navigation .login p
{
	clear: both;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 0px;
}

/*---------------------------------------------------------*/

.side_navigation .login fieldset
{
	width: 160px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}

/*---------------------------------------------------------*/

.side_navigation .login label.log_name
{
	font-size: 1em;
	float: left;
	margin: 0px 5px 2px 0px;
	width: 125px;
}

/*--------------------------------------------------------*/

.side_navigation .login input.text_field
{
	border-right: rgb(0, 0, 0) 2px solid;
	border-left: rgb(0, 0, 0) 2px solid;
	border-top: rgb(0, 0, 0) 2px solid;
	border-bottom: rgb(0, 0, 0) 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 1em;
	margin: 0px 5px 8px 0px;
	width: 160px;
	font-family: arial, sans-serif;
}

/*------------------------------------------------------*/

.side_navigation .login input.button
{
	border-right: rgb(0, 0, 0) 2px solid;
	border-left: rgb(0, 0, 0) 2px solid;
	border-top: rgb(0, 0, 0) 2px solid;
	border-bottom: rgb(0, 0, 0) 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1em;
	background: #EAEAEA;
	color: rgb(1, 1, 1);
	float: left;
	margin: 10px 0px 5px 0px;
	width: 5em;
	font-family: arial, sans-serif;
	text-align: center;
}

/*----------------------------------------------------*/

.side_navigation .login input.button:hover
{
	border-right: rgb(255, 255, 255) 2px solid;
	border-left: rgb(255, 255, 255) 2px solid;
	border-top: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 2px solid;
	background: rgb(140, 140, 140);
	color: rgb(254, 254, 254);
	font-weight: bold;
	cursor: pointer;
}

/*---------------------------------------------------*/

.side_navigation .search
{
	margin: 0px 20px;
	width: 160px;
}

/*-----------------------------------------------------*/

.side_navigation .search fieldset
{
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}

/*-----------------------------------------------------*/

.side_navigation .search input.text_field
{
	border-right: rgb(0, 0, 0) 2px solid;
	border-left: rgb(0, 0, 0) 2px solid;
	border-top: rgb(0, 0, 0) 2px solid;
	border-bottom: rgb(0, 0, 0) 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	font-size: 1em;
	margin: 0px 0px 5px 0px;
	width: 160px;
	font-family: arial, sans-serif;
}

/*-----------------------------------------------------*/

.side_navigation .search input.button
{
	border-right: rgb(0, 0, 0) 2px solid;
	border-left: rgb(0, 0, 0) 2px solid;
	border-top: rgb(0, 0, 0) 2px solid;
	border-bottom: rgb(0, 0, 0) 2px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1em;
	background: #EAEAEA;
	color: rgb(1, 1, 1);
	float: left;
	margin-top: 0.5em;
	width: 3em;
	font-family: arial, sans-serif;
	text-align: center;	
}

/*-----------------------------------------------------*/

.side_navigation .search input.button:hover
{
	border-right: rgb(255, 255, 255) 2px solid;
	border-left: rgb(255, 255, 255) 2px solid;
	border-top: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 2px solid;
	background: rgb(140, 140, 140);
	color: rgb(254, 254, 254);
	font-weight: bold;
	cursor: pointer;
}

/*---------------------------------------------------*/

.side_navigation h1.special
{
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	font-family: arial, sans-serif;
	background-color: #EAEAEA;
	color: rgb(1, 1, 1);
}

/*---------------------------------------------------*/

.side_navigation h1
{
	clear: both;
	border: 2px solid #FFFFFF;
	border-right-style: none; 
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
	font-size: 1.2em;
	background: #EAEAEA;
	color: #010101;
	margin: 30px 0px 20px 0px;
	font-family: arial, sans-serif;
}

/*---------------------------------------------------*/

.side_navigation h2
{
	clear: both;
	font-weight: bold;
	font-size: 1em;
	margin: 20px 10px 10px 20px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

/*--------------------------------------------------*/

.side_navigation h3
{
	clear: both;
	font-weight: bold;
	font-size: 1em;
	margin: 10px 10px 5px 20px;
	color: rgb(1, 1, 1);
}

/*--------------------------------------------------*/

.side_navigation p
{
	clear: both;
	font-size: 1em;
	margin: 0px 10px 10px 20px;
	color: #010101;
	line-height: 1em;
}

/*--------------------------------------------------*/

.side_navigation p.center
{
	text-align: center;
}

.side_navigation p.right
{
	text-align: right;
}

/*--------------------------------------------------*/

.side_navigation ul
{
	margin: 1em 10px 1em 20px;
	list-style-type: none;
}

/*--------------------------------------------------*/

.side_navigation ul li
{
	padding-right: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1em;
	background: #EAEAEA;
	margin: 5px 0px 5px 2px;
	line-height: 1em;
}

/*---------------------------------------------------*/

.side_navigation ol
{
	margin: 1em 10px 1em 45px;
}

.side_navigation ol li
{
	list-style-position: outside;
	font-size: 1em;
	margin: 0px 0px 0.5em 0px;
}

/*--------------------------------------------------*/

.nav_links
{
	width: 200px;
	border-bottom: rgb(140, 140, 140) 1px solid;
}

/*--------------------------------------------------*/

.nav_links dt a
{
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: rgb(140, 140, 140) 1px solid;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	height: 2em;
	min-height: 2em;
	line-height: 2em;
	color: #010101;
	text-decoration: none;
}

/*-------------------------------------------------*/

.nav_links dt a:visited
{
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: rgb(140, 140, 140) 1px solid;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	line-height: 2em;
	min-height: 2em;
	height: 2em;
	color: #010101;
	text-decoration: none;
}

/*------------------------------------------------*/

.nav_links dd a
{
	margin-left: -10px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	height: 1.5em;
	line-height: 1.5em;
	min-height: 1.5em;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	border-bottom-style: none;
	color: #010101;
	text-decoration: none;
}

/*------------------------------------------------*/

.nav_links dd a:visited
{
	margin-left: -10px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	display: block;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 1.5em;
	min-height: 1.5em;
	height: 1.5em;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
	color: #010101;
	text-decoration: none;
}

/*-----------------------------------------------*/

.nav_links dt a:hover
{
	color: #CC0000;
	background-color: rgb(235, 235, 235);
	text-decoration: none;
}

/*-----------------------------------------------*/

.nav_links dd a:hover
{
	color: #CC0000;
	background-color: rgb(235, 235, 235);
	text-decoration: none;
}

/*-----------------------------------------------------*/

.content_area
{
	display: inline;
	float: left;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	background: #D9D9D9 url(mainbodybackground.jpg) repeat-x;
	width: 681px;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: rgb(255, 255, 255) 1px solid;
}

/*----------------------------------------------------*/

.content_area a:hover
{
	color: #CC0000;
	background-color: rgb(235, 235, 235);
}

.content_area a.elink
{
	text-decoration: underline;
}

.content_area .pic_box
{
	border-width: 1px;
	border-color: #000000;
    border-style: solid;
}

/*----------------------------------------------------*/

.content_area h1.title
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 2em;
	margin: 0.5em 0px 0.5em 0px;
	color: rgb(1, 1, 1);
	border-bottom: rgb(255, 255, 255) 2px solid;
	font-family: arial, sans-serif;
}

/*---------------------------------------------------*/

.content_area h1.subtitle
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 2em;
	margin: 0.5em 0px 0em 0px;
	background: rgb(235, 235, 235);
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

/*--------------------------------------------------*/

.content_area h1
{
	clear: both;
	font-weight: normal;
	font-size: 2em;
	margin: 0.5em 0px 0.5em 0px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

.content_area h1 a
{
	font-weight: normal;
	color: rgb(141, 141, 141);
	text-decoration: none;
}

.content_area h1.side
{
	clear: none;
}

/*--------------------------------------------------*/

.content_area h2
{
	clear: both;
	font-weight: normal;
	font-size: 1.7em;
	margin: 1em 0px 0.5em 0px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

.content_area h2.title
{
	font-weight: normal;
	font-size: 1.7em;
	margin: 1em 0px 0.5em 0px;
	font-family: arial, sans-serif;
    background-color: rgb(235, 235, 235);
	color: #010101;
}

.content_area h2.side
{
	clear: none;
}

/*-------------------------------------------------*/

.content_area h3
{
	clear: both;
	font-weight: normal;
	font-size: 1.3em;
	margin: 1em 85px 0.5em 45px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

.content_area h3.side
{
	clear: none;
}

/*-----------------------------------------------*/

.content_area h4
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 1em 0px 1em 15px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

.content_area h4.subtitle
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 1em 0px 1em 15px;
	color: #010101;
	font-style: oblique;
	font-family: arial, sans-serif;
}

/*-----------------------------------------------*/

.content_area h5
{
	font-size: 1.1em;
	margin: 1em 0px 0.5em 15px;
	color: rgb(1, 1, 1);
	font-family: arial, sans-serif;
}

.content_area h5.header
{
	font-size: 1.1em;
	margin: 1em 0px 1em 0px;
	background-color: rgb(235, 235, 235);
	color: #010101;
	font-family: arial, sans-serif;
}

/*----------------------------------------------*/

.content_area h6
{
	font-weight: normal;
	font-size: 1em;
	margin: 1em 0px 0.2em 15px;
	color: rgb(1, 1, 1);
}

/*---------------------------------------------*/

.content_area p
{
	font-size: 1.2em;
	margin: 0.5em 30px 0.5em 30px;
	line-height: 1.2em;
	text-align: justify;
}

.content_area p.center
{
	text-align: center;
}

.content_area p.right
{
	text-align: right;
}

/*--------------------------------------------*/

.content_area p.details
{
	clear: both;
	font-size: 1.1em;
	margin: -0.25em 0px 1em 0px;
	line-height: 1em;
}

.content_area p.caption
{
	clear: both;
	font-size: 1.1em;
	margin: 0.5em 0px 2em 20px;
	color: rgb(0, 0, 220);
	text-align: left;
}

/*-------------------------------------------*/

.content_area ul
{
	margin: 0.5em 15px 0.5em 0px;
	list-style-type: square;
}

.content_area ul.profile
{
	margin: 0.5em 0px 0.5em 15px;
	list-style-type: none;
}

.content_area ul.sublist
{
	margin: 0px 15px 0.5em 15px;
	list-style-type: square;
}

.content_area ul li
{
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	margin: 0px 15px 0.2em 35px;
	line-height: 1.2em;
	text-align: justify;
}

.content_area ul.sublist li
{
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	margin: 0px 15px 0.2em 50px;
	line-height: 1.2em;
}

/*--------------------------------------------*/

.content_area ol
{
	margin: 0.5em 35px 0.5em 35px;
}

.content_area ol li
{
	list-style-position: outside;
	padding-right: 15px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 1.2em;
	margin: 0px 15px 0.2em 15px;
	line-height: 1.2em;
	text-align: justify;
}

/*--------------------------------------------*/

.content_area img
{
border: none;
}

.content_area img.profile
{
	clear: both;
	border-right: rgb(0, 0, 0) 1px solid;
	border-left: rgb(0, 0, 0) 1px solid;
	border-top: rgb(0, 0, 0) 1px solid;
	border-bottom: rgb(0, 0, 0) 1px solid;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
	margin: 0px 10px 5px 15px;
}

.content_area img.main_page
{
	clear: none;
	border: none;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	margin: 10px 5px 10px 0px;
}

/*--------------------------------------------*/

.content_area blockquote
{
	clear: both;
	font-size: 0.8em;
	margin: 0px 30px 0.6em 0px;
}

/*--------------------------------------------*/

.content_area table
{
	clear: both;
	table-layout: fixed;
	margin: 2em 0px 0.2em 20px;
	width: 600px;
	border-collapse: collapse;
	background-color: rgb(235, 235, 235);
	empty-cells: show;
}

/*-------------------------------------------*/

.content_area table th.top
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-size: 1.1em;
	height: 2em;
	background-color: rgb(255, 255, 255);
	color: rgb(1, 1, 1);
	text-align: left;
	empty-cells: show;
}

/*--------------------------------------------*/

.content_area table th
{
	border-right: rgb(255, 255, 255) 1px solid;
	border-left: rgb(255, 255, 255) 1px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
	border-top: rgb(255, 255, 255) 1px solid;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 1.1em;
	height: 2em;
	color: rgb(1, 1, 1);
	background-color: rgb(235, 235, 235);
	text-align: left;
}

/*--------------------------------------------*/

.content_area table td
{
	border-right: rgb(255, 255, 255) 1px solid;
	border-left: rgb(255, 255, 255) 1px solid;
	border-bottom: rgb(255, 255, 255) 1px solid;
	border-top: rgb(255, 255, 255) 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: normal;
	font-size: 1em;
	height: 2em;
	color: rgb(1, 1, 1);
	background-color: rgb(220, 220, 220);
	text-align: left;
}

/*-------------------------------------------*/

.content_area label
{
margin-left: 25px;
font-weight: bold;
font-size: 1.2em;
padding-bottom: 10px;
padding-right: 5px;
}

.content_area input
{
border: #000000 2px solid;
margin: 5px 5px 8px -4px;
font-family: arial, sans-serif;
padding-right: 0px;
padding-left: 0px;
padding-top: 0.3em;
padding-bottom: 0.3em;
font-size: 1em;
width: 200px;
}

.content_area textarea
{
margin-left: 25px;
padding-top: 5px;
border: #000000 2px solid;
font-family: arial, sans-serif;
}

.content_area input.button
{
	border: #000000 2px solid;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1.2em;
	background: #EAEAEA;
	color: rgb(1, 1, 1);
	float: left;
	margin: 10px 0px 5px 25px;
	width: 6em;
	font-family: arial, sans-serif;
	text-align: center;
}

.content_area input.button:hover
{
	border-right: rgb(255, 255, 255) 2px solid;
	border-left: rgb(255, 255, 255) 2px solid;
	border-top: rgb(255, 255, 255) 2px solid;
	border-bottom: rgb(255, 255, 255) 2px solid;
	background: rgb(140, 140, 140);
	color: rgb(254, 254, 254);
	font-weight: bold;
	cursor: pointer;
}

.content_separate
{
	clear: both;
	background: rgb(140, 140, 140);
	color: rgb(221, 221, 221);
	height: 0.5em;
	width: 681px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	border-top-style: none;
}

/*-------------------------------------------*/

.two-column_left
{
	float: left;
	margin-bottom: 5px;
	width: 320px;
}

.two-column_right
{
	float: right;
	margin-bottom: 5px;
	width: 320px;
}

/*-------------------------------------------*/

.three-column_left
{
	float: left;
	margin-bottom: 5px;
	width: 210px;
}

.three-column_center
{
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 210px;
}

.three-column_right
{
	float: right;
	margin-bottom: 5px;
	width: 210px;
}

/*----------------------------------------------------------*/

.footer
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1em;
	background: rgb(140, 140, 140) url(navmenu2.jpg) no-repeat;
	overflow: hidden;
	width: 900px;
	height:30px;
	border-top: 2px solid white;
}

/*---------------------------------------------------------*/

.footer p
{
	font-weight: bold;
	font-size: 1em;
	color: #FEFEFE;
	line-height: 1.5em;
	text-align: center;
	
}

/*---------------------------------------------------------*/

.footer p.footer_links
{
	font-weight: normal;
	color: #FEFEFE;

}

.footer a
{
	color: #010101;
	text-decoration: none;
}

.footer a:hover
{
	color: rgb(220, 0, 0);
	text-decoration: underline;
}

/*-------------------------------------------------*/

.footer span.left
{
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color: #FEFEFE;
	line-height: 2.5em;
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
}

.footer span.right
{
	text-align: right;
	font-weight: bold;
	font-size: 1em;
	color: #FEFEFE;
	line-height: 2.5em;
	margin-left: 470px;
	margin-top: 20px;
	padding-top: 10px;
}

/*---------------------------------------------------------*/

