/* modified from andreas06 */

body{
	background:#eeeffc;
	color: #191919;
	font: .75em Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	text-align:center;
}

p{
	line-height:1.5em;
	margin:0 0 15px;
}

a{
	text-decoration:none;
	color: maroon;
	font-weight: bold;
}

a:hover{
	color:#d04a10;
}

hr{
	height:1px;
	margin:10px 0;
	width:98%;
}

#container{
	background:#660066;
	margin:0 auto;
	text-align:left;
	width:750px;
	color: #333333;
}

#banner{
	background:#660066 url(../images/header.jpg) top center no-repeat;
	font-weight:400;
	height:120px;
	text-align:center;
	border: 1px solid #81103f;
	margin-top: 0;
	margin-bottom: 10px;
}

#banner h1{
	color: #81103f;
	font-size:2.6em;
	margin:0;
	padding-top:20px;
}

#banner span{
	color: white;
	font-size:1.2em;
	letter-spacing:-1px;
	margin:0;
}

#wrapper1{
	background-color: #ffffff;
	border:1px solid #808080;
	clear:both;
	padding:0;
	width:750px;
}

#wrapper2{
	padding:10px;
	width:730px;
}

#breadcrumbs{
	color:#808080;
	margin:0 0 4px;
	text-align:right;
}

#breadcrumbs a{
	color:#660066;
}

#breadcrumbs a:hover{
	text-decoration:underline;
}

#columnA{
	float:left;
	margin:-15px 0 0;
	width:145px;
}

#extras{
	float:right;
	margin:30px 5px 10px 0;
	width:150px;
}

#extras p{
	font-size:0.9em;
}

#extras img{
margin:5px 0 5px 0;
padding:1px;
	border-style: none;
}

#content{
margin:45px 160px 0 180px;
}

#contentalt{
margin:45px 15px 0 180px;
}

#content p,#contentalt p{
margin:8px 0 0 10px;
}

#content h1,#contentalt h1{
color:#444444;
font-size:2em;
font-weight:400;
margin:15px 0 10px;
padding:0;
}

#content h2,#contentalt h2{
color:#444444;
font-size:1.5em;
font-weight:400;
margin:20px 0 10px;
padding:0;
}

#content img,#contentalt img{
	border:1px solid #fa9035;
	float:left;
	margin:5px 15px 6px;
}

#footer{
	clear:both;
	color:#666;
	font-size:0.9em;
	height:26px;
	margin-top:20px;
	padding:1px;
	text-align:right;
	width:730px;
}

#footer a{
color:#666;
font-weight:400;
}

#footer a:hover{
	color:#333;
	text-decoration:underline;
}

/* classes*/
.block{
	margin-bottom:10px;
}


.nav{
	color: maroon;
	display:block;
	font-size:1.1em;
	font-weight:700;
	margin-bottom:1px;
	padding:2px 2px 2px 10px;
	position:relative;
	text-decoration:none;
	width:125px;
	border-style: ridge;
	border-right-color: gray;
	border-bottom-color: gray;
	border-top-color: silver;
	border-left-color: silver;
}

.nav:hover{
	border-style: ridge;
	border-right-color: maroon;
	border-bottom-color: maroon;
	border-top-color: gray;
	border-left-color: gray;
	color:#da4010;
	padding:2px 2px 2px 10px;
}

.slogan{
	color: #339900;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 1.8em;
	font-variant: small-caps;
}

.bold{
	font-weight: 700;
}

.sig{
	font-style: italic;
	text-align: right;
	padding-right: 40%;
}

.coda{
	font-style: italic;
	font-size: x-small;
}
.center{
	text-align:center;
}
