/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
 margin:20px 0px;
 background-image: url(/images/background.jpg);
 background-repeat: no-repeat;
 background-color:#FFFFFF;
 font-family:Garamond, Georgia, "Times New Roman", Times, serif;
 font-size:.95em;
 }

h1,h2,h3,h4,h5,h6 {
 color:#427112;
 margin-bottom:1em;
 }
h1 {font-size:1.6em;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:none;}
a:active {color:blue;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 }

.printonly {display:none;}

/*=================== GLOBAL RULES ======================*/

#container{
	margin:auto;
	width:792px;
	background-color:white;
	background-image:url(/images/container-bg.gif);
	background-repeat:repeat-y;
}
#flashbox{
	float:left;
	width:304px;
}
#rightbox{
	float:left;
	width:486px;
}
#nav{
	height:49px;
	width:507px;
	background-color:#d3dbdd;
	margin-left:-20px;
}
#nav ul{
	padding-top:20px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:.8em;
}
#nav ul li{
	float:left;
	list-style:none;
}
#nav ul li a{text-decoration:none;color:#006699;padding:0 0 0 23px;}
#nav ul li a:hover{color:#003399;}

#content{
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	background-image:url(/images/content-bg.jpg);
	background-repeat:no-repeat;
	padding-top:20px;
	min-height:400px;
}
*html #content{height:400px;}
#footer{
	width:792px;
	height:30px;
	clear:both;
	background-color:#000000;
	color:white;
	text-align:center;
	font-size:16px;
	font-style:italic;
	letter-spacing:3px;
}
#footer p{padding:7px 0;margin:0;}

/*=================== HOME RULES ======================*/
#home {
	color: #051C5F;	
}

#home p {
	font-size: 1.1em;
}

#home p#intro1 {
	margin-left: 60px;
	margin-top: 0px;
}

#home p#intro2 {
	margin-left: 130px; 
}

#home p#intro3 {
	margin-right: 200px;
}

#home img#building {
	float: right;
	margin: -83px -1px -32px 0;
}
