@charset "utf-8";
/* CSS Document */


/* Main Elements */
body	{
	background-color:#edf1f7;
	background-image:url(../graphics/bluebg.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	}

p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
	}

h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#1a3d64;
	margin-bottom:-10px;
	}
	
h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#1a3d64;
	margin-bottom:-10px;
	}
	
h3	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#1a3d64;
	font-variant:small-caps;
	margin-bottom:-10px;
	}
	
h4	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#1a3d64;
	margin-bottom:-15px;
	}
	
h5	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1a3d64;
	margin-bottom:-10px;
	}

h6	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1a3d64;
	margin-bottom:-15px;
	}

	
ul li	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	list-style-image:url(../graphics/bluebullet.gif);
	}

a 	{
	font-size: 14px;
	color: #000000;
	}
	
a:visited {
	color: #660066;
	}
	
a:hover {
	color: #1a3d64;
	}
	
a:active {
	color: #000000;
	}


/* Special Elements */

a.bar 	{
	font-size: 14px;
	font-weight:bold;
	color: #1a3d64;
	}
	
a.bar:visited {
	color: #1a3d64;
	}
	
a.bar:hover {
	color: #E7A903;
	}
	
a.bar:active {
	color: #E7A903;
	}

a.bottom 	{
	font-size: 12px;
	font-weight:bold;
	color: #1a3d64;
	}
	
a.bottom:visited {
	color: #1a3d64;
	}
	
a.bottom:hover {
	color: #000000;
	}
	
a.bottom:active {
	color: #000000;
	}


.bold	{
	font-weight:bold;
	font-style:normal;
	}

.italic	{
	font-style:italic;
	font-weight:normal;
	}

.bi	{
	font-weight:bold;
	font-style:italic;
	}

.botnav	{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	color:#1a3d64;
	}

.address	{
	font-size:16px;
	text-align:center;
	font-weight:bold;
	}

.small	{
	font-size:12px;
	font-style:italic;
	}





/* Div Tags */

#top {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:125px;
	z-index:1;
}
#nav {
	position:absolute;
	left:10px;
	top:125px;
	width:148px;
	height:700px;
	z-index:2;
}
#side {
	position:absolute;
	left:835px;
	top:125px;
	width:150px;
	height:550px;
	z-index:3;
}

