body {
	margin: 0;
	background-image: url(images\background.png);
	background-repeat: repeat-x;
	background-color: #d2dfff;
	font-family: Verdana;
}

p {
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 20 0 20;
}

ul {
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 20 0 20;	
}

ol {
	font-size: 11px;
	line-height: 1.6em;
	padding: 0 20 0 20;	
}

a:link {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

a:visited {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	font-weight: normal;
	text-decoration: none;
}

.container {
	background-color: white;
}

.leftGutter {
	background-color: white;
}

.rightGutter {
	background-color: white;
}

.homeMasthead {
	background-image: url(images\homeMasthead3.png);
	background-repeat: no-repeat;	
}

.homeMasthead h2 {
	position: relative;
	color: white;
	top: 15;
	left: 370;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

.homeMastead a:link {
	color: white;
	text-decoration: underline;
}

.homeMasthead a:visited {
	color: white;
	text-decoration: underline;
}

.homeMasthead a:hover {
	color: white;
	text-decoration: none;
}


.homeMasthead h1 {
	position: relative;
	color: white;
	top: 60;
	font-size: 14px;
	text-align: right;
	padding: 0 20 0 20;
	font-weight: bold;
}

.interiorMasthead {
	background-image: url(images\interiorMasthead.png);
	background-repeat: no-repeat;	
}

.interiorMasthead h2 {
	position: relative;
	color: white;
	top: 15;
	left: 370;	
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
}

.main {
	background-color: white;
}

.main h1 {
	color: #9d192e;
	font-size: 15pt;
	font-weight: bold;
	padding: 5 20 0 18;
}

.main td {
	font-size: 11px;
	line-height: 1.6em;
}

.navigation {
	background-color: white;
	text-align: left;
	padding: 0;
}

.navigation ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.navigation li {
	text-align: left;
	background-color: #CFDCFF;
	padding: 0;
	border-bottom: 1px solid #FFF;
}

.register {
	padding: 5;
	margin: 0;
	text-align: left;
	background-color: #CFDCFF;
	border-bottom: 1px solid #FFF;
}


.register a {
	padding: 0;
	font-size: 11px;
}

.register a:link {
	padding: 0;
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.register a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.register a:hover {
	font-weight: bold;
	text-decoration: none;
}




.nav2 ul {
	background-color: white;
	margin: 0;
	background-color: #CFDCFF;	
}

.nav2 li {
	text-align: left;
	background-color: #CFDCFF;
	padding: 5 5 5 5;
	border-bottom: 1px solid #CFDCFF;
}

.navigation li a {
	display: block;
	padding: 5;
}

.navigation li a:hover {
	display: block;
	background-color: #293669;
	color: white;
}


.navigation a:link {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.navigation a:visited {
	color: black;
	font-weight: bold;
	text-decoration: underline;
}

.navigation a:hover {
	font-weight: bold;
	text-decoration: none;
}

.nav2 a:link {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.nav2 a:visited {
	color: black;
	font-weight: normal;
	text-decoration: none;
}

.nav2 a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.footer p {
	font-size: 8pt;
}

.footer a:link {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

.footer a:visited {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}

.footer a:hover {
	font-weight: normal;
	text-decoration: none;
}

.box {
	border: 1px solid black;
	background-color: #9d192e;
	color: white;
	padding: 10;
	margin: 20;
}

.controlBar {
	width: 100%;
	height: 20px;
	background-color: #697E9D;
	color: white;
	font-size: 8pt;
	margin: 0;
	padding: 5 5 10 5;
	font-family: verdana;
	text-align: center;
}	

.controlBar a:link {
	text-decoration: underline;
	color: white;
}

.controlBar a:visited {
	text-decoration: underline;
	color: white;
}

.controlBar a:hover {
	text-decoration: none;
	color: white;
}
		
.blogEntry {
	padding: 10 15 10 15;
}

.blogDate {
	color: gray;
	font-size: 8pt;
	padding: 0 15 2 15;
	letter-spacing: 2px;
}

.blogTitle {
	font-size: 12pt;
	font-weight: bold;
	padding: 0 15 2 15;
}

.blogText {
	font-weight: normal;
	line-height: 1.6em;
	padding: 0 15 2 15;
}

.blogText p {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogText li {
	padding: 0 15 2 15;
	font-weight: normal;
	line-height: 1.6em;
}

.blogFooter {
	padding: 0 15 2 15;
	color: gray;	
	letter-spacing: 1.5px;
	border-bottom: 1px dashed gray;
	margin-bottom: 30px;
}

.blogFooter a:link {
	text-decoration: underline;
	color: gray;	
}

.blogFooter a:visited {
	text-decoration: underline;
	color: gray;		
}

.blogFooter a:hover {
	text-decoration: none;
	color: gray;		
}

.blogFooterLeft {
	font-size: 8pt;
	text-align: left;
	/*padding-left: 10px;*/
}

.blogFooterRight {
	font-size: 8pt;
	float: right;
	text-align: right;
	/*padding-right: 10px;*/
}

.blogText p {
	padding: 0 0 0 0;
}

.blogComments {
	font-size: 8pt;
	font-weight: normal;
	line-height: 1.6em;
}

.blogCommentsTitle {
	font-size: 11pt;
	font-weight: bold;
	padding: 5 2 5 2;
	letter-spacing: 3px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	width: 100%;
}

.blogCommentsFooter {
	color: gray;
	border-bottom: 1px dotted gray;
	padding: 0 0 20 0;
}

.previousPostsBox {
	line-height: 1.6em;
	padding-left: 40px;
	padding-right: 25px;
}

.previousPostsTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.previousPostsLinks h3 {
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 8pt;
	display: inline;
}

.blogHomeArchiveBox {
	line-height: 1.6em;
	padding-left: 40px;
	padding-right: 25px;
}

.blogHomeArchiveTitle {
	letter-spacing: 3px;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed gray;
}

.photo {
	float: right;
	padding: 0 0 5 5;
}

.largephoto {
	float: right;
	padding: 5;
	padding: 0;
}

/*.swfir {
	float: right;
	padding: 0 0 5 5;
}*/

