/* CSS Document */

body{
	padding :0;
	margin :0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/******* Hyperlink and Anchor Tag Styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/******* Header and Logos *******/

#logo{
	letter-spacing: 0.1em;
	position : absolute;
	top : 30px;
	left : 60px;
	z-index : 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #ffffff;
}

#siteAddress{
	letter-spacing: 0.2em;
	position : absolute;
	top : 12px;
	right : 30px;
	text-align : right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	color: #f5f5f5;
}

.boxrt {
	float: right;
	margin: 2px 2px 2px 10px;
	font-family: Webdings, fantasy;
	font-size: 80px;
	color: #999999;
}
		
.boxlft {
	margin: 0px 0px 0px 0px;
}

/******* Main Content *******/

#content{
	border-top: 1px solid #cccccc;
	border-left: 1px solid #ccd2d2;
	border-bottom: 1px solid #cccccc;
	margin-left: 160px;
	padding-left : 15px;
	margin-top: 100px;
	padding-top : 20px;
	padding-bottom : 30px;
	padding-right : 30px;
	background-color : white;
}

#content h1 {
	font-size: 120%;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
}

#content h2 {
	font-size: 100%;
	letter-spacing: 0.1em;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	margin-bottom: -5px;	
	margin-top: 25px;	
}

#content p{
	font-size: 80%;
	line-height : 140%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

#content li{
	font-size: 80%;
	line-height : 140%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	text-align: justify;
}

/******* Navigation Buttons *******/

#navigation{
	position: absolute;
	top : 110px;
	left : 10px;
	width : 120px;	
}

#navigation p {
	font-size: 80%;
	margin-bottom : 4px;
	margin-top : 8px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
}

.button a {
	font-size: 90%;
	font-weight: bold;
	display : block;
	padding-bottom : 2px;
	padding-left : 10px;
	padding-top : 3px;
	width : 100%;
	background-color : #DDDDDD;
	border : 1px solid #333333;
	text-decoration : none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #333333;
}

.button a:hover {
	background-color : #666666;
	color : #FFFFFF;
}

/************** Page Footer ****************/

#pageFooter{
	clear: both;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	padding: 30px 10px 10px 175px;
	margin-top: -1px;
}



