/* GLOBAL STYLES */

body {
margin: 0px;
font-family: "Arial", "Helvetica", sans serif;
	font-size: 12px;
	color: #000000;
background-color: #EEEEEE;
}

.small {
font-family: "Arial", "Helvetica", sans serif;
	font-size: 10px;
}

a {
color: #33CC33;
}
	a:hover {
	color: #99FF99;
		text-decoration: underline;
	}

h1 {
font-family: "Arial", "Helvetica", sans serif;
	font-size: 24px;
	color: #000000;
	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #42b649;
}

h2 {
font-family: "Arial", "Helvetica", sans serif;
	font-size: 18px;
	color: #000000;
}

h3 {
font-family: "Arial", "Helvetica", sans serif;
	font-size: 14px;
	color: #000000;
}

/* END GLOBAL STYLES */

#container {
margin: auto;
	width: 960px;
}

#mainBox {

position: relative;
	top: 0px;
	left: 0px;	
	width: 960px;
	
background-image: url('../images/template/background.gif');
}

/* HEADER STYLES */

#pageTitle {
position: absolute;
	top: 0px;
	left: 11px;	
	width: 937px;
	height: 283px;
}

/* END HEADER STYLES */


/* CONTENT STYLES */

#contentMain {
position: relative;
	top: 0px;
	left: 0px;	
	width: 960px;
}

#contentLeft {
position: relative;
	top: 0px;
	left: 0px;	
	width: 565px;
	
	padding: 15px;
	border-style: solid;
	border-width: 10px;
	border-color: #666666;

background-color: #FFFFFF;
}

#contentRight {
position: relative;
	top: 0px;
	left: 0px;		
	width: 200px;
	
	padding: 15px;
	border-style: solid;
	border-width: 10px;
	border-color: #666666;
	
background-color: #FFFFFF;
}

/* END CONTENT STYLES */


#boxBottom {
margin: auto;
	width: 960px;
	
background-image: url('../images/template/background.gif');
}

#footer {
margin: auto;
	width: 960px;
	
font-family: "Arial", "Helvetica", sans serif;
	font-size: 10px;
	color: #000000;
}

	#footer a {
	font-family: "Arial", "Helvetica", sans serif;
		font-size: 10px;
		color: #006633;
	}

	#footer a:hover {
	font-family: "Arial", "Helvetica", sans serif;
		font-size: 10px;
		color: #339966;
	}
