

* {
	margin:0;
	padding:0;
}



html {
	/*text-align:center; */
	background:#F3F3F3;
}

body {
	font:62.5% Verdana, Arial, Helvetica;
	/*text-align:left; */
	/*color:#333;*/
	/*width:100em;*/
	/*height:100em;*/
	/*margin:0px;*/
	/*background:#FFF;*/
	/*padding:0px;*/
	/*background:#FFF url(../images/body_bg.gif) bottom repeat-x; */
	/*border:0.1em solid #EAEAEA;*/
	
	background-image: url(../images/bg3.gif);
	background-repeat:no-repeat; 
	background-position:top left;
	background-color: #F0F0F0;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:1em 0;
}

a 
{
	
	color:#004D85;
	text-decoration:none;
}

p a, td a, th a {
	background:url(../images/link_underline.gif) bottom repeat-x;
	padding-bottom:0em;
	vertical-align:top;
}

ul {
	list-style:none;
}

#masthead {
	width:100%;
	height:14em;
	
	margin-bottom:0.3em;
	background:url(../images/masthead_bg.gif) repeat-x;
	line-height:14em;
	vertical-align:middle;
}

#masthead h1 {
	font-size:3em;
	font-family:"trebuchet ms";
	margin-left:1em;
	color:#FFF;
}

#masthead h1 a {
	color:#FFF;
}

#masthead sup {
	font-size:0.5em;
}

#mastheadBox {
	background:url(../images/masthead_box.gif) left center no-repeat;
	z-index:11;
	position:absolute;
	height:8em;
	top:50%;
	margin-top:-5em;
	right:2em;
	width:43.5em;
	padding:1em 1em 1em 3.5em;
}

#mastheadBox h2 {
	line-height:1em;
	color:#F60;
	font-size:1.2em;
}

#mastheadBox p {
	padding:1em 0 0;
	margin:0;
}

#breadCrumbs {
	clear:both;
	padding:0.5em 2em;
	margin-top:0.3em;
	background:#EAEAEA url(../images/breadcrumbs_bg.gif);
}

#breadCrumbs li {
	display:inline;
}

#breadCrumbs li a {
	margin-right:0.5em;
	padding-right:1em;
	background:url(../images/breadcrumbs_bullet.gif) right 0.7em no-repeat;
}

#breadCrumbs li a:hover, #footer li a:hover {
	text-decoration:underline;
}



#footer {
	text-align:center;
	clear:both;
	padding:1em 0 0;
	background:url(../images/footer_hr.gif) repeat-x;
}

#footer li {
	display:inline;
	margin:0.5em;
}






