body
{
	background: #5A1B01;
	margin: 0;
	padding: 0;
	text-align: center;
	color: ;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
	padding: 20px 0px 20px 0px;
}

.curvetop, .curvebottom
{
	display:block;
	background: #5A1B01;
}

.curvetop *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #000000;
}

.curvebottom *
{
	display: block;
	height: 1px;
	overflow: hidden;
	background: #333333;
}

.curve1
{
	margin: 0 5px
}

.curve2
{
	margin: 0 3px
}

.curve3
{
	margin: 0 2px
}

.curve4
{
	margin: 0 1px;
	height: 2px
}

.twoColHybRtHdr #container 
{ 
	width: 800px;
	background: #DCDCB6;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: 100%; 
} 

/*Header*/
.twoColHybRtHdr #header
{ 
	background: #000000;
	color: #CCCCCC;
	width: 100%;
	height: 25em;
	padding: 5px 0px 5px 0px;
}

.twoColHybRtHdr #header h1 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCCCCC;
}

.twoColHybRtHdr #header image 
{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #CCCCCC;
}

.twoColHybRtHdr #header h2
{
	margin: 0;
	padding: 0px 10px;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*Navigation*/
#navigation
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	clear: both;
	background-color: #000000;
	color: #CCCCCC;
}

/* Styles for Navigation */
#navigation ul 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#navigation ul li 
{
	list-style-type: none;
	float: left;
	position: relative;
}

#navigation li ul 
{
	position: absolute;
	top: 30px;
	display: none;
}


#navigation ul li a 
{
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	padding: 5px 16px 5px 16px;
	border-right: 1px thin #5A1B01 solid;
	background-color: #000000;
}

#navigation li:hover ul
{
	display: block;
	background: #FFFFFF;
	color: #000000;
}

#navigation ul li a:hover 
{
	color: #CCCCCC;
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

/*Sidebar*/
.twoColHybRtHdr #sidebar1 
{
	float: right;
	width: 25%;
	background: #333333;
	color: #CCCCCC;
	height: 100%;
	padding: 0;
	padding-top: 20px;
	border-left: #333333 thin solid;
	border-right: #333333 thin solid;
}

.twoColHybRtHdr #sidebar1 image
{
	background: #333333;
	margin-left: 0px;
	margin-right: 0px;	
}

.twoColHybRtHdr #sidebar1 a
{
	background: #333333;
	color: #CCCCCC;
	margin-left: -5px; 
	margin-right: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}

.twoColHybRtHdr #sidebar ul
{
	width: 100%;
	margin: 0;
	padding: 0;
}

.twoColHybRtHdr #sidebar1 li 
{
	list-style-type: square;
	margin-left: -10px;
}

.twoColHybRtHdr #sidebar1 h4
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-color: #000000;
	background-color: #5A1B01;
}

.twoColHybRtHdr #sidebar1 p
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

#text
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px; 
	margin-right: 10px;
}

#text_small
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 30px; 
	margin-right: 10px;
}

#text_small_bold
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-left: 30px; 
	margin-right: 10px;
}


#text_bold
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-left: 30px; 
	margin-right: 10px;
}


#text_bigger
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 30px; 
	margin-right: 12px;
}

#text_biggest
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 30px; 
	margin-right: 12px;
}

#text_map
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 35px;
	margin-right: 10px;
}

#h4
{
	margin: 0;
	padding: 10px 0;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 30px; 
	margin-right: 10px;
}

#aop_p
{
	margin-left: 20px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#email
{
	padding 1px;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

#a_nav
{
	style="background: #FFFFFF;
	color: #000000;
	border-right: #FFFFFF;
	text-decoration: underline;
	font-size:10px;
	size:200px"

}
/*Main Content*/
.twoColHybRtHdr #mainContent 
{
	zoom: 1; padding-top: 15px; 
	margin: 0 10px 0 10px; /* the left margin's value is equal to the header and footer which creates alignment down the left side of the document. */
}

.twoColHybRtHdr #mainContent a
{
	background: #DCDCB6;
	color: #000000;
	margin-left: -5px; 
	margin-right: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0;
}

.twoColHybRtHdr #mainContent h2
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000; 
	padding: 10px;
}

.twoColHybRtHdr #mainContent h3
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-left: 20px;
	color: #666666;
	padding: 0;
}

.twoColHybRtHdr #mainContent p
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
}

.twoColHybRtHdr #mainContent text
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 30px; 
	margin-right: 10px;
	padding: 5px;
}

#disclaimer
{
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 20px;
}
/*Footer*/
.twoColHybRtHdr #footer 
{
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #333333;
	color: #CCCCCC;
} 

.twoColHybRtHdr #footer p 
{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.fltrt 
{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft 
{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat 
{ /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
