/* global elements
 * ------------------------------------------------------------------------- */
 
 body {
	background-color: #000000;
	margin:0px auto;
	background-image: url(../../images/website-backgroud.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed-y ;
    background-position:center 0;
}

#wrapper{margin-left: auto; margin-right: auto; position: relative; width: 1050px; height:1000px !important; z-index: 1; padding: 0px;}



/* fonts
 * ------------------------------------------------------------------------- */
 
h1 { font-family: Times New Roman, Times, serif; font-size:18px; color:#00509b; margin-bottom:5px !important; line-height: 16px; letter-spacing: 4px;}

a.greenButton { font-family: Times New Roman, Times, serif; font-size: 15px; color: #0092a4; text-decoration: none; }
a.greenButton:hover	{ font-family: Times New Roman, Times, serif; font-size: 15px; color: #000000; text-decoration: none; }


body, td, input, a { 
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	line-height: 22px;
	text-decoration: none;
	color: #000000;
}

.mainbodytext { 
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
	color: #00509b;
}

.blackBodyText { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	color: #000000;
}

.footer { 
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.footersmall { 
	font-family: Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

