/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  	========================================
 	 Custom styles
 	========================================
*/

body {
	padding: 0;
	color: #DDD;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #000000;
}	
code {
  	background-color: #777;
  	color: #DDD;
  	display: block;
  	font:16px/40px Helvetica, Verdana, Arial, sans-serif;
  	padding:  25px 20px;
  	text-align: left;
}
.content {
	width: 960px;
	margin: 0 auto;
 } 	
  	
.TextBlock{
  	background-color: #777;
  	color: #DDD;
  	display: block;
  	font:16px/25px Helvetica, Verdana, Arial, sans-serif;
  	padding:  5px 5px;
  	text-align: left;
}


/*
  	========================================
 	Areas
  	========================================
*/

	header,
	section,
	aside,
	footer,
	midsection {
		margin: 0px 0% 0px 0%;
	}
	aside {
		float:  left;
		width:  10%;
	}
	section {
		float: right;
		width: 88%;
	}
	midsection {
		width: 100%;
		float: left;
		background: #777;
		height: 650px;
	}
	footer {
		clear:  both;
		margin-bottom: 0;
		
	}
	
/*
  	========================================
 	Links
  	========================================
*/
	
	
	a:link {
	text-decoration: none;
	color: #DDD;
	}
	a:visited {
	text-decoration: none;
	color: #DDD;
	}
	a:hover {
	text-decoration: none;
	color: #000;
	}
	a:active {
	text-decoration: none;
	color: #DDD;
}

/*
  	========================================
 	Text
  	========================================
*/

	h2 {
		font-size: 30px;
		font-weight: bold;
	}

	.centertext{
		text-align: center;
	}
	.RedText{
		color: #c10202;
	}
	
/*
  	========================================
 	Position
  	========================================
*/

	.navigation img {
		margin-right: 20px;
		
	}
	
	.PadImage {
		margin-left: 10px;
	}
	
	.center {
		width:100px;
		margin-left: auto;
		margin-right: auto;
	}
	
/*
  	========================================
 	Buttons
  	========================================
*/

	.btn {
 		 border-radius: 5px;
 		 display: inline-block;
 		 margin: 0;
 		 color: #DDD;
	}
	
	.btn-alt {
 		 border: 1px solid #000;
 		 padding: 2px 2px;
		 background-color: #000;
	}





