body
{
	margin: 20px 0 30px 0;
	padding: 0;
	background-image: url('../images/pg_bg.jpg');
	background-repeat: repeat;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}
#container
{
	margin: 0 auto;
	background:#ffffff;
	width: 960px;
}

#headercont
{
	width: 900px;
	height: 50px;
}

#headerleft
{
	float: left;
	width: 300px;
	height: 50px;
	margin-left: 20px;
}

#headerleft h1
{
	font-family: 'Hoefler Text', Georgia;
	margin: 48px 0 0 15px;
	padding: 0;
	font-size: 35px;
	font-weight: normal;
	color: #39599c;
	
	
}

#headerleft h1 span
{
	color: #3f616f;
	font-weight: normal;
}

#headerright
{
	float: left;
	width: 580px;
	height: 100px;
}

#headerright ul
{
	margin: 55px 15px 0 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	color: #CCC;
}

#headerright ul li
{
	display: inline;
	margin: 0 0 0 10px;
}

#headerright ul li a
{
	text-decoration: none;
	font-size: 15px;
	color: #666666;
	font-weight: bold;
			padding:5px;
}

#headerright ul li a:hover
{
	text-decoration: none;
	color: #39599c;
	background-color:#eeeeee;
}

#headerright ul li a.active
{
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	background-color:#39599c;
}

#maincont
{
	width: 960px;
	line-height: 18px;
	padding: 15px 0 0 0;
	margin-top:20px;
}

#maincont p
{
	margin: 0 10px 10px 15px;
}

h1, h2, h3, h4
{
	margin: 0 0 5px 0;
	padding: 5px 15px;
	color: #39599c;
	line-height:28px;
}
h1
{
	font-size: 30px;
	font-weight: normal;
}

.h1span {color: #666666}

h2
{
	font-size: 20px;
	font-weight: normal;
}
h3
{
	font-size: 18px;
	font-weight: normal;
}
h4
{	font-size:18px;
	font-weight: normal;
}

#mainleft
{
	float: left;
	width: 630px;
	min-height:200px;
	padding: 0 10px 0 0;
	margin-left:20px;
}


#mainright
{
	float: left;
	width: 230px;
	padding: 0 0 0 10px;
}


/* for all page links */
a:link 
{	text-decoration: underline;
	color: #39599c;
}

a
{
	text-decoration: underline;
	color: #39599c;
}

a:hover
{
	color: #ffffff;
	text-decoration: none;
	background-color:#39599c;
}

#bottom
{
	clear: both;
	width: 960px;
	padding-top:5px;
}

#footercont
{
	float: left;
	width: 960px;
	height: 50px;
	margin-bottom:20px;
	color: #666666;
	background-color:#FFFFFF;
}

#footercont p
{
	margin: 0;
	padding: 15px;
	padding-top:10px;
}

#footercont a
{
	text-decoration: underline;
	color: #39599c;
}

#footercont a:hover
{
	color: #ffffff;
	text-decoration: none;
}

#footerleft
{
	float: left;
	width: 480px;
	height: 50px;
}

#footerright
{
	float: left;
	width: 480px;
	height: 50px;
	text-align: right;
}

.textright img 
{
	float: left;
	padding: 0 8px 10px 8px;
	margin-top:2px;	
	clear:both;
}


.textright
{
	float: right;
	width:600px;
	background-color: #eeeeee;
	margin-top:5px;
	margin-bottom:10px;
	margin-left:0px; 
	padding-left:0em;
	padding-right:1em;
	border-width: .1em;
	border-style: solid;
	border-color: #cccccc;
	overflow:visible;
}
.textright p
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
.textright a
{
	text-decoration: underline;
	color: #39599c;
}

.textright a:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color:#39599c;
}


h4
{
	margin: 0 0 0px 0;
	padding: 5px 15px;
	font-size: 120%;
	font-weight: normal;
	color: #39599c;
}

/* form */
label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	display: block
}

input {
 	margin-left: 4.5em;
	margin-bottom: 10px;
 	background-color: #eeeeee;
 	padding: 5px;
 	color: #034B7A;
 	font-weight:bold;
 	border: 1px solid #cccccc;
}

#submit {
 	margin-left: 17em;
	margin-bottom: 10px;
 	background-color: #E5E5E5;
 	padding: 0px;
 	color: #034B7A;
 	font-weight:bold;
 	border-width:0px;
}

textarea {
 	margin-left: 4.5em;
	margin-bottom: 10px;
 	background-color: #eeeeee;
 	padding: 5px;
 	color: #034B7A;
 	font-weight:bold;
	border: 1px solid #cccccc;
}
/* form end */