@charset "utf-8";
/* CSS Document */
body
	{
		background:#424a57;
		padding:0px;
		margin:0px;
		font-family:"Times New Roman", Times, serif;
		font-size:15px;
	}
.leftcorner
	{
		background:url(../images/leftstrip.jpg) no-repeat;
		width:12px;
		height:102px;
	}
.rightcorner
	{
		background:url(../images/rightstrip.jpg) no-repeat;
		width:12px;
		height:102px;
	}
.centerstrip
	{
		background:url(../images/centerstrip.jpg) repeat-x;
		height:102px;
	}
h6
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		padding:0px;
		margin:0px;
		color:#FFFFFF;
	}
h3
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:20px;
		font-weight:bold;
		padding:0px;
		margin:0px;
		color:#032a42;
	}	
ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	text-transform:uppercase;
}
ul#menu li
{
	display:block;
	float:left;
	margin:0px 1px 0px 0px;
	background:transparent url("../images/devider.jpg") no-repeat top right;
	pading:0;
}
ul#menu li a
{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:12px 22px 12px 22px;
}
ul#menu li a:hover
{
	background:transparent url("../images/menuhover.jpg") repeat-x;	
	color:#000000;
}
ul#menu li a.active
{
	background:transparent url("../images/menuhover.jpg") repeat-x;	
	color:#000000;
}
h1
	{
		font-family:"Times New Roman", Times, serif;
		font-size:30px;
		padding:0px 0px 0px 0px;
		margin:0px;
		color:#1c705b;
	}
p	
	{
		font-family:"Times New Roman", Times, serif;
		font-size:15px;
		text-align:justify;
		color:#000000;
		padding:7px 0px 5px 0px;
		margin:0px;
	}
img
	{
		border:0px;
	}
.textbox
	{
		width:292px;
		padding:1px;
		border:#c7c7c7 1px solid;
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		height:20px;
		background:url(../images/inputstrip.jpg) repeat-x top;
	}
.textareainp
	{
		width:292px;
		padding:1px;
		border:#c7c7c7 1px solid;
		color:#333333;
		background:url(../images/inputstrip.jpg) repeat-x top;
 	}
.bottomleft
	{
		background:url(../images/bottomleft.jpg) no-repeat;
		height:73px;
		width:7px;
	}
.bottomright
	{
		background:url(../images/bottomright.jpg) no-repeat;
		height:73px;
		width:7px;
	}
.bottomcenter
	{
		background:url(../images/bottom_center.jpg) repeat-x;
		height:73px;
	}
	
.bottomleft1
	{
		background:url(../images/bottomleft1.jpg) no-repeat;
		height:73px;
		width:7px;
	}
.bottomright1
	{
		background:url(../images/bottomright1.jpg) no-repeat;
		height:73px;
		width:7px;
	}
.bottomcenter1
	{
		background:url(../images/bottom_center1.jpg) repeat-x;
		height:73px;
		
	}	
.footer
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
	}	
	
.footer a {
color: black;

}

.footer a:hover {
color: #4E5865;
}

p.bottomlinks {
color: #999999;
}				

p.bottomlinks a {
color: #768596;
font-size: 13px;
text-decoration: none;
}			

p.bottomlinks a:hover {
color: #4E5865;
}
.mylink{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	text-decoration:underline; padding-left:15px;	
	
	}				
.mylink:hover{ text-decoration:none;  
}
