
/*
author XashDesign 
colours
body background c0c0c0 
text 003300
nav background  999999 border 3e4d08 text 003300
ageneral ccff99 hover fff
atext and list 758642 visited 758642 hover c63
*/


body 
	{
	color: #003300;
	font-size: 1em;
	font-family: arial, verdana, "Times New Roman", Times, serif;
	line-height: 22px;
	background-color: #c0c0c0;
	text-align: center;
	}

/* font and text norm */	

	
p.indent { text-indent: 3em;}


/* links and ul norm */

a 	{ color: #ccff99; text-decoration: none; }

a:hover { color: #ffffff; text-decoration: none; }

a.text:link { color: #758642; }
a.text:visited { color: #758642; }
a.text:hover { color: #c63; }


.list 
	{
	color: #758642;
	margin-top: 20px;
	margin-left: 20px;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 1px dotted #758642;
	border-left: 0 none;
	}

.list a:link { color: #758642;text-decoration: none; }
.list a:hover { color: #c63;text-decoration: none;}


/* layout */

/* main container */

div#container
{	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
	text-align: left;
}

/*	id  box */
	
#header 
	{
	background-color: #ffffff;
	text-align: center;
	visibility: visible;
	position: relative;
	height: 68px;
	}

#navbar 
	{
	color: #003300;
	font-size: 10px;
	line-height: 17px;
	background-color: #999999;
	border: 3px solid #3e4d08;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 15px;
	height: 18px;
	}

#logo 
	{
	margin: 0 10px 10px 18%;
	height: 95px;
	}
	
/* footer */
	
#footer 
	{
	color: #003300;
	font-size: 10px;
	line-height: 16px;
	background-color: #999999;
	border: 3px solid #3e4d08;
	text-align: center;
	letter-spacing: 6px;
	height: 18px;
	clear: left;
	}
	
	
/* class box */	
	
.boxlr 
	{
	text-align: right;
	width: 20%;
	float: left;
	}

.boxlm 
	{
	padding-left: 45px;
	width: 50%;
	float: left;
	}

.boxl 
	{
	font-size: 11px;
	font-style: italic;
	line-height: 20px;
	padding-left: 3%;
	width: 15%;
	float: left;
	}

#validator{
	width:100%;
	height: 32px;
	background-color: #c0c0c0;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: right;
	}



