body {	
	font-family: 		Tahoma, Arial, Helvetica, sans-serif;
	margin:				0px;
	border:				0;
	background-color: 	#EDEDED;
}

a, p, li, td, th {
	text-decoration:	none;
	font-size:			11px; 
	line-height: 		16px;
}

a {
	color:				#99CF16;
}

img {
	border:				0;
}

h1 {
	font-size:			18px;
	font-weight:		bold;
	color:				#D2232A;
}

h2 {
	font-size:			12px;
	font-weight:		bold;
	color:				#99CF16;
}

td {
	width:				200px;	
}
th {
	text-align:			left;	
}

#container {
	width:				1010px;
	top:				10px;
	position:			relative;
	margin-left:		auto;
	margin-right:		auto;
}

#header {
	width:				100%;
	left:				0px;
	height:				54px;
	background-image:	url(images/bg-header.png);
	background-repeat: 	repeat-y;	
	position:			absolute;	
}

#logo {
	position:			absolute;
	width:				140px;
	height:				auto;
	left:				414px;
	top:				8px;
}

#green {
	position:			absolute;
	left:				0px;
	top:				54px;
	width:				410px;
	height:				12px;
	background-color:	#6DB33F;
	background-image:	url(images/bg-green.png);
	background-repeat:	repeat-y;	
}

#middle	{
	position:			absolute;
	left:				410px;
	top:				54px;
	height:				14px;
	width:				4px;
	background-color:	#FFFFFF;
}

#grey {
	position:			absolute;
	left:				414px;
	top:				54px;
	width:				576px;
	height:				12px;
	background-color:	#B0B7BB;
	background-image:	url(images/bg-grey.png);
	background-repeat:	repeat-y;
}

#links {
	position:			absolute;
	top:				34px;
	left:				730px;
	width:				240px;
	text-align:			right;
	font-size:			9px;
	color:				#99CF16;
}

#links ul, #links p {
	display:			inline;
	float:				left;
	margin:				0px;
	padding:			0px;
}
#links li {
	border-right:		1px solid #CCCCCC;
	padding-left:		16px;
	padding-right:		16px;
	float:				right;
}

#links li, #links a:link, #links a:visited, #links a:active {
	color:				#CCCCCC;
	list-style:			none;
	text-align:			right;
}

#links a:hover {
	color:				#99CF16;
}

#menu {
	width:				410px;
	height:				524px;
	background-image:	url(images/bg-menu.jpg);
	background-repeat:	no-repeat;
	background-color:	#FFF;
	position:			absolute;
	left:				0px;
	top:				66px;
	z-index:			2;
}

#content {
	width:				1010px;
	background-image:	url(images/bg-content.png);
	background-repeat:	repeat-y;
	text-align:			left;
	position:			absolute;
	top:				66px;
	left:				0px;
	z-index:			1;
}

.mod_article {
	min-height:			524px;
	margin-left:		414px;
}

.mod_breadcrumb {
	font-size:			10px;
	font-weight:		bold;
	color: 				#CCCCCC;
	margin-top:			20px;
	margin-left:		40px;
}

.mod_breadcrumb a:link, .mod_breadcrumb a:visited, .mod_breadcrumb a:active, .mod_breadcrumb a:hover {
	font-size:			9px;
	font-weight:		bold;
	color: 				#CCCCCC;
}

#content h1, #content h2, #content img, #content p, #content li{
	margin-left:		40px;
}

#content h1, #content h2, #content p, #content li {
	margin-right:		40px;	
}
	
#content h1 {
	margin-top:			30px;
	text-align:			left;
	margin-bottom:		20px; 
	background-image:	url(images/header-bullet.png); 
	background-repeat:	no-repeat;
	background-position:bottom;
	background-position:left;
	padding-left:		40px;
}

#content h2 {
	margin-top:			20px; 
	margin-bottom:		-10px;
} 

#content li {
	margin-left:		16px;
	list-style:			square;
	font-size:			11px;
}

#content object {
	margin-left:		30px;
	margin-top:			10px;
	width:				400px;
	height:				345px;
}

.ce_hyperlink, .ce_table {
	margin-left:		40px;	
}

#footer {
	margin-top:			20px;
	margin-left:		0px;
	padding:			0px;
	width:				1010px;
	height:				16px;
	text-align:			left;
	color:				#FFFFFF; 
	float:				left;
	padding-left:		0px;
}

#footer p {
	text-align:			left;
	font-size:			10px; 
	font-weight:		bold;
	color:				#FFFFFF; 
	letter-spacing: 	1px;
	margin-top:			2px;
	margin-left:		0px;
	padding:			0px;
}	

#footer a:hover {
	color: 				#CCCCCC; 
}

#copyright {
	left:				0px;
	width:				100%;
	position:			relative;
	height:				16px;
	font-size:			8px;
	background-image: 	url(images/bg-footer.png); 
	background-repeat:	no-repeat;
	
}	

#copyright p {
	margin-top:			0px;
	padding-left:		10px;
}
