body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #b3b3b3;
}

h1{
	font-size:22px;
	color: #333;
	font-weight:800;
}

h2{
	font-size:18px;
	color: #333;
	font-weight:100;
	letter-spacing: -1px;
}

table{
	margin:20px 20px 20px 20px;
}

#background-container{
	text-align: center;
	width: 850px;
	background-image:url(../../images/container-bg.gif);
	background-repeat:repeat-y;
	margin-left: auto;
	margin-right: auto;	
}

#content-container{
	margin: 0px 60px 0px 60px;
	text-align: left;
/*	background-color: #b3b3b3;									*/
}

#top-banner{
	width:730px;
	height: 170px;
	background-color: #26095a;
	margin: 8px 60px 8px 60px;
}

#side-graphics{
	float: right;
}

#boxed-text{
	float: right;
	color: #fff;
	font-size: 9px;
	width: 215px;
	height: 180px;
	color: #fff;
	background-image: url(../../images/slide-text-bg.jpg);
	background-repeat:no-repeat;
}

#boxed-text a{
	margin-left: 6px;
	margin-right: 6px;
	color: #fff;
}

#boxed-text p{
	text-align:justify;
	margin-top: -8px;
	margin-left: 6px;
	margin-right: 6px;
}

#boxed-text h3{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	margin-top: 5px;
}

/* Navigation Bar - START */

#navigation-container ul{
	margin: 0;
}

#navigation-container {
	height: 20px;
	background-color: #26095a;
	margin: 0px 60px 0px 60px;
}

#navigation-container li{
	display: inline;
	float: left;
	width: auto;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	border-right: 2px solid #fff;
	
}
#navigation-container a{
	color: #fff;
	display: inline;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#navigation-container a:hover{
	background-color: #999;
	text-decoration: none;
}

/* Navigation Bar - END */

/* Footer Bar - START */

#footer{
	height: 20px;
	background-color: #26095a;
	margin: 0px 60px 8px 60px;
	padding-top: 4px;
}

#footer p{
	text-align: center;
	color: #fff;
}

#footer a{
	color: #fff;
}

/* Footer Bar - END */