BODY { 
	background-color:	rgb(255,255,255);

	font-family:		Arial; 
	font-size:		12px;
	color:			#1B75BC;
	line-height:		16px;

	height:			95%;
	
	border: 		none;
	margin: 		0px;
	padding:		0px;
	
	overflow:		auto;
}

table, td, div {
	font-family:		Arial; 
	font-size:		12px;
	color:			#1B75BC;
	line-height:		16px;
}

img {
	border: 		0px;
	margin:			0px;
	padding: 		0px;
}

p {
	margin:			0px;
	font-family:		Arial; 
	font-size:		12px;
	color:			#1B75BC;
	line-height:		16px;
}


A {
	font-family:		Arial; 
	font-size:		12px;
	color:			#1B75BC;
	text-decoration:	underline;
}

A:hover {
	font-weight:	bold;
	text-decoration: 	underline;
}

BODY.main {
	width:			100%;
	height:			100%;
	background-color:	rgb(255,255,255);
	background-image:	url('/images/headerspacer.jpg');
	background-repeat:	repeat-x;
	background-position:	top left;

	overflow:		auto;
}

table.main {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border: 0px;
	
}

td.main {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border: 0px;
}

div.topmenu {
	color:			#FFFFFF;
	padding:		0px;
	margin:			0px;
	padding-top:	75px;
	padding-left:	130px;
	
	height:			20px;
	cursor:			pointer;
}

div.menu {
	padding:		0px;
	margin:			0px;
	padding-left:	25px;
	margin-left:	125px;
	margin-bottom: 20px;
	
	line-height:			26px;
	height:			26px;
	cursor:			pointer;

	background-image:	url('/images/menuitem.jpg');
	background-repeat:	no-repeat;
	background-position:	left top;
}

a.menulink {
	color:			#8CC63F;
	text-decoration:	none;

	line-height:		18px;
	font-size:		14px;
	font-weight:		bold;
	font-style:		italic;

	width:			175px;
	line-height:			26px;
	height:			26px;
}

a.menulink:hover {
	color:			#8CC63F;
	text-decoration: underline;
}

a.topmenu {
	color:			#FFFFFF;
	text-decoration:	none;

	line-height:		18px;
	font-size:		14px;
	font-weight:		bold;

	height:			20px;
}

a.topmenu:hover {
	color:			#FFFFFF;
	text-decoration: 	underline;
}

td.header {	
	padding:		0px;
	margin:			0px;
	height: 		182px;
	width:			1268px;

	background-image:	url('/images/header.jpg');
	background-repeat:	no-repeat;
	background-position:	left top;
}

td.right {
	padding:		0px;
	margin:			0px;
	
	width:			384px;
	height: 		100%;

	background-image:	url('/images/right.jpg');
	background-repeat:	no-repeat;
	background-position:	right top;

	overflow:		hidden;
}

td.menu {
	padding:		0px;
	margin:			0px;
	
	width:			317px;
	height: 		100%;

	overflow:		hidden;
}

div.menubottom {
	width:			317px;
	height:			115px;

	background-image:	url('/images/menubottom.jpg');
	background-repeat:	no-repeat;
	background-position:	left top;
}

td.content {
	background-color:	white;
	height:			100%;
	
	font-family:		Arial; 
	font-size:		12px;
	color:			#1B75BC;
	line-height:		16px;
	
	padding:		0px;
	padding-left:	25px;

	overflow:		auto;

}

td.footer {
	padding:		0px;
	margin:			0px;
	
	height: 		288px;

	background-image:	url('/images/footer.jpg');
	background-repeat:	no-repeat;
	background-position:	left bottom;

	overflow:		hidden;
}

h1 {
	font-family:		Arial; 
	font-size:		16px;
	font-weight:	bold;
	color:			#8CC63F;
}

h2 {
	font-family:		Arial; 
	font-size:		12px;
	font-weight:	bold;
	color:			#8CC63F;
}