
a {
	color: #00386e;
}

a:hover {
	color: #b31b34;
}

body {
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

.topBanner{
	width: 100%;
	height: 70px;
	padding-top:57px;
	background-color: #ffffff;
}

.logo{
	position: absolute;
	z-index: 2;
	margin-left: 15px;
}

.helpMenu{
	float: right;
	padding-top: 38px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B9B9B9;
	font-weight: bold;
	background-color: #ffffff;
}


.helpMenu  a:link, .helpMenu a:visited {
	color: #5A5A5A;
	text-decoration: none;
}

.helpMenu  a:hover {
	color: #404040;
	text-decoration: underline;
	
}

.siteTitle{
	padding-left: 200px;
	width: 385px;
	float: left;
	position: absolute;
}

.contents{
	padding-top:50px;
	width: 100%;
	background-image: url(images/globeBg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 425px;
}


.menu{
	border-top: 15px solid #e42734;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-top: 3px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	font-stretch: wider;
	font-weight: bold;
}

.menu  a:link, .menu a:visited {
	color: #5A5A5A;
	text-decoration: none;
	width: 100%;
	display: block;
}

.menu  a:hover {
	color: #FF0413;
	text-decoration: none;
	width: 100%;
	display: block;
	
}

.footer{
	padding-top: 20px;
	font-size: 10px;
	color: #595959;
}



#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	cursor: auto;
}

	#shadow-container .shadow1 {
		background: #F1F0F1;
	}

	#shadow-container .shadow2 {
		background: #DBDADB;
	}

	#shadow-container .shadow3 {
		background: #B8B6B8;
	}

	#shadow-container .module {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 141px;
	}
	
	
	#shadow-container .module2{
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #B2B2B2;
	width: 141px;
	filter:alpha (opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
}