/* CSS Document */

body {
	margin-top: 0px;
	font-family: "Trebuchet MS";
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#F9FBF4;
}

h1{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	border-bottom:1px solid;
	font-size:25px;
}

h2{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:18px;
	border-bottom:1px solid;
}

h3{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:18px;
	font-weight:bold;
}

p{
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:14px;
	text-align:justify;
}

#content{
	padding:20px;
}

#content h1 a{
	text-decoration:none;
	color:#CCCCCC;
}

#content h1 a:hover{
	color:#999999;
}


#ARL a{
	text-decoration:none;
	font-size:12px;
	color:#708343;
}

#strip{
	width:201px;
}

#strip ul li{
	color:#FFFFFF;
		font-size:14px;
}

#strip ul li a{
	text-decoration:none;
	color:#FFFFFF;
}

#strip ul li a:hover{
	border-bottom:1px dotted;
	color:#CCCCCC;
}

.imgBorder{
	border:1px solid #000000;
}

#button{	
	width:194px;
	background-image:url(../images/bottonBackground.jpg);
	height:30px;
	padding-top:4px;
	padding-left:15px;
}

#button a{
	color:#FFFFFF;
	text-decoration:none
}

#tableTop{	
	background-image:url(../images/tableTop.jpg);
	background-repeat:no-repeat;
	height:9px;
	color:#FFFFFF;
	padding:14px;
	font-size:12px;
	font-weight:bold;
}

#tableMid{	
	background-image:url(../images/tableMiddle.jpg);
	background-repeat:repeat-y;
	padding:20px;
	padding-top:5px;
	font-size:12px;
	font-weight:bold;
}

#tableMid a{	
	text-decoration:none;	
	color:#000000;
	font-size:12px;
}

#tableMid ul{	
	padding:0px;
	margin:0px;
	margin-left:20px;
}

#tableBottom{	
	background-image:url(../images/tableBottom.jpg);
	background-repeat:no-repeat;
	height:27px;
}

#footerLinks{	
	text-align:justify;
}

#footerLinks a{
	text-decoration:none;
	color:#FFFFFF;
}

#geaney{
	position:absolute;
	text-align:right;
	width:500px;
	color:#0000FF;
	margin-left:355px;
	font-weight:bold;
	font-size:20px;
}

