/* Used for tinyMCE only! */
body.mceContentBody {
   background-color: #c3b298;
}

a.bodysmall {
	color: #0000FF;
	font-size: 11px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	text-decoration: none;

}

a.bodysmall:hover {
	color: #000066; 
}

.orange{
color: #CC3300;
font-style: italic;
font-size: 11px;
}

.instructions{
font-style: italic;
font-size: 11px;
line-height: 13px;
}

.title{
font-weight: bold;
font-style: italic;
font-size: 14px;
}

/* ======================================================= BEGIN MAIN LINK ==================================== */


	
a.bodylink{ 
	color: #cc3300;
	font-size: 12px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

a.bodylink:hover { 
	color: #a62a00;
}

a{ 
	color: #cc3300;
	font-size: 12px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-style : normal;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
}

a:hover { 
	color: #a62a00;
}

/* ===================================================== Main Link ============================================= */

b { font-weight: bold }

hr {
color: #655D4B;
background-color: #655D4B;
border: none;
height: 1px;
}

/* ===========================================  BEGIN BODY AND TABLE SYTLES ================================== */

body {
	text-align: center;
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 16px;
	text-decoration : none;
	color : #333333;
}

td {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 16px;
	text-decoration : none;
	color : #333333;
}

/* ===========================================  END BODY AND TABLE SYTLES ================================== */



/* ===========================================  BEGIN FONT STYLES ========================================= */

.normal {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #000000;
}

.small {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #000000;
}


.light {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #998b71;
}

.medium {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 13px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #333333;
}

.headline {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	letter-spacing : 0px;
	font-weight : bold;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color: #cc3300;
}

/* ===========================================  END FONT STYLES ========================================= */



/* ========================================= BEGIN SECTION ELEMENTS ================================== */

#borderbox {
border: 1px solid #CCCCCC;
width: 800px;
background-color: #FFFFFF;
margin-right: auto;
margin-left: auto;
margin: 0 auto;
}

.homeside {
border: 0px solid #CCCCCC;
width: 230px;
margin: 78px 0px 0px 15px;
text-align: justify;
font-size: 12px;
}

.sidemenu {
border: 0px solid #CCCCCC;
width: 175px;
margin: 5px 0px 0px 20px;
text-align: left;
}


.contentside {
border: 0px solid #CCCCCC;
width: 200px;
margin: 0px 0px 0px 23px;
text-align: justify;
}

.contentmain {
border: 0px solid #CCCCCC;
width: 610px;
margin: 0px 0px 0px 17px;
text-align: justify;
}

.footer {
border: 0px solid #CCCCCC;
width: 800px;
margin: 25px 0px 0px 0px;
text-align: center;
}


.about {
	font-family : Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	letter-spacing : 0px;
	font-weight : normal;
	font-variant : normal;
	font-style : normal;
	line-height: 18px;
	text-decoration : none;
	color : #333333;
	border: 0px solid #CCCCCC;
	width: 570px;
	margin: 30px 0px 0px 30px;
	text-align: justify;
}


.contentline {
 border-bottom: 1px solid #b6a284;
 width: 610px;
 text-align: center;
 margin: 10px 0px 10px 0px;
}

.sideline {
 border-bottom: 1px solid #9C8B71;
 width: 230;
 text-align: center;
 margin: 5px 0px 5px 0px;
}

.sideline2 {
 border-bottom: 1px solid #b6a284;
 width: 200;
 text-align: center;
 margin: 10px 0px 10px 0px;
}

/* ========================================= END SECTION ELEMENTS ================================== */




/* ========================================= BEGIN FLOATING PIC STYLES ========================= */

.pic {
float: right;
padding: 0px 0px 10px 10px;

}

.picleft {
float: left;
padding: 0px 10px 10px 0px;

}

/* ========================================= END FLOATING PIC STYLES ========================= */



.rightwords {
text-align: right;

}


INPUT, TEXTAREA, SELECT, OPTION, RADIO{
	font-family: Lucida Grande, Verdana, "MS Serif", "New York", serif;
	padding: 3px;
	font-size: 13px;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}

