* {
	margin: 0px;
	padding: 0px;
	behavior: url(iepngfix.htc)
}

body {
	background: url(images/bg.gif) repeat-x #000000;
   font-family: "Trebuchet MS";
   font-size:14px;
   
}

h1, h2, h3, h4, h5, h6, strong {
	color: #185490;
}

#wrap
{
background:#B5CDE0;
color:#072441;
width: 747px;
margin: 0 auto 0 auto ;

}
a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}

/* Menu */

#menu {
	height: 40px;
	
	
}

#menu ul {
	
	height: 40px;
	margin:  0;
	padding: 21px 10px 0 0;
	list-style: none;
	float:right;

}

#menu li {
	display: inline;
	
}

#menu a {

	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	height: 20px;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
	color: #1D4F7D;
	background:#4BB2C5;
	margin-left:4px;
	border-top:1px solid #000000;
}

#menu a:hover {
	background:#1D4F7D;
	color:#ffffff;
	border-top:1px solid #000000;
}
#menu a.active
{
	background:#1D4F7D;
	color:#ffffff;
	border-top:1px solid #000000;
}


#header {
	width: 747px;
	height: 367px;
	margin: 0 auto;
	background: url(images/header.jpg) #ffffff;
	border-top: none;
	
}



#content {
	width: 717px;
	margin: 0 auto;
	padding:0 15px;
	background: url(images/contentbg.jpg) bottom #B5CDE0 no-repeat;
	text-align:justify;
	border-top: none;
	overflow:hidden;
	
}
#footer
{
margin:0 auto;
background: url(images/footer.jpg);
height:48px;
width: 747px;
font-size:11px;
text-align:center;
color:#333333;	
}

.pindex
{
background:#000000;
text-align:center;
color:#FFFFFF;
}



/* Contact Form */
#contact-form {
	padding-left:50px;

}

#contact-form label {
	float: left;
	width: 90px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 400px;
	border: 1px solid #315069;
	background: #5D7586;
}
#contact-form p {
margin-bottom:5px;
}

#footer p{
font-size:12px;
text-align:center;
}
