body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}table {border-collapse:collapse;border-spacing:0;}fieldset,img {border:0;}address,caption,cite,code,dfn,em,strong,th,var {font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}q:before,q:after {content:'';}abbr,acronym {border:0;}
body{ 
	margin:auto 0; 
	margin-left:auto;
	margin-right:auto; 
	background-color:#999999;
	}
#wrapper{ 
	margin:auto 0; 
	margin-left:auto; 
	margin-right:auto; 
	width:940px; 
	background-color:#fff; 
	font:normal .8em/1.2em Tahoma, Geneva, sans-serif; 
	color:#666;
	padding:1em;	
	margin-top:1.2em;
	margin-bottom:1.2em;
	}
#header{ 
	height:100px;
	margin-bottom:5px;
	display:block;
	}
#nav{ 
	height:30px;
	background-color:#660099;
	margin-bottom:5px;
	display:block;	
	}
#nav ul{	
	height:20px; 
	}
#nav li{ 
	float:left; 
	}
#nav a:link, #nav a:visited{ 
	display:block;
	text-decoration:none; 
	color:#fff;
	height:30px;
	width:104px;  	
	background-color:#006600;
	font:bold 1em/1.4em Tahoma, Geneva, sans-serif;
	text-indent:8px;
	}
#nav a:hover{ 
	background-color:#9966cc;
	}	
#nav a:active{ 	
	background-color:#ffffff;
	color:#660099; 
	}	
#nav a:visited{}	
#content{ 
	}
.left, .right{
	float:left; 
	display:block; 
	}	
.left{ 
	width:680px;	
	margin-right:20px;		
	}
.right{ 
	width:240px;	
	}
.left h2, .right h2{ 
}	
#footer{ 
	font-size:.8em; 
	height:30px;
	text-align:right;
	color:#fff; 
	background-color:#006600;
	padding:10px;
	margin-top:10px;	
	}
#footer ul{}
#footer li{ 
	display:inline;
}
#footer a:link, #footer a:visited{ 
	text-decoration:none; 
	color:#fff; 
	text-transform:capitalize;
	padding-left:15px;
}
#footer a:hover, #footer a:active{ 	
	color:#f98303; 
	}	
.reset{  
	clear:both;
}
.spacer{ 
	width:100%; 
	height:1px; 
	background-color:#BEBEBE;
	margin-top:20px;
	margin-bottom:20px;
	}

/* FORM
------------------------------------------------------------*/
form label{ 
	width:120px; 
	float:left; 
	margin-right:20px;
}

input, textarea{ 
	width:380px; 
}
form div{ 
	display:block; 
	margin-bottom:10px;
	}
.submit{ 
	width:200px;
	}
/* HTML
------------------------------------------------------------*/
blockquote{ 
	margin-bottom:1.2em;
	}
ol{
	list-style-type:decimal;	
	}
ol li{
	margin-bottom:10px;
	margin-left:30px;
	}	

	
p{ margin-bottom:1.2em;}

h1, h2, h3, h4, h5 {
	color: #660099;
	}
h1{
	font-size:1.8em;
	font-weight:bold;
	line-height:2.2em;	
	}	
h2{
	font-size:1.4em;
	font-weight:bold;
	line-height:1.8em;
	}	


a {
	color: #006600;
	font-weight:bold;
	text-decoration:none;
	}

a:hover {
	color: #f98303;
	text-decoration:none;	
}

.blye{
color: #a257e0;
}

.yellow {
color: #ffb400;
}

.brown {
color: #de4e06;
}

.red {
color: #8c247b;
}

.green{
	color: #006600;
}

.purple  {
	color: #660099;
}
