body

{	font-family: georgia, serif; 
	font-size: 1em;
	color: #666666; 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	height: 100%; 
	text-align: center; 
	background-color: #ffffff;
	}

tbody 

{	font-family: georgia, serif; ;
	font-size: 11px; 
	}

	.one {
	font-family: georgia, serif; 
	font-size: 8px;
	font-weight: bold;
	color: #396780;

}

#wrapper

{	width: 755px; 
	text-align: left; 
	margin-right: auto; 
	margin-left: auto; 
	padding: 0px; 
	z-index: 100;

	}

table.tbl_header

{	width:755px;
	background-color:#D1C6A6;
	border:0px solid #ffffff;
	background-image : url(images/top_back1.jpg);
}

table,.tbl_content,.tbl_footer
{	width:755px; 
	background-color:#ffffff;
	border:0px solid black;
	}

table.tbl_form
{	width:390px;
	background-color:#ffffff;
	border:0px solid #ffffff;
}

.header

{	font-family: georgia, serif;
	width:auto;
	padding: 0px ;
	color: #330000;
	line-height : 16px;
}

.header_2
{	font-family: georgia, serif;
	width:auto;
	padding: 0px 10px;
	color: #D1C6A6;
	background-image : none;
}

.navigation_header

{	width:auto;
	background-color:#cccccc;
	}

	
.tbl_column_one
{	width:170px;
	}

.column_one
{	width:auto; 
	background-color:transparent;
	}
.tbl_column_two
{	width:585px;
	background : url(images/back_1.jpg) no-repeat bottom right;
}	

.column_two

{
	width:auto;
	margin:0px;
	padding: 0px 0px 0 0;
	border: 0px solid #cccccc;
	background-color:transparent;
}	

.tbl_column_three
{	background : url(images/back_2.jpg);
	background-repeat : no-repeat;
	background-position : top right;
}
.column_three

{	width:370px;
	margin:0px;
	padding: 0px 20px 0 0;
	border: 0px solid #cccccc;
	background-color:transparent;
	}


.tbl_column_four
{	width:390px;
}

.column_four
{	width:auto;
	margin:0px 0px 0px 0px;
	padding:0px;
	border: 0px solid #cccccc;
	background-color:transparent;
	}
	
	.column_five
{	width:195px
	}

.footer

{	width:auto;
	padding: 5px;

	background-color:#ffffff;

	border: 1px solid #cccccc;

}



	

/* typography start*/

h1, h2

{	font-family: georgia, serif;
	background-color: transparent;
	}

html>body h1, h2, h3, h4, h5 

{	padding : 4px;
}

h1	

{	color: #881138;
	font-size: 18px;
	font-weight : lighter;
	margin : .1em auto .5em;
}

h2	

{	font-size: 14px;
}

p	
{	font-size: 1em;
	line-height: 1.4em;

}

a	

{	text-decoration: underline;
	font-weight: bold;
	color: #881138;
	background-color: trasnparent;
	}

/* blockquote start*/

blockquote 
{	float: right;
	margin: 0px 0px 5px 0px;
	width: 160px;
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 1.2em; 
	color: #333333;
	line-height: 1.4em;
	}

.blockquote_speechmark 
{	float: left;
	width: auto;
	text-align: right;
	overflow: hidden;
	}

.blockquote_textbox 
{	float: right;
	width: 150px;
	font-weight: normal;
	}

.blockquote_source

{	clear: both;
	width: 160px;
	text-align: right;
	font-size: 11px;
	color: #999999;
	line-height: 12px;
	}

.right
{	float: right;
	text-align: right;}
	
.left
{	float: left; padding-right:15px;
	text-align: left;}
	
/* blockquote end */
/* typography end */

/* navigation start */
/* first level navigation start */

.first_level_navigation ul

{	margin: 0;
	padding: 0px 10px 0px 0px;
	list-style: none;
	width: 160px;
	/* Width of Menu Items */
	/* border-bottom: 1px solid #ffffff;
	*/
}

.first_level_navigation ul li

{	position: relative;
	}

.first_level_navigation li ul
{	position: relative;
	left: 0px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* styles second level navigation items */

.first_level_navigation ul li a 

{
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #919191;
	background: #F0F0F0;
	/* IE6 Bug */
	padding: 10px 10px 10px 10px;
	border: 0px solid #ffffff;
	/* IE6 Bug */
	border-bottom: 0;
	font-family : serif;
	font-size : 14px;
}

/* Holly Hack. IE Requirement \*/

* html .first_level_navigation ul li { float: left; height: 1%; }

* html .first_level_navigation ul li a {
	height: 1%;
	border-bottom : 1px Silver;
}

/* End */

.first_level_navigation ul li a:hover { color: #ffffff; background: #999999; } /* Hover Styles */

.first_level_navigation li:hover ul, li.over ul { display: block;} /* The magic */

.first_level_navigation .current a 

{	color: #ffffff;
	background: #999999;
	}

/* first level navigation end */



/* navigation end */



/* navigation end */





/* forms start */

input, textarea, select

{	font: 10px verdana, arial, helvetica, sans-serif;

	padding: 1px;

	margin: 2px;

	color: #666666;

	background: #FFFFFF;

	width: 200px;

	border: 1px solid #cccccc; 

	}

textarea

{	width: 200px;

	height: 80px;

	}



input.checkbox

{	width: auto;

	border: none; 	

	}

input.radio

{	width: auto;

	border: none;

	vertical-align: middle;

	}

input.submit

{	width: 200px;

	margin: 5px 0px 0px 0px;

	color: #ffffff;

	background-color: #999999;

	}

.form_label

{	text-align: right;

	padding-right: 10px;

	width: 80px;

	}

.form_required

{   width : 200px;

	color: #ff0000;

	background-color: trasnparent;

	

}

/* forms end */