/** BASIC*/
HTML, BODY
{
	height: 100%;
}
BODY
{
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(font-family: Arial);
	font-size: 11px;
	color: #000000;
}
H1
{
	margin-top: 0px;
	margin-left: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 25px;
	color: #172908;
}
H2
{
	margin-top: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 13px;
	color: #5E5945;
}
HR
{
	display: none;
}
P, OL, UL
{
	text-align: justify;
	line-height: 130%;
	color: #000000;
	font-family: "Andale Sans", Arial;
	font-weight: bold;
}
UL
{
	list-style-type: square;
}
A
{
	color: #000;

}
A:hover
{
	text-decoration: none;
	background-repeat: no-repeat;

}
/** HEADER*/
#header
{
	float: left;
	width: 80px;
	margin-right: 10px;
	padding: 10px;
}
#header H1
{
	margin: 0px;
	padding-top: 9px;
	text-align: center;
	font-size: 20px;
}
#header H2
{
	margin: 0px;
	text-align: center;
	font-size: 11px;
}
BODY
{
	background: #000;
}
/*WRAPPER*/
#wrapper
{
	background-color: #FFFFCC;
	border: 6px solid #315962;
	background-image: url(../images/bck/BCKNBDER.JPG);
	width: 750px;
	padding: 10px;
	display: block;
	margin: 30px;



}
/*HEADERLOGO*/
#headerlogo
{
	text-align: center;
	margin-bottom: 10px;
}
/*navbar*/
#navbar
{
	text-align: center;
	margin: 5px 50px 20px;
	padding: 5px;
	height: auto;
	width: auto;
	display: inline;
}
#navbar A
{
	font-family: Papyrus;
	font-weight: bold;
	font-size: 12px;
	color: #000;
	padding: 1px;
	border: 3px double #000;
	padding: 2px;
	text-decoration: none;
	background-color: #FEFFF4;
}
#navbar A:hover
{
	font-weight: bold;
	color: #384167;
	padding: 1px;
	font-family: Papyrus;
	font-size: 12px;
	text-decoration: underline;
	background-color: #F1F3EB;
	background-repeat: repeat;
	background-image: url(../images/bck/hover.gif);
	background-position: bottom;
}
#navbar A:visited
{
	background-color: #FCFAF5;
	color: #4B3D10;
	padding: 3px;
	border: 3px double #344935;
}
/*TITLE*/
#title
{
	color: #000000;
	background-color: #FAFBF7;
	width: 175px;
	font-family: Papyrus;
	font-size: 16px;
	font-weight: bold;
	border: 5px double #000000;
	padding: 2px;
	text-align: center;
	margin: 40px;
	display: inline;

}
/*CONTENT*/
#content
{
	background-color: #FFFFCC;
	color: #000;
	padding: 10px;
	font-family: "Andale Sans";
	background-image: url(../images/bck/BCKNBDER.JPG);
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#content P
{
	font-family: "Andale Sans";
	background-image: url(../images/bck/BCKNBDER.JPG);
	text-align: justify;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#content A
{
	color: #000;

}
#content A:hover
{
	text-decoration: underline;
	

}
/** SECTITLE*/
.sectitle
{
	text-align: center;
	width: 60%;
	font-family: Papyrus;
	font-size: 15px;
	display: block;
	padding: 2px;
	left: 50px;
	right: 50px;
	visibility: visible;
	background-position: center center;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 10px;
	border-bottom: 4px double #6D7C34;
	vertical-align: text-top;
	margin-bottom: 10px;
	color: #000000;
}
/*TEXT*/
#text
{
	font-family: "Andale Sans", "sans serif", arial;
	font-weight: bold;
	font-size: 14px;
	color: #000;
	padding: 10px;
}
#text A
{
	text-decoration: underline;
	color: #660000;
}
#text A:hover
{
	color: #666600;
	padding: 2px;
	text-decoration: underline;
	-moz-border-bottom-colors: #99B177;
}
#text A:visited
{
	color: red;
}
/** CLASS text*/
.text
{
	font-family: "Andale Sans", "sans serif", arial;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	padding: 10px;
	margin-left: 120px;
	position: relative;
	width: 361px;
	height: 45px;
}
.textbox1
{
	font-family: "Andale Sans";
	font-style: normal;
	font-size: 16px;
	color: #000;
	padding: 5px;
	border: thin dotted #FF3300;
	display: inline;
	margin-left: 100px;
	font-weight: normal;
	margin-bottom: 100px;
	vertical-align: text-top;
}
/** PAGENAV*/
#pagenav
{
	font-family: "Andale Sans";
	font-style: normal;
	font-size: 16px;
	color: #000;
	padding: 3px;
	text-align: center;
	margin-right: 40px;
	margin-left: 40px;
	width: auto;
	border: 2px none;
}
#pagenav A
{
	font-family: Papyrus;
	font-weight: bold;
	font-size: 12px;
	color: #004800;
	padding: 2px;
	background-color: #E7E6AF;
	border: thin double #625E42;
	text-align: center;
	background-position: center;
	text-decoration: none;
}
#pagenav A:hover
{
	font-weight: bold;
	color: #000033;
	background-color: #FFFFCC;
	padding: 1px;

	text-decoration: underline;
}
#pagenav A:visited
{
	color: #283A08;
	padding: 2px;
}
/** CLASS LINKS*/
.links A
{
	font-family: BakerSignet;
	font-weight: bold;
	font-size: 16px;
	color: #004800;
	padding: 2px;
	background-color: #E7E6AF;
	border: thin solid #2F5713;
	text-align: center;
	background-position: center;
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	left: 50px;
	right: 50px;
}
A:hover
{
	font-weight: normal;
	color: #000033;
	padding: 1px;
	text-decoration: none;
}
A:visited
{
	color: #283A08;
	padding: 2px;
}
#book3
{
	font-family: "Andale Sans";
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	margin: 10px 20px;
	padding: 7px;
	border: thin solid #660000;
	clear: none;
	float: none;
	display: block;
}
.img
{
	background-color: #663300;
	border: 2px solid #A0D588;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	float: none;
	position: static;
	display: block;
}
.imgright
{
	background-color: #663300;
	border: 2px solid #A0D588;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	float: right;
	position: static;
	display: block;
}
.imgleft
{
	background-color: #663300;
	border: 2px solid #A0D588;
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	position: absolute;
	display: block;
}
/** footer*/
#footerlinks
{
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#footer
{
	
	clear: both;
	font-family: "Andale Sans", Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #EEF9F7;
}
#footer P
{
	
	font-family: Arial;
	width: 250px;
	padding: 10px 0px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #F2F5E9;
}
#footer A
{
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #F7F7F7;
	text-decoration: underline;
}
#footer A:hover
{
	font-weight: normal;
	color: #FAFFDD;
	padding: 1px;
	text-decoration: none;
}
.sectitlebaker
{
	text-align: center;
	font-family: BakerSignet;
	font-size: 18px;
	display: inline;
	padding: 2px;
	visibility: visible;
	border-right: none;
	border-bottom: double #6D7C34;
	border-left: none;
	color: #000000;
	font-weight: bold;
	width: 80%;

}
.center
{
	text-align: center;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	display: block;


}
DIV.margins
{
	margin-left: 33%;
	margin-right: 33%;
}
.links2 {
	text-decoration: underline;
	color: #000;
	font-family: "Andale Sans";
	font-size: 12px;
	font-weight: bold;

}
.links2hov {
	text-decoration: underline;
	color: #660000;
	font-family: "Andale Sans";
	font-size: 12px;
	font-weight: bold;
}
.titleplace {
	text-align: center;
	background-color: #F8F3E4;
	display: inline;
	padding: 2px;
	border: 3px double #000000;
	font-family: Papyrus;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	width: 175px;
}
.centersec {
	text-align: center;
	display: inline;
	width: 50%;
	border-bottom: 3px double #5B5C36;
	font-family: BakerSignet;
	font-size: 20px;
	font-weight: bold;

}
.imgphoto {
	text-align: center;
	padding: 7px;
	float: right;
	position: static;
	display: block;
}
.imgphotoleft {
	text-align: center;
	padding: 0px 6px 0px 0px;
	float: left;
	position: static;
	display: inline;
	margin: 0px 6px 0px 0px;


}
.textLM {
	font-family: "Andale Sans";
	font-style: normal;
	font-size: 16px;
	color: #000;
	padding: 5px 5px 5px 10px;
	border: thin dotted #660000;
	display: block;
	font-weight: normal;
	vertical-align: text-top;
	margin: 5px 5px 5px 10px;
	float: right;


}
.text16 {

	font-family: Papyrus;
	font-style: normal;
	font-size: 16px;
	color: #3A3D1D;
	padding: 5px;
	border: 2px groove #AAAC4D;
	display: block;
	font-weight: bold;
	vertical-align: text-top;
	margin: 5px;
}
.text14Pap {
	font-family: Papyrus;
	font-style: normal;
	font-size: 14px;
	color: #3A3D1D;
	padding: 5px;
	border: 2px groove #AAAC4D;
	display: block;
	font-weight: bold;
	vertical-align: text-top;
	margin: 5px;
	text-align: center;

}
