@charset "UTF-8";
/* CSS Document */

/* color guide! green:#00AF4E; orange:#F07937; pink:#F05F91; blue: #007AC2; */
/* below is a global clear */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: inherit;
	font-size: 14px;
	line-height:1.2em;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}
body{ 
	background:url(../images/stripe.png);
	}
/* all of the text formatting goes here will go here, and removing the font type from the p tag will make the site helvetica again. */
p { font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 7px;
	}
li {}
h2,h3{
	color:#F07937;
	margin-bottom:5px;
	margin-top: 5px;
	}
h5,h6 {
	color:#007ac2;
	margin-bottom:5px;
	}
h1 {
	color: #007AC2;
	font-size:30px;
	font-weight:bolder;
	margin-bottom: 7px;
	}
h2 {
	font-size:20px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
	}
h4 {
	color:#007ac2;
	font-size:16px;
	font-weight: bold;
	margin-bottom:5px;
	}
strong {
	font-weight: bolder;
	}
/* This is all about tables! */	
	
	
table {
	margin-top:13px;
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: black;
	border-collapse: separate;
	background-color: #007ac2;
	margin-bottom: 13px;
}
table th {
	text-align: left;
	color: #FFFFFF;
	font-variant: small-caps;
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: #007ac2;
	-moz-border-radius: ;
}

table td {
	color: #007ac2;
	border-width: 0px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}


/* all of this is to style the links */
a p {
	font-weight:bold;
	text-decoration:none;
	text-align:right;
	margin-top:5px;
}
a:link {
	color: #00AF4E;
	}
a:visited {
	color: #00AF4E;
}
a:hover {
	color: #f07937;
	}
a:active {	
	color: #00AF4E;
	}

#headerlinks a {
	background:#007AC2;
	color:#FFFFFF;
	padding:4px;
	text-decoration:none;
	}
#headerlinks a:link {
	background:#007AC2;
	}
#headerlinks a:visited {	
	background:#007AC2;
	}
#headerlinks a:active {
	background:#007AC2;
	}
#headerlinks a:hover {
	background:#f07937;
}
/* general I.D. and Class */


#wrapper {
	background:#f4f4f4;
	width: 790px;
	height: auto;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border:thin #000000 solid;
	}

#header {
	background:#FFFFFF;
	width: inherit;
	height:144px;
	border-bottom: #007AC2 solid 8px;
	}
#logo {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
#headerlinks {
	float:right;
	margin-top:16px;
	margin-right:12px;
	}
#footer {
	background:#FFFFFF;
	clear: both;
	height: 35px;
	border-top: #007AC2 solid 8px;
	}
#links {
	margin:10px;
	text-align:center;
	}
#links li{
	font-size:14px;
	display:inline;
	font-weight: bolder;
	padding-left:5px;
	padding-right:5px;
	}
#copyright {
	width:500px;
	text-align:center;
	color:#000000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	}
#copyright p{
	font-size:10px;
}
#clearlist {
	text-align:center;
	}
#clearlist ul {
	list-style-type:none;
	}

.widecolumn {
	float:left;
	width: 504px;
	min-height: 280px;
	border-right: thin #007AC3 solid;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
.widecolumn ul {
	padding-left: 20px;
	list-style-image:url(../images/bullet.png);
	}
.widecolumn li{
	margin-bottom: 3px;
	}
.widecolumn img {
	margin-right: 10px;
	padding: 0px;
	}
.narrowcolumn {
	float:left;
	width: 242px;
	min-height: 280px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.narrowcolumn img{
	margin:0px;
	margin-bottom: 5px;
	overflow:hidden;
	}
.row {
	height: auto;
	overflow:auto;
	padding-right:0px;
	padding-left:0px;
	padding-bottom: 10px;
	}
.row2 {
	height: auto;
	overflow:auto;
	padding-right:0px;
	padding-left:0px;
	padding-top: 10px;
	border-top: thin #007ac3 solid;
	}
