/*
COLORS
Dark Brown: #343225
Red: #914027
Brown: #AA822B
Cream: #F2E5B1
Blue: #7CAFE9

*/

/***LAYOUT***/

body {
text-align:center;
font-size:small;
background:url(../images/bodyback.jpg) repeat-y center top #2D2C22;
padding:10px 0px 0px 0px;
}

	#container {
	text-align:left;
	width:770px;
	margin:0px auto;
	}
	

	#header {
	margin:0px 0px 0px 0px;
	width:770px;
	height:162px;
	background:url(../images/header.png) top center no-repeat;
	}
	
		#header h1 span {
		display:none;
		}
		
		#header img {
		
		}
		
		#header #search {
		}
	

	#nav {

	}

		#nav ul {
	
		}
		
		#nav ul li {
		
		}
		
		#nav a:link {
		}
		
		#nav a:hover {
		}
		
	#showcase {
	margin:0px 0px 0px 0px;
	}
		
	#content {
	text-align:left;
	padding:25px;
	margin:0px 0px 0px 0px;
	background:url(../images/bg.jpg) top center repeat-y;

	}
	
		#main {
		width:500px;
		float:left;
		}
		
		

	#sidebar {
	float:right;
	width:200px;
	clear:right; 
	text-align:left;
	}

	
	#footer {
	padding-top:0px;
	clear:both;
	}
	
/***STYLES***/

body,ul,ol,dl,h1,h2,h3,h4,h5,h6,td,th,
caption,pre,p,blockquote,input,textarea {
  font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  line-height: 1.3em;
  color: #333;
}

h1,h2,h3,h4,h5,h6 { 
  font-family: "Lucida Grande",  Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
  margin: 0; 
  color:#111; 
  clear:both; 
}

/* Total height for each heading has to be a multiple of the baseline (18). */
h1 { 
font-size: 200%; 
margin:0px 0px 5px 0px;
}

h2 { 
font-size: 175%; 
margin:10px 0px 5px 0px;
color:#914027; 
}

h3 { 
font-size: 150%; 
margin:10px 0px 2.5px 0px; 
padding:0px;
}

h4 { 
font-size: 100%; 
margin:10px 0px 2.5px 0px;
font-weight:bold;
text-transform:uppercase;
}

h5 { 
font-size: 100%;
font-weight:bold; 
}

h6 { 
font-size: 100%; 
font-weight:bold; 
}


p {
margin:0px 0px 10px 0px;
}

a {
color:#6A95C8;
}

strong {
font-weight:bold;
}

small {
font-size:80%;
color:#ccc;
}


table {
width:90%;
border-top:1px solid #e5eff8;
border-right:1px solid #e5eff8;
margin:1em auto;
border-collapse:collapse;
}

	td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}
	
	tr.odd td {
	background:#f7bff;
	}
	
	tr.odd .column1 {
	background::#f4f9fe;
	}
	
	.column1 {
	background:#f9fcfe;
	}
	
	th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}			
					
	thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#66a3d3
	}	
	
	tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
	
	tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
	}		
	
	tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	

/***CLASSES***/	
	
p.intro {
font-size:30px;
line-height:36px;
display:block;
}

.top {
margin:0px;
}

.floatleft {
float:left;
margin:0px 10px 10px 0px;
}

.floatright {
float:right;
margin:0px 0px 10px 10px;
}

.clearleft {
clear:left;
}

.clearright {
clear:right;
}

.clearboth {
clear:both;
}

.border {
border:1px solid #ccc;
}

.padding {
padding:5px;
}

.datatable {


}
