
/* This stylesheet is intended for the "Mosaic" screen look and feel. */





body {
 font-family: verdana, geneva, arial, helvetica, sans-serif;
 font-size:12px;
 color: #43444e;
 /*position: relative;*/
 background-color: #fff;
 text-align: center; 
}

h1, h2, h3, h4, h5, h6 
{
margin:0;
padding:0;
font-size:100%;
font-weight:bold;
}

fieldset, img 
{
 border:0;
}

img, input, select, label 
{
 vertical-align:middle;
}



.wrapper 
{
	width:900px;
	/*border: 1px solid red;*/
	margin: 0 auto; 
	/*margin-left:110px;*/
}
/*** START Head Container */
.head-container
{
	/*width:100%;*/
	width:900px;
	height:125px;
	/*border: 0px solid #ddd;*/
	background-image:url(../images/head_top_bg_1.gif);
	background-repeat:repeat-x;
		
}

.head-section
{
	width:900px;
	height:256px;
	float:left;
	/*border: 0px solid #000000
	margin-left:220px;;*/

}

.logo-section
{
	margin-left:40px;
	float:left;
	width:900px;
	height:125px;
	text-align:left;
}
.header{
	width:100%;
	
}
.menu{
	height:35px;
}
.footer{
	width:100%;
	height:56px;
	/*border: 0px solid #ddd;*/
	background-image:url(../images/footer_bg1.gif);
	background-repeat:repeat-x;
}

#footer_text{
	width:710px;
	float:left;
	text-align:center;
	vertical-align:middle;
}
#footer_image{
	width: 190px;
	float:left;
	padding-top:10px;
	
}
#content{
	text-align:justify;
	float:left;
	width: 550px;
	padding-right:20px;
}
#homeright{
	float:left;
	width: 329px;
}
#pageheader{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#628DC9;
}
