
/* Current Layout Stylesheet */
 
LI, DT, DD, TD{
	font-family: times new roman, Verdana, Arial;
	font-size: 100%;
	color:#000066;
	}

P	{
	font-family: times new roman, Verdana, Arial;
	font-size: 100%;
	color:#000066;
	padding-top:0;
	padding-bottom:0;
	padding-left:20;
	padding-right:20;
	}

H1, H2, H3, H4, H5, H6{
	padding:0 20;
	margin:0 20;
	font-family: times new roman, Verdana, Arial;
	color:#000066;
	}

H1      {
	font-size: 100%;
	}

H2      {
	font-size: 95%;
	}

H3      {
	font-size: 90%;
	}

H4      {
	font-size: 85%;
	}

H5      {
	font-size: 80%;
	}

H6 	{
	font-size: 75%;
	}

A:link, active { 
	text-decoration: underline;
	color:#000066;
	font-family: times new roman, Verdana, Arial;
	font-weight:bold;
	} 

A:visited { 
	text-decoration: underline;
	color:#000066;
	font-family: times new roman, Verdana, Arial;
	font-weight:bold;
	} 

A:hover { 
	text-decoration:none;
	background:#000066;
	color:#ffffff;
	font-family: times new roman, Verdana, Arial;
	font-weight:bold;
	}


#navbar a { 
	text-decoration: none;
	color:#ffffff;
	} 

#navbar a:visited { 
	text-decoration: none;
	color:#ffffff;
	} 

#navbar a:hover { 
	text-decoration:none;
	background:#CC0000;
	color:#ffffff;
	}


body	{
	background:#ffffff;
	text-align: center;
	min-width: 750px;
    	}

#wrapper {
	width: 670px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#lh-col{
	position: absolute;
	width: 150px;
	top: 0px;
	background-color: #000066;
	padding: 0 2;
	margin: 0px;
	border: 0px;
	}

#hdr	{
	position: absolute;
	top: 0px;
	background-color: #FFFFFF;
	width: 520px;
	height: 138px;
	padding: 0 0 0 0;
	border: 0px;
	margin-left: 150px;
	}

#c-col	{
	position: relative;
	margin-left: 150px;
	margin-top:  140px;
	background-color: #FFFFFF;
	padding: 0 5 120;
	border: 0px;
	width: 520px;
	text-align: left;
	}

#ftr	{
	position: absolute;
	bottom: 0;
	margin-left: 0px;
	background-color: #CC0000;
	padding: 0 0;
	border: 0px;
	width: 520px;
	}

#footer a { 
	text-decoration: none;
	color:#ffffff;
	} 

#footer a:visited { 
	text-decoration: none;
	color:#ffffff;
	} 

#footer a:hover { 
	text-decoration:none;
	background:#000066;
	color:#ffffff;
	}


