body {
	font-family: Verdana, arial, sans-serif;
	font-size: 9pt;
	margin: 0 0 0 0;
}

div#prgTitle {
/*	font-style: italic;*/
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	font-family: Palatino Linotype, Times, serif;
	position: absolute;
	left: 10px;
	top: 60px;
}

div#top {
	width: 770px;
	height: 100px;
}

p { line-height: 14pt; }

/****************************** H1 ******************************/
h1 {
	color: #00008B;
/*	font-style: italic;*/
	font-size: 14pt;
	margin-top: 70px;
}

/****************************** TOPMENU ******************************/
#topMenu {
	position: absolute;
	left: 380px;
	top: 70px;
	font-weight: bold;
/*	font-style: italic;*/
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: hand;
}
	
#topMenu li {
	float: left;
	position: relative;
	width: 90px;
	height: 25px;
	/*padding: 5px 2px 2px 5px;*/
	padding: 7px 2px 0px 5px;
}
 
/* PRQ last-minute edit 2004/12/08
#topMenu a:link { color: #CCCCCC; }
#topMenu a:visited { color: #CCCCCC; }
#topMenu a:hover { color: #FFFFFF; }
*/

#topMenu a:link { color: #FFFFFF; }
#topMenu a:visited { color: #FFFFFF; }
#topMenu a:hover { color: #CCCCCC; }


/****************************** YOUTH ******************************/
#topMenu #youth {
	/*background-color: #5E845F;*/
	background-color: #3F8540;
	/*border: 1px solid #006633;*/
	background: url('images/youth_banner.jpg') top right;
}

/****************************** JUSTICE ******************************/
#topMenu #justice {
	background-color: #990066;
	/*border: 1px solid #993366;*/
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 5px;
	background: url('images/justice_banner.jpg') bottom left;
}

/****************************** TRAINING ******************************/
#topMenu #training {
	background-color: #A74100;
	/*border: 1px solid #993300;*/
	font-size: 8pt;
	padding-top: 1px;
	padding-bottom: 5px;
	background: url('images/train_banner.jpg');
}

/****************************** GENERAL ******************************/
#topMenu #general {
	background-color: #606060;
	/*border: 1px solid #515151;*/
	background: url('images/general_banner.jpg') bottom left;
	
}

/****************************** COMMUNITY ******************************/
#topMenu #community {
	background-color: #6600FF;
	/*border: 1px solid #6633CC;*/
	background: url('images/comm_banner.jpg');
}

/****************************** SIDE MENU ******************************/
div#sideMenu {
	position: absolute;
	left: 0;
	top: 100;
	width: 180px;
/*	font-style: italic;*/
	font-weight: bold;
	padding: 20px 5px 5px 5px;
}

div#sideMenu ul {
	list-style: none;
}

div#sideMenu li {
	padding-top: 5px;
	padding-bottom: 15px;
}

/****************************** CONTENT ******************************/
/*iframe#content {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 540px;
	height: 600px;
	padding: 20px 15px 5px 5px;
	margin: 2px 15px 20px 0px;
	overflow: visible;
	clear: left;
	z-index: 0;
}*/
div#content {
	position: absolute;
	left: 200px;
	top: 100px;
	width: 540px;
	height: 600px;
	padding: 20px 15px 5px 5px;
	margin: 2px 15px 20px 0px;
	overflow: visible;
	clear: left;
	z-index: 0;
}

/****************************** LOGO/DONATE ******************************/
img#logo {
	width: 160px;
	height: 240px;
	margin-left: 10px;
	border: 0px;
}

input#donate {
	position: absolute;
	right: -10px;
	top: 0px;
	width: 80px;
	font-size: 8pt;
	margin-right: 0px;	
}

/****************************** LINKS ******************************/
a:link {
	text-decoration: none;
	color: #0000CD;
}
a:visited {
	text-decoration: none;
	color: #0000CD;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}