/* CSS Document */


/*Custom homepage
------------------------------------------------------------ */

body {
	font-family: "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
	color: #FFF;
	background: #F4EEDD url("images/bg.gif") repeat-y top center;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	}
	
#wrapper {
	width: 971px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}
	
#content {
	width: 971px;
	height: 561px;
	margin: 0 auto;
	background: #FFF url("images/welcome.jpg") top right no-repeat;
}

#text {
	width: 971px;
	overflow: hidden;
}

#text1 {
	width: 465px;
	float: left;
	padding: 10px;
}

#text2 {
	width: 465px;
	float: right;
	padding: 10px;
}

#disclaimer {
	width: 951px;
	margin: 0 auto;
	font-size: 10px;
	text-align: justify;
}

p {

}

.right_top {
	text-align: right;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #BDE0FF;
}

.right_top a {
	color: #FFF;
	font-weight: normal;
}

.right_top a:hover {
	text-decoration: none;
}

#search_box {
	border: 1px solid #CCC;
	background: #FFF;
	position: relative;
	top: 36px;
	left: 40px;
	width: 320px;
	height: 489px;
	color: #333;
	font: bold 12px/14px "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

.man {
	font: bold 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 6px 0;
}

.title {
	text-align: center;
	color: #6AB9FF;
	font: bold 15px Arial,Helvetica,Sans-Serif;
}

.logo {
	width: 130px;
	height: 79px;
	background: #FFF url("images/logo.jpg");
	margin-top: 10px;
	margin-left: 82px;
}

.footer {
	width:951px;
	height:30px;
	margin-top:20px;
	color: #FFF;
}

a.footerlink {
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
}

a.footerlink:hover {
	font-size: 8pt;
	color: #FFF;
	text-decoration: none;
}
