body { 
	padding-bottom: 20px; 
	background: #3c3c3c;
}

table {
	padding: 5px 5px 5px 5px; /* top, right, bottom, left */
}

p {
	font: 12px Verdana,Arial,sans-serif;
	padding: 0px 5px 0px 5px; /* top, right, bottom, left */ 
	margin: 5px 0px 2px 0px; /* top, right, bottom, left */ 
}

h1 {
	font: 14px Verdana,Arial,sans-serif;
	font-weight: bold;
	padding: 0px 5px 0px 5px; /* top, right, bottom, left */
	margin: 5px 0px 1px 0px; /* top, right, bottom, left */
}

h2 {
	font: 14px Verdana,Arial,sans-serif;
	font-weight: bold;
	padding: 0px 5px 0px 5px; /* top, right, bottom, left */
	margin: 0px 0px 1px 0px; /* top, right, bottom, left */
}

/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

div#links {
	background: #006699; 
}

div#links a {
	display: block; 
	text-align: left; 
	font: 12px Verdana,Arial,sans-serif;
	font-weight: normal;
	line-height: 12px; 
	white-space: nowrap;
	padding: 1px 3px 1px 3px; /* top, right, bottom, left */ 
	margin: 0px 0px 0px 0px; 
	text-decoration: none; 
	color: #ffffff; 
	background: #006699;
	border-right: 4px solid #006699; 
	border-top: 2px solid #006699; 
	border-bottom: 2px solid #006699; 
	border-left: 4px solid #006699; 
}

div#links a:hover {
	color: #ffffff; 
	background: #000000;
	border-right: 4px solid #000000; 
	border-top: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 4px solid #000000; 
}

/***********************************************/
/*              Right side boxes               */
/***********************************************/

.backgroundBox {
	background:url(../css_images/backgroundBox200x260.gif) no-repeat;
	background-position: top left;
	border-right: 5px solid #ffffff; 
	height:260px; 
	width: 200px;
	vertical-align: top;
	font: 28px Times,Verdana, Arial, sans-serif; 
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 48px;
	padding: 5px 0px 0px 0px; /* top, right, bottom, left */ 
}

/***********************************************/
/*                   Footer                    */
/***********************************************/

.foot {
	font: 11px verdana,Arial,sans-serif; 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	padding: 10px 0px 0px 0px; /* top, right, bottom, left */ 
}

.foot a {
	font: 11px verdana,Arial,sans-serif; 
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border: 0px;
	padding: 10px 0px 0px 0px; /* top, right, bottom, left */ 
}

.foot a:hover {
	font: 11px verdana,Arial,sans-serif; 
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	border: 0px;
	padding: 10px 0px 0px 0px; /* top, right, bottom, left */ 
}