html, body{ 
 margin:0; 
 padding:0; 
 text-align:left; 
 background-color: #FFF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* BEGIN GLOBAL CLASSES */
.container {
	background-color: #FFF;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	border-left: 1px solid #F70707;
	border-right: 1px solid #F70707;
	border-bottom: 1px solid #F70707;
}


/*header styles begin*/
#header {
	background: #f8d517 url(../images/header.jpg) no-repeat;
	width:100%;
	height: 100px;
}
#header_nav {
/*	border: 1px solid black;*/
	position: relative;
	margin-top: -20px;
	right: 20px;
	float: right;
	clear: right 
}

div.header_quotes {
	width: 400px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}
div.header_quotes div.body {
	color: #000;
	font-size: 11px;
	padding: 5px 35px 0px 0px;
	text-align: right;
}

div.header_quotes div.author {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}


/*header styles end*/

.title {
	background: #a00910;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 25px;
	padding-left: 10px;
}
.subtitle {
	background: #000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 15px;
	padding-left: 10px;
}
.body{
	color: #000000;
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
}
.footer {
	background: #f8d516;
	border-top: solid #f70707 2px;
	color: #000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	text-align: center;
}

/*Body links*/
a:link, a:visited{
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1b5b38;
}
a:hover {
	color: #1b5b38;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

/* END GLOBAL CLASSES */

/*BEGIN RIGHT PANEL BLOCK CLASS*/
.rtitle {
	background: #837508;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 25px;
	padding-left: 10px;
}
.rpanel {
	background: #FCEB93;
	border-left: 1px solid #1B5B38;
}
/*END RIGHT PANEL BLOCK CLASS*/

/*BEGIN LEFT PANEL BLOCK CLASS*/
.lpanel {
	background: #ddd;
}

.ltitle {
	background: #837508;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 25px;
	padding-left: 5px;
}
.ltitle2 {
	background: #837508;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 25px;
	padding-left: 5px;
}


/*END LEFT PANEL BLOCK CLASS*/





