/* CSS Document */
/* Fixed Width Centered Template divs */
#wrapper {
	position:absolute;
	left:50%;
	width:780px;
	margin-left: -390px;
	background-color: #932B2A;
	border: solid 2px #932B2A; 
}
#header img {
	border-top: 10px solid #932B2A;
	border-left: 10px solid #932B2A;
	border-right: 10px solid #932B2A;
}
#topNav { 
	width:100%;
	height:auto;
	text-align:center;
	/*border-bottom: 1px solid #000000;*/
	background-color: #932B2A;
	font-family:"Palatino Linotype", "book Antiqua", Palatino, "Times New Roman", Times;
}
#topNav a { padding:0; margin:0;line-height:20px;
	padding-right: 30px;
	padding-left: 30px;
	color:#EDF09F;
	text-decoration:none;
	font-weight:bold;
}
#topNav a:hover {
	color: #EDF09F;
}
#content {
	width:100%;
	background-color:#FFF;
}
#contentMainDiv {
	width:550px; 
	margin-left: 105px;
	padding: 10px;
}
#footer {
	bottom:10px;
	width:100%;
	height:20px;
	background: #ecf19f url(../images/layout/background.jpg);
	text-align:center;
	font-size:95%;
	line-height:20px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#footer a {
	color:#000000;
	text-decoration:none;
}
#footer a:hover {
	color:#993333;
}
/* General page element settings*/
body		{
	background: White url(../images/layout/background.jpg);
	color: Black;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, table, td, div {
	margin:0;
	padding:0;
	vertical-align:top;
}
/* General type settings*/
a:link	{
	color: Blue;
}
a:visited	{
	color: Blue;
}
a:hover	{
	color: Blue;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd, div 	{
	font-family:"Palatino Linotype", "book Antiqua", Palatino, "Times New Roman", Times;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #993333;
	font-weight: bold;
	font-style: italic;
}
h2 {
	font-size: 16px;
	color:#800080;
	font-weight: bold;
}
h3 {
	font-size: 18px;
}
.darkRedCentered {
	color:#660000;
	font-style:italic;
	font-weight:bold;
	font-size: 12px;
	line-height:25px;
}
.boldRedItalic {
	color:#FF0000;
	font-style:italic;
	font-weight:bold;
}
.red {
	color:#FF0000;
}
.purple {
	color:#800080;
}
.black {
	color: #000000;
}
.green {
	color: #808000;
}
.small {
	font-size: 10px;
}
.adBox {
	height:50px;
	border:1px solid #932B2A;
	background-color: #EDF09F;
	padding: 10px
}
.disc p{
	background: url(../images/dot.jpg) no-repeat top left;
	padding-left:15px;;
	width:300px;
}
.blockquoteBG {
	background-color:#EDF09F;
	margin:0 60px 0 40px;
	line-height: 30px;
}
.floatLeft {float:left;}
.floatRight {float:right;}
.floatClear {clear:both;}

blockquote {
	margin:0 0 0 20px; 
	padding:0;
	
}
.archive td {padding:6px;}
