﻿html,body {
	width:100%;
	margin: 0;
	padding: 0;
}
html {
	width:100%;
	overflow-y:scroll;
	background-image: url('/images/page-bg-top.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	background-color:#E8D2A9;
}
body {
	width:100%;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.1em;
	background-image: url('/images/body-bg.jpg');
	background-position: center top;
	background-repeat:no-repeat;
}

#wrap{
	width:996px;
	margin:0px auto;
}

/*/ Font /*/



p, ul li { font-size:95%;}

#breadcrumbs  h1 {font-size:100%; color: #FFF; margin:0px;}
#full-page-header h1, #full-page-header h2, #full-page-header strong,
#full-page-column-full-width h1{
	font-size:200%;
	margin-top:0px;
	margin-bottom:12px;
	color:#0377A8;
	font-weight: lighter;
	display:block;
}
#full-page-column h1, #full-page-column h2{font-size:130%; margin-top:0px; margin-bottom:12px;color:#0377A8;}

#page-content-column h1{font-size:130%; margin-top:0px; margin-bottom:5px; color:#0377A8; }
#page-content-column h1 span{font-size:80%;  margin-top:5px; display:block;}

#page-content-column h2{font-size:100%;  margin-top:0px; }

h2{	font-size:130%; margin-top:0px; margin-bottom:12px;color:#FFF;}

h3{	font-size:100%;color:#0377A8;}
h2 a {text-decoration:none;}
h2 a:hover {text-decoration:none;}
a {color:#0377A8;text-decoration:none;}
a:hover {color:#0377A8;text-decoration:underline;}
strong {color:#000000;}



/*/ Extras /*/

img {border-style:none;padding:0px;margin:0px;}

.hidden {display:none;}
.float-left {float:left;display:inline;}
.float-right {float:right;}
