﻿  /* css layout */
body {
	text-align: center; 
	background: url(cloudbkg.jpg);
	padding-bottom: 0px; 
	margin: 0px; 
	padding-left: 0px; 
	padding-right: 0px; 
	font-family: verdana;
	font-size: 12px;
	color: #0000ff; 
	padding-top: 0px
}
A:hover {
	COLOR: #CC0000; 
}
#block {
	text-align: center;
	background: url(sidefr-940.gif);
	margin: 0px auto;
	width: 940px;
}

#container {
	text-align: center;
	background: url(sidefr-940.gif);
	margin: 0px auto;
	width: 940px;
}

#masthead {
     text-align: center;
	margin: 0px auto;
	width: 940px;
}
#top_nav {
	text-align: left;
	margin: 0px auto;
	border: 1px solid #EEEEEE;
	margin-right: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #800080;
	font-weight: bold;
	letter-spacing: 2px;
	float: right;
	background-color: #EEFFFF;
}
#left_nav {
    padding-top: 2px;
    margin-left: 20px;
	width: 264px;
	float: left;
}
#top_nav A:link {
	TEXT-DECORATION: none;
		color: #C00000;
}
#top_nav A:visited {
	TEXT-DECORATION: none;
	color: #C00000;
}
#top_nav A:hover {
	COLOR: #0000FF;
	TEXT-DECORATION: none;
}
#top_nav LI {
	DISPLAY: inline
}

#left_col {
	padding-top: 2px;
	margin-left: 12px;
	width: 280px;
	float: left;
}
#right_col {  
	text-align: center;
	padding-top: 2px;
    	margin-right: 10px;
	margin-left: 290px;
     width: 620px;
     font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
}

#footer {
	text-align: center;
	margin: 0px auto;
	background: url(botfr-940.gif) no-repeat bottom right;
	margin: 0px auto;
	width: 940px;
}

.selectedanchor{ /*css class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: #c8eeef;
}

/* ######### default class for drop down menus ######### */

.navmenu{
position: absolute;
left: 0;
top: 0;
margin-top: 4px;
visibility: hidden;
border: 1px solid #333399;
border-bottom-width: 0;
font: normal 10px verdana;
line-height: 12px;
z-index: 100; /* zindex should be greater than that of shadow's below */
background: #eeeeff;
width: 120px; /* default width for menu */
}
.navmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.navmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333399;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}
.navmenu a:hover{ /*hover background color*/
background: blue;
color: white;
}
/* ######### alternate multi-column class for drop down menus ######### */

.navmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #333399;
padding: 10px;
font: normal 12px verdana;
z-index: 100; /*zindex should be greater than that of shadow's below*/
background: #e9e9e9;
}
.navmenucols li{
padding-bottom: 3px;
}
.navmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #e0e0e0;
}
.navmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ######### class for shadow div ######### */

.navshadow{ /*css for shadow. keep this as is */
position: absolute;
margin-top: 4px;
left: 0;
top: 0;
z-index: 99; /*zindex for shadow*/
background: black;
visibility: hidden;
}
.gradlink2 {
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	background: url(grad-link3.jpg);
	margin: 8px 0px 0px 0px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	background-repeat: no-repeat;
	color: #660085;
	line-height: 12px;
	vertical-align: middle;
}
.gradlink2a {
	padding: 0px;
	text-align: left;
	margin: 0px auto;
	background: url(grad-link3a.jpg);
	margin: 8px 0px 0px 0px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 12px;
	background-repeat: no-repeat;
	color: #660085;
	line-height: 12px;
	vertical-align: middle;
}
#left_col_nav {
	padding-top: 2px;
	margin-left: 12px;
	width: 150px;
	float: left;
}
#right_col_nav {
	text-align: center;
	padding-top: 2px;
	margin-right: 10px;
	margin-left: 160px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000FF;
}
.style_page {
	FONT-WEIGHT: bold;
	FONT-SIZE: 15px;
	COLOR: #8080F0;
	LINE-HEIGHT: normal;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	letter-spacing: 3px;
}


