body {
	margin: 24px 0 20px 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
	font-size: 62.5%;
	line-height: 1.8em;
	color: #4C4C4C;
	background:url('../images/body-bkgd.jpg') repeat-x #F3F3F3;

}

	
.hidden{
	display:none;
}

.clear-vertical {
	display:block;
	border:none;
	float:left;
	width:1px;
	height:35px;
}

.div-clear {
	display:block;
	border: none;
	clear: both;
	padding:0;
	width:600px;
	height:0px;
	margin:0;
	border:1px solid #004892;
}

input{
	font-family: Verdana, Arial, sans-serif;
}

form{
	padding:0;
	margin:0;
}

table {/* Fixes IE5.5 table bug -------------*/
	font-size: 100%;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* Typeography-*/
/* Headings -------------*/
h1, h2, h3, h4, h5, h6, caption{
	margin: 0 0 10px 0;
	padding:0;
}

h1{
	font-size: 1.3em;
	color:#616161;
}

h2{
	font-size: 1.1em;
	color:#004892;
}

h3{
	font-size: 1.1em;
}

h4{
	font-size: 1em
}

h1 span, h2 span, h3 span, h4 span, h5 span{ /* Hide an image inside a span*/
display:none;
}

h1 a, h2 a, h3 a, h4 a, h5 a{ /* Hide an image inside a span*/
	color:#004892;
}


/* Paragraphs -------------*/
p {
	font-size:1.1em;
	color:#4C4C4C;
	margin:5px 0px 15px 0px;


}

em{
	color:#5298DA;
	}


/* Links -------------*/

a, p a{
	text-decoration:underline;
	color:#0D56A2;
}

a.arrow, a.arrow:visited{
	color:#F78E1F;
	text-decoration:none;
}

a:hover, p a:hover {
	text-decoration: underline;
	color:#004892;
}



a:visited, p a:visited {
	text-decoration: underline;
	color:#004892;
}



/* Site Wide Imagery
----------------------------------------------------------------------*/

a img, img{
	border:none;
}


	
/* Container----------------------------------------------------------------------*/	
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

#container {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background:url(../images/container-bkgd.gif) bottom left no-repeat #fff;
}



/* Masthead
----------------------------------------------------------------------*/

#masthead{
	background: url(../images/masthead-bkgd.gif) no-repeat #FFF;
	margin: 0;
	padding: 0 40px 0 40px;
	height:177px;
}

#logo {
	padding:0;
	float:right;
	margin:33px 0 0 0px;
}

#back-to-main{
	margin:36px 0 33px 0;
}

#masthead p{
	margin:24px 0 0 0;
}

.divider{
	clear:both;
	height:20px;
	margin:10px 0 0 0;
	background: url(../images/divider-bkgd.gif) repeat-x #FFF;
}

/* Content
----------------------------------------------------------------------*/
#content {
	text-align:left;
	clear:both;
	margin:0 40px 40px 40px;
}

.content-col{
	float:left;
	width:212px;
	margin:0 27px 5px 0;
}


.content-col p{
	color:#505050;
	line-height:1.4em;
	margin-left:3px;
}

.home-photo{
	margin:13px 0 10px 0;
}


.link-button{
	float:left;
	margin:0 27px 0 0;	
	display:block;
	border:1px solid #d9d9d9;
	text-align:center;
	font-size:1.1em;
	color:#0f5094;
	font-weight:bold;
	text-decoration:none;
	background: url(../images/button-bkgd.gif) left bottom repeat-x #edf3f9;
	padding:2px 0px 2px 0px;
	width:210px;
}


/* Footer
----------------------------------------------------------------------*/
#footer{
	clear:both;
	background:url(../images/footer-bkgd.gif) repeat-x #ffffff;
	width:690px;
	margin:4px 0px 0px 0px;
	padding: 0px 40px 0 40px;

}



#footer p{
	margin:0;
	padding:8px 0 0 3px;
}


.logo-legal{
	margin: 10px 0 0 18px;
	float:right;
}






/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/* PRINT ONLY STYLES
----------------------------------------------------------------------*/

#print-masthead{
	display:none;
}

@media print {
	#footer, #masthead, #bottom-curve {
		display:none;
	}
	
	
	#print-masthead {
		display:block;
		text-align:left;
		padding-bottom:10px;
		border-bottom:1px solid #CCCCCC;
		text-align:right;
		width:17cm;
		height:4.5cm;
	}

	#print-masthead #logo-print{
		float:left;
		margin:0 20px 0 auto;
	}

	#print-masthead p{
		font-family: 'Lucida Sans', Tahoma, Arial, Verdana, sans-serif;
		font-size:10pt;
	}
	
	#content{
		float:left;
		background-image:none;
		padding:20px 40px 30px 0px;
		margin:0;
	}
	
	
	body {
		background-image:none;
		background-color:#FFFFFF;
	}
	
	h1{
		font-size:15pt;
	}
	
	
	body,ul,ol,dl,td,th,
caption,pre,p,blockquote,input,textarea, li {

  line-height: 150%;
  color:#000;
  font-size:9pt;
}

}