@charset "UTF-8";
/* CSS Document */

body{background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#000;
	/* height:1150px; */
}

#header{width:1002px;
		height:150px;
		z-index:12;
}

#contenttop{width:1002px;
		height:4px;
		position:relative;
		top:-46px;
		background-image:url(images/contentbgtop.png);
		background-repeat:no-repeat;
		background-position:center top;
		margin-top:0px;
}

#contentbottom{width:1002px;
		height:4px;
		position:relative;
		top:-46px;
		background-image:url(images/contentbgbottom.png);
		background-repeat:no-repeat;
		background-position:center top;
}

#content{width:1002px;
		position:relative;
		top:-46px;
		background-image:url(images/contentbg.png);
		background-repeat:repeat-y;
		background-position:center top;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#424b48;
		line-height:17px;
		text-align:left;
}

.contentblack{text-decoration:none;
		color:#000;
}

.contenta{text-decoration:none;
		color:#000;
}

.contenta:hover{text-decoration:underline;
		color:#000;
}

.largegreya{text-decoration:none;
font-size:16px;
		line-height:20px;
		color:#424b48;
		
}

.largegreya:hover{text-decoration:underline;
font-size:16px;
		line-height:20px;
		color:#424b48;
}

.largeblacka{text-decoration:none;
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		color:#000000;
		
}

.largeblacka:hover{text-decoration:underline;
		font-size:16px;
		line-height:20px;
		font-weight:bold;
		color:#000000;
}

#slideshowarea{width:1000px;
				height:450px;
				max-width:1000px;
				max-height:450px;
				overflow:hidden;
				vertical-align:top;
}

#buttons{width:1000px;
		/* height:450px; */
		position: relative;
		z-index:10;
		top:-130px;
		background-image:url(images/buttonsbg.png);
		background-repeat:no-repeat;
		background-position:top center;
		overflow:hidden;
}

#updatebar{width:1000px;
		height:30px;
		position: relative;
		z-index:12;
		top:-450px;
		background:url(images/updatebar.png) repeat top center;
		overflow:hidden;
}

#container{width:1000px;
		height:450px;
		position: relative;
		overflow:hidden;
		margin-top:-20px;
}

h1{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:16px;
		color:#000;
		line-height:26px;
}

h2{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#362;
}

#footer{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		position:relative;
		top:-46px;
		color:#383a38;
}

.footera{text-decoration:none;
		color:#383a38;
}

.footera:hover{text-decoration:underline;
		color:#383a38;
}

#menu{width:1000px;
		height:30px;
		background-image:url(images/menubg.jpg);
		background-position: top center;
		background-repeat:repeat;
		z-index:15;
}

.headera{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFFFFF;
		text-decoration:none;
}

.updatea{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFFFFF;
		text-decoration:none;
}

.updatea:hover{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:15px;
		color:#FFFFFF;
		text-decoration:underline;
}

.columnhead{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:30px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:33px;
}

.columnheadsmaller{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:26px;
		color:#FFFFFF;
		text-decoration:none;
		line-height:29px;
}

.red{color:#C00;}

.black{color:#000;}