body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;	
	background:url("images/mainBg.jpg");
}

a{
	text-decoration:none;
	font-weight: bold;
	color: #fea44c;
}
a:hover{
	text-decoration:underline;
	font-weight: bold;
	color: #fea44c;
}

a.white{
	color: #ffffff;
	font-weight: bold;
}
a.white:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration:underline;
}

b {
	color: #628cc5;
}

#menu {
	width: 900px;
	height: 60px;
	position: absolute;
	left: 50%; 
	margin-left: -450px; 
	top: 10px;
}

#mainBanner {
	width: 956px;
	height: 233px;
	position: absolute;
	left: 50%; 
	margin-left: -479px; 
	top: 70px;
}

#main {
	background:url("images/bg1.jpg");
	width: 956px;	
	position: absolute;
	left: 50%; 
	margin-left: -479px; 
	top: 303px;		
}

#col1{
	width: 370px;
	padding-top: 150px;
	padding-left: 50px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #787878;
	clear: both;
	font-size: 11px;
	float: left;	
}

#col2{
	width: 400px;
	padding-top: 70px;
	padding-left: 0px;
	padding-right: 60px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
	text-align: justify;
	font-size: 11px;
	float: right;
}

#mainPanel {
	width: 600px;
	/*height: 450px;*/
	position: relative;
	top: 0px;
	left: 0px; 
    overflow: auto;
	float: left;	
}

#middleBar {
	background:url("images/middleBar.jpg");
	width: 956px;
	height: 35px;
	position: relative;
	clear:both;
}

#bottomBar {
	background:url("images/bottomBar.jpg");
	width: 956px;
	height: 157px;
	position: relative;
	clear:both;
}

#details {
	left: 190px;
	top: 100px;
	height: 18px;
	position: relative;
	float: left;
}

#menu {	
	top: 0px;
	height: 65px;
	width: 490px;
	left: 50%; 
	margin-left: -51px;
	float: right;
}

#footer {
	background:url("images/footer.jpg");
	width: 956px;
	height: 53px;
	position: relative;
	clear:both;
	top: 10px;
	/*left: 50%; 
	margin-left: -450px; */
	/*top: 910px;*/
}

#footerText {
	color: #ffffff;
	font-weight: bold;
	padding-top: 10px;
	text-align: center;
    font-size: 11px;
}

#copy {
	width: 1024px;
	height: 100px;
	position: absolute;
	left: 50%; 
	margin-left: -512px; 
	top: 900px;
	font-size: 10px;
	text-align: right;
}

.copy_txt {
	font-size: 10px;
	
}

input {
	color: #000000;  
	border: 1px solid #999999;  
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 10px;
}

b.fm {
    color: #377d93;
}
