body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: url("/images/bg.jpg") #F8F8F8 top repeat-x;
	color: #1a1a1a;
	text-align: center;
}
a:link, a:active {
	color: #ec5f35;
}
a:visited {
	color: #ec5f35;
}
a:hover {
	text-decoration: none;
}

#main {
	clear: both;
	width: 560px;
	background-color: #ffffff;
	margin: 0px auto;
	margin-top: 10px;
	border: 1px solid #4fb5d2;
}

#title {
	position: absolute;
	top: 10px;
	left: 0px;
	padding: 0px; 
	
	width: 400px;
	height: 52px;
	
}
#siteTitle {
	position: absolute;
	left: 0px;
	padding: 0px; 
	width: 400px;
	height: 52px;
	border: 0px;
}
#header {
	position: relative;
	margin: 0px auto;
	width: 560px;
	height: 75px;
	background: url("/images/pop_up_header.png") #4fb5d2  no-repeat;
	clear: both;
	padding: 0px;
}


#content {
	position: relative;
	top: 5px; 
	right: 10px; 
	padding-right: 5px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: left;
	font-size: .8em;
	clear: both;
	background-color: #ffffff;
}
#footer {
	clear: both;
	margin: 0px;
	padding: .5em;
	background-color: #666666;

}
.footertext {
	font-size: 65%;
	text-align: center;
	color: #ffffff;
}
.footertext:link, .footertext:visited, .footertext:link:hover, .footertext:active {
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
}


input, textarea {
	border: #cccccc 1px solid; 
	background: #f8f8f8;
}
#closeWindow {
	position: relative;
	top: 5px; 
	right: 0px; 
	padding: 0px; 
	margin: 0px;
	float: right;
	border:0px;
	font-size: 75%;
	text-align: right;
	width: 90px;
}
.error {
	font-size: 110%;
	font-weight: bold;
	color: #990033;
}

h1 {
	font-family: Georgia, Times, "Times Roman", serif;
	font-size: 150%;
	color: #ec5f35;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}
h2 {
	font-family: Georgia, Times, "Times Roman", serif;
	font-size: 115%;
	color: #ec5f35;
	font-weight: bold;
	display: inline;
	font-weight: bold;
	padding-bottom: 20px;
}
h3 {
	font-family: Georgia, Times, "Times Roman", serif;
	font-size: 100%;
	color: #ec5f35;
	font-weight: bold;
	display: inline;
	font-weight: bold;
}
.article {
	padding-bottom: 10px;
	padding-right: 0px;
	font-size: 85%; 
	line-height: 1.25em;
}
.date {
	font-size: 90%;
	background-color: #666666;
	padding: .35em;
	color: #ffffff;
}
.info {
	font-size: 90%;
	background-color: #f8f8f8;
	padding: .25em;
	color: #1a1a1a;
}
.caption {
	background-color: #ffffff;
	padding-bottom: 1em;
}
table {
	font-size: 1em;
}