*{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

body{
	margin: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #000000;
	font-size: 11px;
}

/*---------------------------------------------------*/
/*---------right side background image styles--------*/
/*---------------------------------------------------*/
.secondary_content_background{
	background-position: bottom;
}

.bg_left_edge{
	background-repeat:repeat-y
}

.bg_right_edge_blk{
	background-repeat: repeat-y
}

/*---------------------------------------------------*/
/*------------------body logo styles-----------------*/
/*---------------------------------------------------*/
.logo_black{
	font-family: "Courier New", "Courier", mono;
	font-weight: bold;
	color: #000000;
}

.logo_red{
	color: #A32619;
}

/*---------------------------------------------------*/
/*--------------------content styles-----------------*/
/*---------------------------------------------------*/
.content{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 25px;
	text-align: left;
}

.content h1{
	/*font-family: "Arial", Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A32619;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content h2{
	/*font-family: "Arial", Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.content p{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: none;
	line-height: 14px;
	margin: 0px 0px 25px 0px;
	letter-spacing: 0.2pt;
	/*text-indent: 10px;*/
	/*line-height: 22px;*/
}

.content ul{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 13px;
}

#pointer{
 cursor: pointer;
}

.content a:link{
	color: #A32619;
	font-weight: bold;
	text-decoration: none;
}

.content a:visited{
	color: #64170F;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover{
	color: #64170F;
	font-weight: bold;
	text-decoration: underline;
}

.content a:active{
	color: #64170F;
	font-weight: bold;
	text-decoration: underline;
}

.sitemap{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 13px;
}

.first_indent{
	margin: 0px 0px 0px 0px;
}

.second_indent{
	margin: 0px 0px 0px 10px;
}

.third_indent{
	margin: 0px 0px 0px 25px;
}

#banner{
	height: 389px;
	width: 167px;
	border: thin solid #A32619;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bannerCaption{
	clear: both;
	text-align: left;
}

/*---------------------------------------------------*/
/*--------paragragh withought margin styles----------*/
/*---------------------------------------------------*/
.no_margin{
	/*font-family: "Arial", Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	font-weight: none;
}

/*---------------------------------------------------*/
/*--------------secondary content styles-------------*/
/*---------------------------------------------------*/
.secondary_content{
	text-align: left;
}

/*---------------------------------------------------*/
/*----------------bottom nav styles------------------*/
/*---------------------------------------------------*/
.bottom_nav{
	/*font-family: "Arial", Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: center;
}

.bottom_nav a:link{
	color: #A32619;
	font-weight: bold;
	text-decoration: none;
}

.bottom_nav a:visited{
	color: #64170F;
	font-weight: bold;
	text-decoration: none;
}

.bottom_nav a:hover{
	color: #64170F;
	font-weight: bold;
	text-decoration: underline;
}

.bottom_nav a:active{
	color: #64170F;
	font-weight: bold;
	text-decoration: underline;
}