body {
	background-color:#ffffff;
	background-image:url(images/back.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
	
}

#bar{
	background-image:url(images/bar.jpg);
	background-repeat:repeat-x;
	background-color:#c7c7c7;
}


#content h4{
	font-family:"Franklin Gothic Medium Cond";
	color:#002f68;
	font-size:18px;
	font-weight:normal;
}

#sub{
	font-family:"Franklin Gothic Medium Cond";
	color:#ffffff;
	font-size:18px;
	font-weight:normal;
}


#content {
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	text-align:left;
	font-weight:normal;
}

#content a , #content a:link{
	font-family: Arial,Helvetica,sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}


#content a:hover , #content a:active{
	color:#000000;
	text-decoration:none;
}

#title{
	font-family:"Franklin Gothic Medium Cond";
	font-size:28px;
	color:#002f68;
	text-align:left;
}
	
#newContact {
	float: right;
	text-align: right;
	font-size: 13px;
	line-height: 17px;
	color:#002f68;
	font-family: "Franklin Gothic Medium Cond", sans-serif;
}

#newContact a {color: #9e1726; text-decoration: underline;}
#newContact a:hover {color: #9e1726; text-decoration: none;}

#contactBox {
	margin: 0 auto 0;
	width: 470px;
	height: 200px;
	padding: 25px 15px;
	color: #fff;
	background: url(images/contactbg.jpg) no-repeat;
	text-align: center;
}
#contactBox p {margin: 0 0 10px;}
#contactBox a {color: #fff !important; text-decoration: underline;}
#contactBox a:hover {color: #fff !important; text-decoration: none;}

#bottom {
	font-family:"Franklin Gothic Medium Cond";
	color:#ffffff;
	font-size:14px;
	font-weight:normal;
	text-align:left;
}

#contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
}

#contact a, #contact a:link{
	color:#ffffff;
	text-decoration:underline;
}

#contact a:hover, #contact a:active{
	color:#ff0000;
	text-decoration:none;
	
}


#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	padding-top:10px;
}

#footer a, #footer a:link{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	color:#000000;
	text-decoration:none;
	
}

