/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	background-image:url(imgs/bkgr.jpg);
	background-color: #F5EEE2;
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
	}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666666;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #593D22;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
}
em {
	color: #003366;
}

input, textarea
{
        border: 1px inset #F5EEE2;;
}

a:link {
	text-decoration: none;
	color: #00958e;
	text-transform: uppercase; 
}
a:visited {
	text-decoration: none;
	color: #00958e;
	text-transform: uppercase; 
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

ul {
	list-style-position: outside;
	list-style-image: url(imgs/bullet.gif);
	list-style-type: none;
	line-height: 18px;
}

/* ID SELECTORS below this line */
#wrapper {
	width: 995px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(imgs/Edges.gif);
}
#masthead {
	height: 304px;
	width: 995px;
	background-image:url(imgs/masthead.jpg);
	background-repeat: none;
}
#picturestand {
	width:244px;
	height: 238px;
	float: right;
}
#pagettl {
	clear: both;
	float: left;
	width: 500px;
	padding-left: 100px;
}
#leftcol {
	float:left;
	width: 495px;
	padding: 20px 40px 0px 100px;
}
#rightcol {
	float: right;
	width:250px;
	padding: 20px 100px 0px 10px;
}
#pglnx {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	padding: 20px 0px 0px 0px;
}
#footer {
	clear:both;
	text-align: center;
	height: 300px;
	background-image:url(imgs/Edges-bottom.gif);
}
#footernav {
	text-transform: uppercase;
	font-size:10px;
	padding-top: 100px;
}

/* CLASSES */
.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #003366; 
}	

.top {
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}

.Overline-SMALL {
	top: auto;
	border-top: 1px dotted #00646E;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	color: #00646E;
	text-transform: uppercase; 
}
.Overline-NORMAL {
	top: auto;
	border-top: thin solid #006600;
	border-right: thin none;
	border-bottom: thin none;
	border-left: thin none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: overline;
	font-style: normal;
	text-transform: uppercase; 
}
.image_left {
	float: left;
	margin-right: 20px;
	padding-bottom:15px;
}
.image_right {
	float: right;
	margin-left: 20px;
	padding-bottom:15px;
	}
.smallItalic {
	font-style: italic; 
}
.small {
	font-size: .7em; 
}
.quotes {
	font-size: 1.2em; 
	font-style: italic;
	color:#666600;
}