/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#F5F5DC;
	text-align:center;
}
#main {
	width:1100px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:opx;
	text-align:left;
	background:#F5F5DC;
	}
#left {
	width:200px;
	padding:0px;
	float:left;
	background:#F5F5DC;
	text-align:center;
	}
#center {
	text-align:center;
	width:600px;
	padding:2px;
	margin:2px;
	float:left;
	background:#F5F5DC;
		}
.content {
	text-align:left;
	width:auto;
	height:auto;
	padding:2px;
	margin-bottom:3px;
	background:#F5F5DC;
	text-decoration: none;
		}
.menu {
	text-align:center;
	width:190px;
	padding:2px;
	margin-bottom:3px;
	background:#6699FF;
	border-radius:5px;
	border-style:solid;
	border-width:1px;
	border-color:gray;
	box-shadow: 5px 5px 5px #888888;
}
.img {
	padding-bottom:5px;
	border:none;
	margin:none;
}
.img_r {
	padding-bottom:5px;
	float:right;
	border:none;
	margin:none;
}
.list {
	list-style-type:none;
	line-height:150%;
	margin: 0px;
	padding:0px;
}
.list2 {
	text-align:left;
	line-height:150%;
	margin: 10px;
	padding:10px;
}	
#right {
	width:200px;
	padding:0px;
	float:left;
	background:#F5F5DC;
		}
	
#contentheader {
	margin-left:200px;
	height:287px;
	width:600px;
	padding-bottom:5px;
		}
.gold {
	color:gold;
}		
h1 {
	font-size:14px;
	padding-top:10px;
		}
		
#contentheader h1 {
		font-size:28px;
		padding:10px;
		margin:0px;
		}
	
#contentright p { font-size:10px}
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
.headerimg {
	height:auto;
	width:auto;
}

a.link{
text-decoration: none;
color:#FFFF99;
font-weight:bold;
display:block;
}
a.nlink{
text-decoration: none;
color:#3399FF;
font-weight:bold;
display:block;
}
a.clink{
text-decoration: none;
color:#3399FF;
}
