.body {
	/*background-image:url(images/grid.gif);
	background-repeat:repeat; #E8E8E8*/
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	color:#737373;
}

.navbar {
	/*This is the navigation bar at the top of the screen*/
	margin-left:10%;
	margin-right:10%;
	margin-top:15px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.25em;
	font-weight:700;
}

.footer {
	/*This is the navigation and legal text at the bottom of screen*/
	margin-left:10%;
	margin-right:10%;
	margin-top:30px;
	margin-bottom:15px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:400;
	text-align:center;
}

.h3 {
	/*This is the style for all h3 headers*/
	font-family:Arial, Helvetica, sans-serif;
	color:#616161;
}

.pagetitle {
	/*This is the style for all text column headers*/
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	width:50;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:1.5em;
	text-align:center;
	color:#000000;
	background-color:#F0F0F0;
}

.logo {
	/*This is the style for my logo*/
	text-align:center;
}

.leftgraphic {
	/*This is the style for the left vertical graphic*/
	width:25%;
	height:1010px;
	background-image:url(images/left-graphic.gif);
	background-repeat:repeat-y;
	background-position:right;
	float:left;
}

.midgraphic {
	width:auto;
	height:7px;
	background-image:url(images/mid-graphic.gif);
	background-repeat:repeat-x;
}
.rightgraphic {
	/*This is the style for the left vertical graphic*/
	width:25%;
	height:1000px;
	background-image:url(images/right-graphic.gif);
	background-repeat:repeat-y;
	background-position:left;
	float:right;
}

.textbox {
	/*This is the style for the main content box*/
	padding-left:10%;
	padding-right:10%;
	padding-top:10px;
	padding-bottom:10px;
	width:80%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:20px;
	text-align:left;
	background-color:#F0F0F0;
}

.boxborder {
	/*This creates the border for the main text/content box*/
	margin-left:15%;
	margin-right:15%;
	border-width:1px;
	border-style:solid;
	border-color:#D7D7D7;
    background-color:#F0F0F0
}

.shadow {
	background-image:url(images/shadow-border-horizontal.png);
	background-position:top;
	background-repeat:repeat-x;
	margin-left:15%;
	margin-right:15%;
	padding-left:5%;
	padding-right:5%;
	width:60%;
	height:11px;
}

.popup {
	height:auto;
	width:auto;
}

.submit {
	/*This is the style for my submit button on my contact form*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#8DC645;
	color:#FFFFFF;
}

.thankyou {
	/*This is the style for my thank you response*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	text-align:left;
}

.thumbs {
	padding-right:2px;
	padding-bottom:15px;
}

