/*----------------- 
=DEFAULTS 
-------------------*/


body	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #52765B;
	margin:0 auto;
}


h1	{
	font-size: 1.8em;
	color:#0a1900;
	font-weight:bold;
	padding: 0;
	margin: 0;
	
	
}	

h2	{
	color: #52765B;
	font-size: 1.6em;
}

h3	{
	color: #52765B;
	font-size: 1.4em;
	border-bottom: solid #52765B 1px;
	background-color: #F3E698;
	font-size: 1.4em;
	clear: both;
}

h4 {
	font-size: 1.4em;
	color:#0a1900;
	font-weight:bold;
	padding: 0;
	margin: 0;
}

.link a:link {
	color: #0E4A26;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}
.link a:hover	{
	color: #0a1900;
}



/*------------------ 
MAST HEAD 
-------------------*/

#header {
	position: relative; 
	width: 800px; 
	height: 136px; 
	top: 0px; 
	left: -5px;
	z-index: 3;
	background-image:  url(../images/header.png);
	background-repeat: no-repeat;
	font-size: 1.5em;
	font-weight:bold;
	color: #0E4A26;

}
#hflash {
	position:absolute; 
	top:16px; 
	left:266px; 
	height: 93px; 
	width: 476px;
}

/*------------------ 
=MENU 
 ---------------------*/
 #chromemenu {
 	margin-top: 1px;
	margin-left:-80px;
 }

#chromemenu a:link	{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;	
}

#chromemenu a:hover	{
	color: #0a1900;
}

#chromemenu a:visited	{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
}




/*--------------------- 
=CONTENT AREA 
-----------------------*/

#content {
	position: absolute;
	width: 800px;
	top: 136px;
	left: -5px;
	padding-left: 20px;
	z-index: 2;
	background-image:  url(../images/content.png);
	background-repeat: no-repeat;
	font-size: 14px;
}

#contarea {
	padding-left: 10px;
	padding-right: 170px;
	z-index: 1;
	font-size: 14px;
}


#topsec {
	width: 600px;
}

.top	{
	background-image:url(../images/topbut.gif);
	background-repeat:no-repeat;
	color: #52765B;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	}
		
#content a:link	{
	color: #0E4A26;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}

#content a:hover	{
	color: #000;
	text-decoration: underline;
}

#content a:visited	{
	color: #000;
	text-decoration: underline;
}

#spacer {height: 20px;clear:both;}

/*--------------------
=TABLE DATA
----------------------*/
#content td {
	border:1px solid #F3E698;
}



/*-------------------- 
=IMAGES 
---------------------*/

.imgleft	{
	float: left;
	clear: both;
	margin-bottom:20px;
	padding-right: 10px;
}

.imgright {
	float:right;
	padding-left: 10px;
	
}





/* FOOTER AREA */


#footer {
	margin-left: 20px;
	padding-bottom: 40px;
}

#footer a:link	{
	color: #0E4A26;
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;	
}

#footer a:hover	{
	color: #000;
	text-decoration: underline;
}

#footer a:visited	{
	color: #000;
	text-decoration: underline;
}
