﻿@charset "utf-8";

/* Main Layout */

body {
	background-color: #FFFFFF;
	
}

#page {
	width: 720px;
	margin: auto;
	background-color: #FFFFFF;
	
	
}

#h1 {
	background-position: center;
	line-height: 100px;
	background-image:url('../images/SouthernDeerStandsLogo2.png');
	background-repeat: no-repeat;
	vertical-align: bottom;
	height: 151px;
}

#content {
	padding: 24px;
	
}

#footer {
	
	font-size: 12px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	height: 30px;
	text-align:center;
	margin-bottom: 0;
	color: #000000;
	clear: both;
}

#footer :hover {
	text-decoration: underline;
	font-weight: bold;
	color: #FF0000;
}
	
#copyright {
	
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	margin-bottom: 0;
	color: #000000;
	clear: both;
}


/* Navigation */

#main-nav {
	background-color: #ffffff;
	height: 24px;
	font-family: "Times New Roman", Helvetica, sans-serif;
	padding-left: 12px;
	border:  thin;
	text-align:center;

}

#main-nav li {
	display: inline;
	line-height: 24px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #000000; 	
	border-right: 1px solid #000000;
	
}

#main-nav a {
	color: #FF0000;
	text-decoration:none;
	font-weight:bold;
}

#main-nav a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	
}

#main-nav em a {
	text-decoration:none;
}

#main-nav em a:hover {
	text-decoration: none;
}

/* Typography */

* {
	color: #000000;
}

p, li, dt, dd {
	line-height: 24px;
	font-size: 16px;
	font-family: "Times New Roman", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	
		
}


h3 {
	font-size: 30px;
	line-height: 48px;
	clear: both;
}

h4 {
	font-size: 15px;
	text-align: center;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin-bottom: 24px;
}

/* Tools */


.left {
	float: left;
	margin: 24px;
	margin-left: 0;
}

.right {
	float: right;
	margin: 24px;
	margin-right: 0;
}

.block-link {
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	clear: none;
}

.block-link a {
	display: block;
	width: 300px;
	padding: 12px;
	background-color: #BE8C3C;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration:none;
	font-weight: bold;
	font-size: 15px;
	line-height: 30px;
}

.block-link a:hover {
	text-decoration: underline;
}

.block {
	display: block;
	width: 300px;
	padding: 12px;
	background-color: #BE8C3C;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: none;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	clear: none;
}

.right-margin {
	margin-right: 24px;
}

.style1 {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 24px;
	color:black;
	font-weight: normal;
	font-family:Calibri;
	font-variant:small-caps;
	
}
.style2 {
	
	line-height:50px;
	font-size: 14px;
	line-height: 24px;
	font-weight:bold;
	text-align:center;
	height:35px;
}
.Style3 {
font-family:"Times New Roman", Times, serif;
}
.Style4 {
	font-family: "Times New Roman", Times, serif;
	line-height:50px;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	color: #000000;
	clear: both;
}
	
.stylenews1 {
	height:50px;
	font-family: "Times New Roman", Times, serif;
	line-height:50px;
	font-weight: bold;
	font-size:30px;

}
.stylenews2 {
	height:200px;
	font-family: "Times New Roman", Times, serif;
	line-height:50px;
	font-weight: bold;
	font-size:10px;

}


