/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image:url(images/background.gif);
	background-position:top left;
	background-repeat:repeat;
}

/* Containers */
#center {
	position:relative;
	width:100%;
	z-index:1;
	left: 0;
	top: 0;
	}
	 
	
/* Body */
/* #banner {
	position:absolute;
	left:0px;
	top:0px;
	width:184px;
	height:204px;
	border-bottom-width:medium;
	border-bottom-color:#CC0000;
	z-index:8;
} 

#buttons {
	position:absolute;
	left:10px;
	top:260px;
	width:155px;
	height:370px;
	vertical-align:middle;
	z-index:6;
} 

#heading {
	position:absolute;
	left:0px;
	top:0px;
	width:710px;
	height:204px;
	z-index:4;
}

#title {
	position:absolute;
	left:191px;
	top:216px;
	width:504px;
	height:35px;
	z-index:9;
} */

#bodyblock {
	position:absolute;
	background-color:#ffcc66;
	left:112px;
	top:58px;
	width:707px;
	z-index:3;
}
/*
#bodypic {
	position:absolute;
	left:640px;
	top:650px;
	width:254px;
	height:150px;
	z-index:5;
	background-color: #FFFFCC;
}

#footer {
	position:absolute;
	left:0px;
	top:900px;
	width:900px;
	height:80px;
	z-index:2;
	background-color: #336699;
	padding-top:20px;
}

#footer2 {
	position:absolute;
	left:0px;
	top:650px;
	width:900px;
	height:80px;
	z-index:5;
	background-color: #336699;
	padding-top:20px;
}

#vertLine {
	position:absolute;
	left:165px;
	top:265px;
	width:5px;
	height:275px;
	z-index:1;
}
*/
/* Navigation Buttons */
/* 
#navigation a {
	font:12px Georgia;
	color:#000066;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid;
	border-color:#CCFFFF;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#6600FF;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#navigation a span {
	display: none;
	}
	
#navigation a:hover span {
	display: block;
    position: absolute; 
	top: 345px; 
	left: 0; 
	width: 140px;
    padding: 5px; 
	margin: 0px; 
	z-index: 100;
    color:#000066; 
	background:#FFFFBF;
    font: 10px Verdana, sans-serif; 
	text-align: center;
	}
*/		
/* Text Styles */ 
p.logo {
	text-align:center;
	font-style:italic;
	font-weight:bold;
	}

p.titleText {
    font-family:Tahoma;
	font-size:14px;
    font-weight:bold;
	margin: 15px 20px 2px 20px;
	text-align:left;
	}

p.headerText {
    font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	margin: 15px 20px 2px 20px;
	text-align:left;
	}
	
p.bodyText {
	margin: 10px 20px 2px 20px;
	font-family:Tahoma;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
	
	}
	
p.footer {
	color:#FFFFFF;
	text-align:center;
	font-style:italic;
	text-align:center;
	font-size:18px;
	}
	
p.center {
    text-align:center;
	font-family:Tahoma;
	font-size:14px;
	font-weight:100;
	margin: 2px,10px;
}
