body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-color: #333;
	margin-left: 5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	background-image:url(img/main/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}

#topLeft {
	width: 485px;
	padding-left: 25px;
	float: left;
	font-size: 14px;
	line-height: 115%;
}

#topLeft img {
	margin: -5px 0 0 -5px;
}

.scrollDown {
	font-size: 85%;	
}

#topRight {
	width: 400px;
	float: left;
	padding: 5px 20px 15px 30px;
}

.clearDiv {
	clear: both;
}
/* SHOWCASE */

#showcase {
	width: 400px;
}

/* Main page elements */

/***********  SCOUTING   ***********/

.mainContainer {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.mainHeader {
	width: 960px;	
}

/* Section boxes */

#sectContainerS {
	width: 960px;
	background-color:#522e91;
	height: 153px;
	margin-bottom: 10px;
}

#sectContainerS h1 {
	height: 50px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#sectContainerG {
	width: 960px;
	background-color:#3266fe;
	height: 153px;
/*	margin-bottom: 10px;*/
}

#sectContainerG h1 {
	height: 50px;
	padding-top: 10px;
	margin-bottom: 10px;
}

#sectBoxB, #sectBoxC, #sectBoxS, #sectBox1, #sectBox2, #sectBox3 {
	width: 300px;
	height: 67px;
	float: left;
	margin-left: 11px;
	border: #fff 3px solid;
}





/******* PAGES ******/

#pgHeaderLeft {
	width: 460px;
	padding: 0 0 25px 25px;
	float: left;
}

#returnHomeLink {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	width: 460px;
	color: #00F;
}

#returnHomeLink a, #returnHomeLink a:active, #returnHomeLink a:visited {
	text-decoration: none;
	color: #00F;
}

#returnHomeLink a:hover {
	text-decoration: underline;
}

#pgHeaderRight {
	width: 425px;
	padding-left: 25px;
	float: left;
	padding-top: 3px;
}

#pgSidebar {
	float: left;
	width: 220px;
}

#pgMenu {
	width: 220px;
	padding: 8px 8px 8px 25px;
	float: left;
	background-color:#8b0066;
	margin-top: 15px;
}


#pgNews {
	width: 220px;
	padding: 8px 8px 8px 25px;
	float: left;
	background-color:#84a40b;
	margin-top: 15px;
}


#pgSections {
	width: 220px;
	padding: 8px 8px 8px 25px;
	float: left;
	background-color:#066990;
	margin-top: 15px;
}

#pgMenu h1, #pgNews h1, #pgSections h1 {
	margin: 5px 0 7px 0;
	font-size: 15px;
	font-weight: bold;
	color:#FFF;
}

#pgMenu a, #pgMenu a:active, #pgMenu a:visited, #pgNews a, #pgNews a:active, #pgNews a:visited, #pgSections a, #pgSections a:active, #pgSections a:visited {
	font-size: 12px;
	font-weight: normal;
	color:#FFF;
	line-height: 150%;
	text-decoration:none;
}

#pgMenu a:hover, #pgNews a:hover, #pgSections a:hover {
	text-decoration:underline;
	color: #fff;
}

.currentMenu {
	font-size: 12px;
	font-weight: bold;
	color:#FFF;
	line-height: 150%;
	text-decoration:none;
	background-image:url(img/main/bullet.gif);
	background-repeat:no-repeat;
	background-position: 1px 1px;
	margin-left: -17px;
	padding-left: 17px;
}


.starItem {
	font-size: 12px;
	color:#FFF;
	line-height: 150%;
	text-decoration:none;
	background-image:url(img/main/star.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	margin-left: -18px;
	padding-left: 18px;
}


.mailItem {
	font-size: 12px;
	color:#FFF;
	line-height: 150%;
	text-decoration:none;
	background-image:url(img/main/email.gif);
	background-repeat:no-repeat;
	background-position: 0px;
	margin-left: -18px;
	padding-left: 18px;
}

#pgContent {
	width: 650px;
	margin-left: 25px;
	padding: 18px 25px 10px 12px;
	float: right;
	background-color:#fff;
}

#pgContent h1 {
	font-size: 22px;
	font-weight: bold;
	margin: -8px 0 8px 0;
}

.pgmainContainer {
	width: 960px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#newsFooter {
	font-size: 90%;
	font-weight: bold;
}
