@import url("master.css");
/* General */

body{
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #e6f2ff;
}

/* Links */
a, a:visited, a:hover{
	color: #95B2C2;
	color: #95B2C2 !important;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
	color: #AEB38A;
}

/* Styles */
h1{
	margin: 0;
	padding: 3px 0 15px 0;
	color: #95B2C2;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2{
	margin: 0;
	padding: 3px 15px 0 0;
	color: #95B2C2;
	text-align: left;
	font-size: 18px;
	font-weight: 900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	text-align: center ;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 145% ;
	font-weight: bold ;
}

h4 {
	text-align: center ;
	font-size: 115% ;
	font-weight: bold ;
}

ul{
	list-style: disc;
	margin-left: 12px;
	margin-top: 6px;
}

.section ul{
	list-style: disc ;
	margin-top: 13px;
}

/* Tool tips */
span.tool:hover span.tip {
	background-color: #9D9786;
  color: #2C2C2C;
	border-color: #F3D2A7;
	font-size: 10px;
	cursor: text;
}

/* Forms */
.form {
	margin: 5px;
	margin-bottom: 0px;
	text-align: center;
}
.form input{
	margin-bottom: 3px;
}

/* Header Type A */
.headerA {
	background: url(../images/header.gold.png);
	border: 1px solid #000000; 
	border-bottom: 1px solid #454545;
	color: #245FAB; 
	font-size: 12px;
	font-weight: bold; 
	margin: 0px;
	padding: 8px;
}

/* Layout */
#wrapper {
	width: 1024px;
	margin: auto;
}

#header{
	width: 100%;
	height: 254px;
	margin: auto;
	background-image: url('/images/layout/header.jpg')
}

#content-wrapper{
	background-image: url('/images/layout/main_bg.png') ;
	background-repeat: repeat-x;	
	background-color: #000000;
	width: 100%;
	padding-top: 20px;
}

#content-box{
	width: 780px;
	margin: auto;
}

/* Menu */

#menu {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: normal;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;	
	margin: 0;
	padding: 0;
}

#menu a {
	display: block;
	padding: 5px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #9ca5a9;
	text-decoration: none;	
}

#menu a:hover {
	color: #FFFFFF;	
	text-decoration: underline;
}

#menu #currentPage {
	background: url("/images/layout/tab_right.png") no-repeat right top;
}

#menu #currentPage a{
	color: #FFFFFF;
	text-decoration: none;
	background: url("/images/layout/tab_left.png") no-repeat left top;
}

#content-tbl{
	clear: both;
	background-image: url('/images/layout/content_bg.png') ;
	background-repeat: repeat-x;
	background-color: #415f6d;
	padding: 25px 25px 5px 25px;
}

#content-tbl-f{
	background-image: url('/images/layout/content_footer.png') ;
	background-repeat: repeat-x;
	height: 15px;
}

#footer{
	background-image: url('/images/layout/footer_bg.png') ;
	background-repeat: repeat-x;	
	height: 131px;
	padding: 0;
	margin: 0;
	margin-top: 40px;
}

