﻿html, body
{
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	background-repeat: repeat-y;
	background-image: url(  '/Images/background.png' );
	height: 100%;
}
#leftcolumn
{
	float: left;
	width: 175px; /*Width of left column*/
	margin-left: -100%;
	/*background-color: #0359A2;*/
	background-repeat: repeat-y;
	background-image: url(  '/Images/background.png' );
	
	height:100%;
}
#leftcolumn a
{
	color: Aqua;
}
#leftcolumn a.visited
{
	color: Red;
}
#leftcolumn li
{
	list-style-type: none;
}
div.testimonial
{
    background-color: #FFF;
    margin: 1em 0em 1em 0em;
    padding: 2px 2px 2px 5em;
    background-image:url('/images/quotes1.jpg');
    background-repeat:no-repeat;
    min-height: 50px;
}
.titlebar
{
    font-weight:bolder;
    font-size: 1.5em;
    text-align: center;
    line-height: 2.5em;
}
div.staff
{
    margin: 1em 2em 0 2em;
}
div > p
{
    margin-left: 2em;
    margin-bottom: 0;
}
div.shootout
{
	background-image:url('/images/callout_cloud_left.png');
	background-repeat:no-repeat;
	height:500px;
	float:right;
	width:380px;
	padding: 3em;
	font-family:Verdana;
	font-size: 1.2em;
	text-align:justify;
}
div.shootout > p
{
    margin-left: 0;
}

b
{
	font-size: 110%;
}
em
{
	color: red;
}
h6
{
	font-style: italic;
	font-size:larger;
	line-height: 1em;
	padding: 0;
}
#news
{
	margin: 0px 0px 0px 0px;
	width: 98%;
}
#news legend
{
	color: Red;
	font-size: x-large;
	font-weight: bolder;
}
#topsection
{
	/*background: #EAEAEA;*/
	height: 95px; /*Height of top section*/
	/*background-color: #0359A2;*/
	background-repeat: repeat-x;
	background-image: url(  '/Images/backgroundtop.png' );
	font-size: xx-large;
	font-weight: bolder;
	color: #FFFFFF;
	vertical-align: middle;
}

#topsection h1
{
	margin: -5;
	padding-top: -5px;
	vertical-align: middle;
}

#contentwrapper
{
	float: left;
	width: 100%;
}

#contentcolumn
{
	margin-left: 175px; /*Set left margin to LeftColumnWidth*/
}

#footer
{
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a
{
	color: #FFFF80;
}

.innertube
{
	margin: 0 0 10px 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	padding-right: 2em;
}

