﻿
body {
	margin:0px auto;
	font-family: arial;
	font-size: 13px;
	display:block;
	color: #333333;
}

img {
	border:none;
}


#wrapper {
	border-style: solid;
	border-width: 1px;
	border-spacing: 0px;
	border-color: #000000;
	padding: 0px;
	margin:0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	height:600px;
	width:800px;
}

#header {
	line-height:0%;
	height: 137px;
	width: 800px;
	vertical-align: top;
}

#navigation {
	font-family: arial;
	vertical-align: text-top;
	height:36px;
	width:100%;
	border-spacing: 0px;
	padding: 0px;
	font-size: 14px;
}

#navigation td {
	/*width:16.5%;*/
	width:12%;
	text-align: center;
}

#content {
	vertical-align: top;
	height:450px;
}

#blurb {
	color: #333333;
	line-height: 18pt;
	width: 340px;
	text-align: left;
}

.smaller_blurb {
	font-size: 12px;
	color: #666666;
	line-height: 16pt;
	width: 300px;
	text-align: left;
}

#blurb2 {
	color: #333333;
	line-height: 14pt;
	text-align: left;
}

#blurbWide {
	color: #333333;
	line-height: 18pt;
	width: 540px;
	text-align: left;
}

#quote {
	font-style:italic;
	width: 340px;
	/*font-weight: bold;*/
}

#quoteHome {
	font-style:italic;
	text-align: left;
	font-weight: bold;
}

#credit {
	font-size: 12px;
}

#copyright {
	font-size: 12px;
	text-align: center;
	width: 100%;
	/*height: 30px;*/
	border-spacing: 0px;
	padding: 0px;
}

#firstletter {
	font-size: 36px;
	font-family: times;
	color: #cc3333;
}

#linkBox {
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	border-spacing: 0px;
	border-color: #000000;
	padding: 9px;
	margin:0px auto;
	background-image: url(../images/gray_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 169px;
	font-size: 11px;
}


#bulletList {
	text-align: left;
	/*text-indent: 24px;*/
}


/* LINK HANDLING */
#navigation a:link {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navlink a:hover {
	color: #ffff00;
}

#navlinkactive a:link {
	color: #ffff00;
}

#navlinkactive a:visited {
	color: #ffff00;
}

#emailLink {
	text-decoration: underline;
	color: #333333;
}





