/* Design & Code (c) ABOVO Media */
html, body { 
	padding				: 0; 
	margin				: 0; 
}

body, td {
	font					: normal 11px "Tahoma", sans-serif;
	color					: #4A4A4A;
	background-color	: #F9FAF2;
}

#top {
	width					: 100%;
	height				: 55px;
	background			: #F9FAF2 url('../_images/top_background.gif') repeat-x top left;
}

	#top #tabs {
		width					: 720px;
		height				: 40px;
		background-image  : url('../_images/top.gif');
	}

#left {
	float					: left;
	width					: 228px;
}

	#left #logo {
		width				: 100%;
		height			: 145px;
		background		: transparent url('../_images/dot.gif') repeat-x bottom left; 
	}

#main {
	float					: left;
	width					: 405px;
	margin				: 0 20px;
	line-height			: 18px;
}

#right {
	float					: left;
	width					: 231px;
	margin				: 0;
}

	#right div.view {
		padding			: 0 0 1px 0;
		background		: transparent url('../_images/dot.gif') repeat-x bottom right; 
	}
	
	#right span {
		color				: #4A4A4A;
		font-weight		: normal;
	}
	
#bottom {
	width					: 100%;
	height				: 300px;
	background			: #F9FAF2 url('../_images/background.gif') repeat-x;
}

	#bottom #footer {
		width					: 675px;
		height				: 300px;
		background-image  : url('../_images/footer.jpg');
	}	
	
div.hr {
	height					: 31px;
	background				: transparent url('../_images/dot.gif') repeat-x center;
}	
	
	
/* Headings H1-H6 */
h1 { }

	h1 {
		font-size			: 11px;
		font-weight			: bold;
		color					: #6D8400;
		margin				: 0 0 10px 0;
	}	
	
	#main h1 {
		color					: #DA3934;
		font-size			: 12px;
	}

h2 { }

	h2 {
		font-size			: 11px;
		font-weight			: bold
		margin				: 0 0 10px 0;
		color					: #6D8400;
	}

h3 { }

h4 { }

h5 { }

h6 { }





/* Paragraph and Link Styles */
p { }

	#main p {
		margin			: 10px 0 0 0;
	}

	#right p {
		margin			: 0 0 10px 0;	
	}


a { 
	color					: #6D8400;
	text-decoration	: underline;
}

	#left a {
		font-weight			: bold;
		text-decoration	: none;
	}
	
	#left a:hover {
		color					: #DA3934;
	}
	
	#left a.active {
		color					: #DA3934;	
	}
	
	#right a {
		font-weight			: bold;
		text-decoration	: none;	
	}
	
	#right a:hover {
		color					: #DA3934;
	}
	
	
/* Lists and Navigation */
ul { }

	#left ul {
		margin				: 0;
		padding				: 0;
	}
	
	#left li {
		padding				: 12px 12px 15px 12px;
		background			: transparent url('../_images/dot.gif') repeat-x bottom left;
		list-style-type	: none;
	}
	
/* Forms */	

input, textarea , select{
	border				: 1px solid #7C7D75;
	background-color	: #F9FAF2;
	font					: normal 11px "Tahoma", sans-serif;
	color					: #4A4A4A;
	height				: 25px;
	padding				: 5px 0 0 5px;
}











