/* Body */
BODY {
	background-color: #6097d0;
}

.Login { 
	background-color: #6097d0;
	border: 0px #000000 solid;
	width: 800px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	padding-left: 15px;
}

.Wrapper { 
	background: #6097d0;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

.LayoutWrapper { 
	background: url(drop.gif) no-repeat bottom right;
	display: block;
	border: 3px #404040 solid;
	margin: -6px 6px 6px -6px;
	width: 800px;
}

.Shadow {
	float:left;
	background: url(drop.png) no-repeat bottom right !important;
	background: url(drop.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
  }
  
.HeaderImage{
	background: #dbdbdb;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
}

.ContentWrapper{
	background-color: #404040;
	border: 0px #000000 solid;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
}

.Content{
	background-color : #f8f8f8;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-top: 1px #404040 solid;
}

.Nav{
	background-color: #faf4ca;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.Entries{
	background-color : #f8f8f8;
	float: left;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top:15px;
	overflow:none;
	width: 97%;
}

.Upcoming{
	background-color: #f8f8f8;
	border: 0px #000000 solid;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
}

.News{
	background-color: #f8f8f8;
	border: 0px #000000 solid;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

.Footer{
	background-color: #6097d0;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
	padding-left: 5px;
	border: 0px #000000 solid;
}

.Credentials{
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px #000000 solid;
}

.Blank {
	clear: both;	
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.header {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px #404040 solid;
}

img.border {
	/*border: 3px #404040 solid;*/
	border: 1px #000000 solid;
}

.picture {
	background-color: #F9F9F9;
	border: 0px solid #CCCCCC; 
	padding: 3px;
	padding-right: 8px;
	padding-top: 0px;
	font: 11px/1.4em Arial, sans-serif;
	text-align: center;
}	
	
.picture img {
	border: 1px solid #000000;
	vertical-align:middle; 
	margin-bottom: 3px;
}

.right {
	margin: 0.5em 0pt 0.5em 0.8em; 
	float:right;
}

.left {
	margin: 0.5em 0.8em 0.5em 0; 
	float:left;
} 

.ImageShadow {
  float:right;
  background: url(imageshadow.png) no-repeat bottom right !important;
  background: url(imageshadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.ImageShadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  
h1 {
	font: 1.4em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
}

h2 {
	font: 1em/1.25 Arial, Verdana, sans-serif;
	text-decoration: italic;
	text-align: center;
	font-style: italic;
	line-height: 1.5;
}

h3 {
	font: 1em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
	text-align: center;
}

h4 {
	font: 12px Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 0.0;
}

h5 {
	font: 2.0em/1.25 Arial, Verdana, sans-serif;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 0.0;
}

h6 {
	font: 1.2em/1.25 Arial, Verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.5;
}

A {
	color: #3e68a6;
	font-size: 12px;
	text-decoration: none;
}

A:hover {
	color: #3e68a6;
	text-decoration: underline;
}

A:visited {
	color: #3e68a6;
}

A:active {
	color: #3e68a6;
}

A.outsidelink:link {
	color: #000000;
	font-size: 12px;
	text-decoration: underline;
}

A.outsidelink:hover {
	color: #000000;
	text-decoration: underline;
}

A.outsidelink:visited {
	color: #000000;
	text-decoration: underline;
}

A.outsidelink:active {
	color: #000000;
	text-decoration: underline;
}


.Form {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 475px;
	border: #000000 0px solid;
}

label {
	display: block;
	width: 100px;
	float: left;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 20px;
}

input, textarea, select {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

input, textarea, select {
	background-color : #ffffff;
	border: #404040 1px solid;
}

br {
	clear: left;
}

input:hover {
	background-color: #dbdbdb;	
}

.submit {
	font-weight: bold;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}



table {
	border: #404040 1px solid;	
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
}

th {
	text-align: left;
	vertical-align: middle;
	border-bottom: #404040 1px solid;	
	border-collapse: collapse;
	padding: 5px;
	font-weight: bold;
}

td {
	border: #000000 1px solid;	
	border-collapse: collapse;
	padding: 5px;
	padding-right: 10px;
}

tr.gray {
	border: #404040 1px solid;
	background-color: #f0f0f0;	
	border-collapse: collapse;
	padding: 5px;
}

tr.darkgray {
	border: #404040 1px solid;
	background-color: #c0c0c0;	
	border-collapse: collapse;
	padding: 5px;
}
tr.white {
	border: #404040 1px solid;
	background-color: #f0f0f0;	
	border-collapse: collapse;
	padding: 5px;
}

li.main {
	margin-left: 30px;	
}
