body {
	font-family: 				Arial, Helvetica, sans-serif;
	color:						#4040eb;
	background-color:			#ffffff;
	font-size:					1em;
}
p	{
	font-size:					1em;
}
div#listmenu {
	width:					100%; 					/*	makes the div full width 						*/
	float:					left; 					/*	makes the div enclose the list 					*/
	margin-top:				5px;
	font-size:				90%;					/*	SET FONT-SIZE HERE								*/
	background-color:		#ffffff; 					/*	colors the div									*/
	color:					#C000C0;
	}
div#listmenu ul {
	margin:					0 0 0 30px;				/*	indents ul from edge of container				*/
	border-left:			1px solid #C000C0;
	}
div#listmenu li {
	float:					left;					/*	causes the list to align horizontally instead 
														of stack										*/
	position:				relative; 				/*	positioning context for the absolutely 
														positioned drop-down							*/
	list-style-type:		none;					/*	removes the bullet off each list item			*/
	background-color:		#ffffff; 					/*	sets the background of the menu items			*/
	color:					#C000C0;
	}
div#listmenu li:first-child {
	border-left:			1px solid #C000C0; 			/*	the first vertical line on the menu				*/
	}
div#listmenu li:hover {
	background-color:		#ffffff;					/*	sets the background of the menu items			*/
	color:					#4040EB;
	font-weight:			bold;
	}
div#listmenu a {
	display:				block; 					/*	makes list items in drop down highlight and 
														wrapped lines indent correctly					*/
	padding:				0 6px; 					/*	creates space each side of menu item's text		*/
	text-decoration:		none;					/*	removes the underlining of the link				*/
	color:					#C000C0;
	background-color:		#ffffff;
	}
div#listmenu a:hover {
	color:					#4040EB;
	background-color:		#ffffff;
	font-weight:			bold;
	}
div#wrapper	{
	position:					fixed;
	background-color:			#ffffff;
	color:						#4040eb;
	width:						100%;
}
	div#wrapcontain	{
		float:					left;
		width:					100%;
	}
	div#logo	{
		float:					left;
		padding:				5px;
		height:					80px;
		width:					auto;
		margin-top:				5px;
		font-size:				75%;	
	}
	div#titlecontain	{
		float:					left;
		height:					80px;
		margin-top:				5px;
	}
	div#search	{
		float:					right;
		height:					auto;
		margin-top:				5px;
		margin-right:			5px;
	}
	div#title	{
		float:					left;
		height:					80px;
		margin-top:				5px;
		}
		div#title p			{
			font-size:			75%;
			background-color:	#ffffff;
			color:				#000000;
		}
		div#title h1, h2	{
			text-transform:		uppercase;
			font-weight:		bold;
			}
		div#title h1	{
			font-size:			140%;
			color:				#4040EB;
			background-color:	#ffffff;
			}
		div#title h2	{
			font-size:			80%;
			color:				#C000C0;
			background-color:	#ffffff;
			}
	div#NavAid		{
		clear:					both;
		width:					100%;
		color:					#000000;
		background-color:		#ffffff;
	}
		div#NavAid a	{
			text-decoration:	underline;
		}
	div#pageHeader	{
		clear:					both;
		width:					100%;
		color:					#4040eb;
		background-color:		#eadaea;		
	}
		div#pageHeader h3	{
			text-align:			center;
			font-weight:		bold;
			}
div#pagecontain	{
	position:					absolute;
	top:						160px;
	left:						0px;
	width:						100%;
	margin-left:				10px;
	margin-right:				10px;
	margin-bottom:				10px;
	background-color:			#ffffff;
	color:						#000000;
	border-top:					2px solid #C000C0;
	}
div#content	{
	float:						left;
	width:						48%;
	padding-left:				3px;
	padding-right:				3px;
	padding-bottom:				20px;
	margin-bottom:				20px;
	max-height:					450px;
	background-color:			#ffffff;
	color:						#000000;
	}
	div#contentscroll	{
	clear:						both;
	width:						100%;
	height:						330px;
	overflow:					scroll;
	padding-right:				3px;
	}
	div#content h1	{
	font-size:					100%;
	font-weight:				bold;
	}
	div#content h2	{
	font-size:					90%;
	font-weight:				bold;
	}
	div#content h3	{
	font-size:					85%;
	font-weight:				bold;
	}
	div#content p	{
		font-size:				90%;
		text-align:				justify;
		line-height:			110%;
		}
	div#content li	{
		list-style-type:		disc;
		padding-left:			20px;
		}
	div#contentleft	{
		float:					left;
		width:					50%;
	}
	div#contentright	{
		float:					right;
		width:					50%;
	}
div#columnleft	{
	float:						left;
	width:						18%;
	size:						/0%;
	color:						#0000ff;
	background-color:			#ffffff;
	padding-left:				10px;
	padding-right:				10px;
	padding-bottom:				10px;
	}
	div#columnleft h1	{
		font-size:				100%;
		text-transform:			uppercase;
		color:					#C000C0;
		background-color:		#f7f7f7;
		font-weight:			bold;
		}
	div#columnleft a	{
		color:					#0000ff;
		background-color:		#f7f7f7;
		text-decoration:		none;
		
		}
	div#columnleft a:hover	{
		text-decoration:		underline;
		color:					#0000ff;
		background-color:		#aaaaaa;
		}
div#sidemenu {
	width:					100%; 					/*	makes the div full width 						*/
	float:					left; 					/*	makes the div enclose the list 					*/
	margin-top:				10px;
	font-size:				0.9em;					/*	SET FONT-SIZE HERE								*/
	font-weight:			bold;
	background-color:		#ffffff; 					/*	colors the div									*/
	color:					#4040EB;
	}
div#sidemenu ul {
	margin:					0 0 0 0px;				/*	indents ul from edge of container				*/
	border-top:				1px solid #C000C0;
	}
div#sidemenu li {
	position:				relative;
	border-left:			1px solid #C000C0;
	border-right:			1px solid #C000C0;
	border-bottom:			1px solid #C000C0;
	list-style-type:		none;					/*	removes the bullet off each list item			*/
	background-color:		#ffffff; 					/*	sets the background of the menu items			*/
	color:					#C000C0;
	}
div#sidemenu li:first-child {
	border-top:				1px solid #C000C0; 			/*	the first vertical line on the menu				*/
	}
div#sidemenu li:hover { 
	background-color:		#E0CEE0; 					/*	sets the background of the menu items			*/
	color:					#ffffff;
	}
div#sidemenu a {
	display:				block; 					/*	makes list items in drop down highlight and 
														wrapped lines indent correctly					*/
	padding:				0 6px; 					/*	creates space each side of menu item's text		*/
	text-decoration:		none;					/*	removes the underlining of the link				*/
	color:					#C000C0;					/*	sets the type color								*/
	background-color:		#ffffff;
	}
div#sidemenu a:hover {
	color:					#4040EB;
	background-color:		#E0CEE0;
	}
div#columnright	{
	float:						right;
	width:						28%;
	height:						auto;
/*	padding-left:				5px;
	padding-right:				5px; */
	padding-top:				5px;
	background-color:			#ffffff;
	color:						#000000;
	}
div#columnright	h1	{
	font-size:					100%;
}
div#columnright	h2	{
	font-size:					90%;
}
	div#columright1	{
		float:					left;
		width:					40%;
	}
	div#columright2	{
		float:					right;
		width:					50%;
	}
	div#columnright h1	{
		font-size:				90%;
		text-align:				center;
		color:					#007d00;
		background-color:		#f5f5f5;
		}
	div#columnright p	{
		font-size:				0.8em;
		text-align:				justify;
		}
	div#columnright a	{
		color:					#0000ff;
		background-color:		#ffffff;
		text-decoration:		none;
		}
	div#columnright a:hover	{
		color:					#0000ff;
		background-color:		#ffffff;
		text-decoration:		underline;
		}
	div#columnright li a	{
		font-size:				80%;
		}
	div#columright img	{
		border:					0px;
		}
	div#columnright caption	{
		font-size:				90%;
		font-weight:			bold;
		color:					#007d00;
		}
div#footer	{
	clear:						both;
	width:						100%;
	padding-top:				10px;
	margin-bottom:				0px;
	border-top:					2px solid #C000C0;
	}
	div#footerlogo	{
		float:						left;
		padding-top:				10px;
		width:						18%;
		margin-left:				10px;
	}
	div#footercentre	{
		float:						left;
		padding-top:				10px;
		width:						48%;
	}
		div#linkcontain	{
			width:					100%;
			padding-left:			10px;
			padding-right:			10px;
			font-size:				75%;
			background-color:		#ffffff;
			color:					#C000C0;
			text-align:				center;
		}
			div#linkcontain ul	{
				margin:				0 0 0 20px;
			}
			div#linkcontain li	{
				float:				left;
				list-style-type:	none;
			}
			div#linkcontain a {
				padding:			0 6px;
				text-decoration:	none;
				color:				#C000C0;
				background-color:	#ffffff;
			}
			div#linkcontain a:hover {
				color:					#4040EB;
				background-color:		#E0CEE0;
			}
		div#copyright	{
			clear:					both;
			width:					100%;
			padding-left:			10px;
			padding-right:			10px;
			font-family:			"Times New Roman", Serif;
			font-size:				65%;
			color:					#999999;
			background-color:		#ffffff;
			text-align:				center;
		}
	div#footerright	{
		float:					right;
		width:					28%;
		padding-top:			10px;
		padding-right:			10px;
		text-align:				right;
		margin-right:			10px;
		margin-bottom:			10px;
	}
/*									*/
abbr, acronym	{
	font-style:					italic;
	font-weight:				bold;
	background-color:			#FFFAF0;
	color:						#000000;
	}
th	{
	font-size:					80%;
	font-style:					oblique;
	text-align:					left;
	vertical-align:				top;
	color:						#4040EB;
	border-bottom:				2px solid #4040EB;
	background-color:			#D8BFD8;
	}
td	{
	font-size:					70%;
	vertical-align:				top;
	color:						#000000;
	}
li	{
	font-size:					0.8em;
	}
ul	{
	margin-bottom:				8px;
	}
.country	{
	float:						left;
	width:						70%;
	padding-top:				10px;
	border-top:					solid, 1px, #4040EB;
}
.flag		{
	float:						right;
	width:						30%;
	padding-top:				10px;
	border-top:					solid, 1px, #4040EB;
}
.scrollbox	{
	height:						240px;
	overflow:					scroll;
	font-size:					90%;
	list-style-type:			none;
}
.halfcolumnleft	{
	float:						left;
	width:						45%;
	font-size:					100%;
}
.halfcolumnright	{
	float:						right;
	width:						45%;
	font-size:					100%;
}
.acknowledge	{
	float:						left;
	width:						auto;
	margin-right:				5px;
	margin-top:					10px;
}
.acknowledge h1	{
	font-size:					75%;
}