/* general default body */

html, body {
	min-height: 100%;
	height: 100%;
}

body { 
    background-color: #ffffff;
    background-image: url(../images/back_tile_blue.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	padding: 0;
	margin: 0;
}

#container {
	position: relative;
	width: 770px;
	top:0px;
	padding: 0;
	margin: auto;
	/*height: 100%;*/
	background-image: url(../images/deckle_blue.gif);
	background-position: right;
	background-repeat: repeat-y; 
}


#headtext {
position:relative;
margin: auto;
top:0px;
width:770px;
height:30px;

padding: 12px 0px 0px 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
line-height: 11px;
color: #b5a569;
text-align: center;
	
}	


#leftmenu {
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
}

#leftmenu img {
	display: block;
	border: 0px;
	padding: 0;
	margin: 0;
}


#rightcontent {
	float: right;
	width: 552px;
/*	height: 100%; */
	padding: 0px 0px 50px 0px;
	margin: 0px 5px 0px 0px;
	background-image: url(../images/paper_back_tile.jpg);
}

#rightcontent p {
	font-size: 11px;
	color: #000000;
	line-height: 20px;
	margin: 0px 157px 0px 80px;
}

#rightcontent h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	letter-spacing: -1px;
	font-size: 22px;
	color: #cccccc;
	line-height: 28px;
	margin: 0px 157px 10px 80px;
}

#rightcontent p img {
	border-style: solid; 
	border-width: 1px; 
	border-color: #B5A569; 
	margin: 0px 0px 10px 0px;
	float: left;
}


/* information links */

A.rightcontent:link { color: #003399; text-decoration: none; font-weight: bold;}
A.rightcontent:active { color: #003399; text-decoration: none; font-weight: bold;}
A.rightcontent:visited { color: #003399; text-decoration: none; font-weight: bold;}
A.rightcontent:hover { color: #000000; text-decoration: underline; font-weight: bold;}


#papercontent {
	position: relative;	
	width: 552px;
	height: 100%;
	padding: 0;
	margin: 0;
	background-image: url(../images/paper_back_tile.jpg);
}

#textcontent {
	position: relative;
	display: block;	
	width: 300px;
	padding: 0;
	margin: 0px 20px 0px 20px;
}

#footer {
	position: relative;
	clear: both;
	width: 555px;
	height: 50px;
	bottom: 0px;
	background-color: #B5A569;
	margin: 0px 0px 0px 213px;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 50px;
	text-indent: 80px; 

}


/* footer navigation links */

#footer a:link { color: #000000; text-decoration: none; }
#footer a:active { color: #000000; text-decoration: none; }
#footer a:visited { color: #000000; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }


.clear {
	clear: both;
}







#mainnav {
	width: 196px;
	font-family: Georgia, Times, serif;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0px
}

#mainnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav li {
	border-bottom: 1px solid #e4dfcc;
	height: 36px;
}


#mainnav li a {
	display: block;
	padding: 0px 5px 0px 5px;
	height: 36px;
	color: #B5A569;
	text-decoration: none;
	background-image: url(../images/sidemenutopback.jpg);
}


#mainnav li a:hover {

	color: #73746f;

}






#navigation {
	width: 196px;
	font-family: Georgia, Times, serif;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	letter-spacing: 1px
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigation li {
	border-bottom: 1px solid #e4dfcc;
	height: 26px;
}

#navigation li.toprow {
	border-bottom: 1px solid #e4dfcc;
	border-top: 1px solid #e4dfcc;
	height: 26px;
}



#navigation li a {
	display: block;
	padding: 7px 5px 7px 5px;
	color: #afafad;
	text-decoration: none;
	background-image: url(../images/sidemenuback.jpg);
}


#navigation li a:hover {

	color: #73746f;

}



#features {
font-size: 11px;
	color: #000000;
	line-height: 20px;
	margin: 5px 157px 5px 80px;
	
}

#features ul {
	margin: 15px 0px 15px 0px;
	padding: 0;
}

#features li {
	
}


#farright {
	float: right;
	width: 122px;
	height: 100px;
	padding: 0;
	margin: 0px 15px 0px 0px;
	font-family: Georgia, Times, serif;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
	letter-spacing: 0px;
	color: #000000;
}

#farright img {
	display: block;
	border: 0px;
	padding: 0;
	margin: 0;
}

#farright ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#farright li {
	margin: 10px 0px 0px 0px;
}



#farright li a {
	color: #B5A569;
	text-decoration: none;
}

#farright li a:hover {

	color: #000000;

}




















