/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */
body {
	background-image:url(../_images/bg.jpg);
	background-position:center;
	background-repeat: repeat-y;
}
#page {
	margin: 0 auto;
	width: 800px;
	
}


/* Header
-------------------------------------------------------------- */

#header { margin-top: 0; }

#header .tabs { border-bottom: 1px solid #ddd; }
#header .tabs li { margin-right: 1px; }
#header .tabs a { padding: 5px 15px; background: #ddd; color: #666; text-decoration: none; }


/* Body
-------------------------------------------------------------- */

#body {
	margin-top: 0;
	background-image:url(../_images/header.jpg);
	background-repeat:no-repeat;
}

#leftcol { float: left; width: 200px; margin-top: 288px; margin-left:99px; display: inline; }

#rightcol { float: right; width: 350px; margin-top: 205px; margin-right:120px; display: inline; }
#rightcol h3 { color: #888; }
#rightcol ul, #rightcol ol { color: #022C5E; }
#rightcol ul a { color: #022C5E; }


/* Footer
-------------------------------------------------------------- */

#footer { margin-top: 10px; margin-left: 99px; padding-top:2px; padding-bottom: 5px; width:600px; background-color:#ccc; }

#footer p { margin:0 0 10px 20px; }

/* Page Footer (wrapper)
-------------------------------------------------------------- */

#pageFooter {
	position:relative;
	margin: 0 auto;
	width: 800px;
}



/* FROM OLD SITE
-------------------------------------------------------------- */

.bodyText, body, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: normal;
	color: #022C5E;
}
.largeCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: normal;
	color: #022C5E;
	margin-right: 1px;
}

.dropcap {
float:left;
color:#022C5E;
font-size:45px;
line-height:32px;
padding-top:2px;
font-family: Georgia, "Times New Roman", Times, serif;
}

.h1,.h2,.h3,.h4,.h5,.h6 { font-weight: bold; }

.h1 { font-size: 3em; line-height: 1; margin-bottom: 0.25em; text-align: center; }
.h2 { font-size: 1.5em; margin-bottom: 0.25em; text-align: center; }
.h3 { font-size: 1.5em; line-height: 1; margin-bottom: .25em; text-align: center; }
.h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
.h5 { font-size: 1em; margin-bottom: 1.5em; }
.h6 { font-size: 1em; }

.copyrightText {
	color: #052E62;
	margin-left: 25px;
	margin-bottom: 10px;
	font: normal 8pt Arial, Helvetica, sans-serif;
}

.contactInfo {
	font: 10pt "Trebuchet MS";
	color: #000000;
	text-decoration: none;
	margin-top: 10px;
	margin-left: 24px;
}

.singlespace {
	margin-bottom: 0px;
}

a {
	color: #0066CC;
	text-decoration: none;
}
