
/* HTML tag styles                             */
/***********************************************/
html {
     min-height:100%;
     margin-bottom:1px;
}
body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color:#000000;
	margin: 0px;
	padding: 0px;
	background-color: #5d3a51;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #365e4f;
	text-decoration: underline;
}

a:hover{
    color: #92c1af;
	text-decoration: underline;
}

/************** header tag styles **************/
.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}


h1{
	color: #60374d;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

h2{
    color: #677f4a;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/******************************************/

.titlegreen{
  color:#677f4a;
  font-size: 14px;
  font-weight: bold;
}
  
.bgTan{
background-color:#f2efe7;
}

#life{
  color:#720e24;
  font-size: 14px;
  font-weight: bold;
}

/*************** Time area *****************/
.timesarea{
	color: #000000;
	width:200px;
	height:139px;
	font-weight: bold;
	text-align: left;
	background-image: url(images/times_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	line-height: 20px;
	padding-top: 14px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 6px;
}
.timesarea a:link, .timesarea a:visited {
	clear: both;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	text-align: center;
	text-decoration:none

}

.timesarea a:hover{
	clear: both;
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
	text-align: center;
	text-decoration:none
}

/******************************************/

/*************** Middle area *****************/

.midarea{
	margin: 0px;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	padding-right: 14px;
	vertical-align: top;
	background-color:#f2efe7;
	background-repeat: no-repeat;
}

.midarea a:link, .midareaRt a:visited {
	color: #365e4f;
	text-decoration: underline;
}

.midarea a:hover{
	color: #7fad9c;
	text-decoration: underline;
}


/******************************************/


.midareaRt{
	margin: 0px;
	color: #000000;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	vertical-align: top;
	background-color:#f2efe7;
	background-repeat: no-repeat;
}

.midareaRt a:link, .midareaRt a:visited {
	color: #365e4f;
	text-decoration: underline;
}

.midareaRt a:hover{
	color: #7fad9c;
	text-decoration: underline;
}

/************ End Mid area **************/
/****************************************************/
/********************* Footer**********************/

.footer{
	clear: both;
	font-size: 10px;
	font-weight: bold;
	height: 25px;
	color: #616160;
	margin-top: 0px;
	text-align: center;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration:none;
	background-image: url(images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

.footer a:link, .footer a:visited {
	clear: both;
	font-size: 10px;
	color: #616160;
	margin-top: 0px;
	text-align: center;
	text-decoration:none

}

.footer a:hover{
	clear: both;
	font-size: 10px;
	color: #7fad9c;
	margin-top: 0px;
	text-align: center;
	text-decoration:none
}
/********************* End Footer**********************/
