/** Template Format**/	

#header
	{
		position: absolute;
		left: 10px;
		top: 30px;
		z-index: 2;
	}

body
	{
		background-color: #000000;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%; /* Resets 1em to 10px */
		z-index: 1;
	}

#menuButton1
	{
		position: absolute;
		left: 10px;
		top: 89px;
		width: 100px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}

#menuButton2
	{
		position: absolute;
		left: 110px;
		top: 89px;
		width: 100px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}

#menuButton3
	{
		position: absolute;
		left: 210px;
		top: 89px;
		width: 100px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}

#menuButton4
	{
		position: absolute;
		left: 310px;
		top: 89px;
		width: 100px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}

#menuButton5
	{
		position: absolute;
		left: 410px;
		top: 89px;
		width: 100px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}
	
#BlogButton
	{
		position: absolute;
		left: 770px;
		top: 89px;
		width: 120px;
		height: 20px;
		z-index: 5;
		border: 1px solid #FFFFFF;
		margin: 0 auto;
	}

.menuButtons, .menuButtons a:link, .menuButtons a:visited
	{
		background-color: #000000;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		color: #FFFFFF;
		text-decoration: none;
	}

.menuButtons a:hover, .menuButtons a:active
	{

		color: #00AA00;
		text-decoration: none;
	}

.menuActiveButton, .menuActiveButton a:link, .menuActiveButton a:visited
	{
		background-color: #262626;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
		vertical-align: middle;
		color: #FFFFFF;
		text-decoration: none;
	}
	
#primaryImage
	{
		position: absolute;
		left: 10px;
		top: 110px;
		width: 880px;
		height: 495px;
		z-index: 2;
		border: 1px solid #FFFFFF;
	}

#bodyArea
	{
		/** Area Size & Position **/
		position: absolute;
		left: 10px;
		top: 110px;
		width: 500px;
		height: 495px;
		z-index: 3;
		/** Box Area Visual **/
		border: 1px solid #FFFFFF;
		background-color: #000000;
		opacity: 0.85;
		/* Scrollbar */
		overflow: auto;
	}

#bodyText
	{
		/** Font & Text **/
		/* Font */
		font-size: 1.3em;
		font-style: normal;
		/* Text Properties */
		color: #FFFFFF;
		text-align: justify;
		line-height: 1.4;
		/* Text Box Margins*/
		padding-top: 20px;
		padding-bottom: 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

h1
	{
		/** Font & Text **/
		/* Font */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-style: normal;
		font-weight: bold;
		/* Text Properties */
		color: #00DD00;
		text-align: justify;
		line-height: 1.4;
	}

h2
	{
		/** Font & Text **/
		/* Font */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.2em;
		font-style: italic;
		font-weight: bold;
		/* Text Properties */
		color: #00DD00;
		text-align: justify;
		line-height: 1.4;
	}

#inlineH2
	{
		/** Font & Text **/
		/* Font */
		font-family: Arial, Helvetica, sans-serif;
		font-style: italic;
		font-weight: bold;
		/* Text Properties */
		color: #00DD00;
		text-align: justify;
		line-height: 1.4;
	}

/** Alignment **/
.alignright
	{
		float: right;
	}

.alignleft
	{
		float: left
	}

.aligncenter
	{
		float: center
	}

#indent
	{
		position: relative;
		left: 20px;
	}

label
	{
		/** Font & Text **/
		/* Font */
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		font-style: normal;
		/* Text Properties */
		color: #FFFFFF;	
	}

#footer
	{
		/** Area Size & Position **/
		position: absolute;
		left: 10px;
		top: 615px;
		width: 860px;
		height: 40px;
		z-index: 2;
		/** Font & Text **/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		font-style: normal;
		color: #FFFFFF;
		text-align: center;
	}

a:link,a:visited
	{
		color: #99FF99;
		text-decoration: underline;
	}

a:hover,a:active
	{
		color: #00AA00;
		text-decoration: underline;
	}

/** FeedBurner CSS **/
creditfooter
	{
		display: none;
	}

#creditfooter img
	{
		display:none;
	}  

#creditfooter embed
	{
		display:none;
	}