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

body{
	background:url('images/tile.jpg') repeat-x;
	background-color:#8e2221;
	}

#top{
	background:url('images/header7.jpg') no-repeat;
	width:744px;
	height:274px;
	margin-right:auto;
	margin-left:auto;
	}

#topSub{
	background:url('images/topsub2.jpg') no-repeat;
	width:744px;
	height:217px;
	margin-right:auto;
	margin-left:auto;
	}

#logo{
	background:url('images/logo.jpg') no-repeat;
	width:210px;
	height:316px;
	margin-left:13px;
	position:absolute;
	}

.text{
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:2px;
	}

.text p{
	margin-top:0px;
	margin-bottom:0px;
	}

.text strong{
	font-weight:bold;
	color:#8e2221;
	font-size:15px;
	}
	
/*
.text img{
	padding:10px;
	}
*/

.text a:link, .text a:active, .text a:visited{
	text-decoration:underline;
	color:#0086b2;
	}

.text a:hover{
	text-decoration:none;
	color:#8e2221;
	}

.text li{
	margin-left:-10px;
	list-style:disc;
	}

.title{
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-variant:small-caps;
	letter-spacing:3px;
	color:#8e2221;
	}

.subTitle{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	letter-spacing:3px;
	color:#c2511f;
	}

.sublinks{
	font-size:11px;
	}

.sublinks a:link, .sublinks a:active, .sublinks a:visited{
	text-decoration:underline;
	color:#00a5ed;
	}

.sublinks a:hover{
	text-decoration:none;
	color:#8e2221;
	}
	

#navPyra {
	text-align:right;
	margin: 0;
	}

#navPyra li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#navPyra a:link, #navPyra a:visited {
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 8px 6px 8px;
	text-decoration: none;
	color: #ffffff;
	}	

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	color: #00a5ed;
	text-decoration:underline;
	}

#body{
	background:url('images/body2.jpg') repeat-y;
	width:744px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}

#bodyContainer{
	width:720px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	}

#commentboxTop{
	background:url('images/commentTop.jpg') no-repeat;
	width:208px;
	height:18px;
	}

#commentboxBody{
	background:url('images/commentMiddle.jpg') repeat-y;
	width:208px;
	height:auto;
	}
	
#commentboxBodyContainer{
	width:175px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-style:italic;
	font-size:14px;
	}

#commentboxBottom{
	background:url('images/commentBottom.jpg') no-repeat;
	width:208px;
	height:44px;
	}		

#footer{
	background:url('images/footer2.jpg') no-repeat;
	width:744px;
	height:32px;
	margin-right:auto;
	margin-left:auto;
	}

#copyright{
	font-family:Trebuchet MS1, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:2px;
	font-variant:small-caps;
	width:744px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	text-align:center;
	color:#fff;
	}

#copyright a:link, #copyright a:active, #copyright a:visited{
	color:#00a5ed;
	text-decoration:underline;
	}

#copyright a:hover{
	color:#d8d9af;
	text-decoration:none;
	}

.form_error{
	font-weight:bold;
	color:#8e2221;
	font-size:15px;
	}