html, body { padding: 0px; margin: 0px; }

html{
	/*background-image:url(images/img_117.gif);
	background-repeat: repeat;*/
	/*margin:-15px;
	padding:0px;*/
	/*background-color: #FFFCC3;*/
	background-color: #EFF9FB;
	color:#FFFF9B;
}

a:link { 
	text-decoration:underline;
	font-weight: normal;
	color:#F47A00;
	font-size: 10px;
}
a:visited { 
	text-decoration:underline;
	font-weight: normal;
	color:#F47A00;
	font-size: 10px;
}
a:hover {  
	text-decoration:underline;
	font-weight: normal;
	color:#FFFF9B;
	/*background-color:#738FE6;*/
	font-size: 10px;
}
a {outline:none;} /* Fix for IE on Mac */

.adminPrompt * {
	color: #000;
}
	

#container{
	/*Code taught to me by Eric Willis*/
	width:766px;
	margin:0 auto;
	
	/*border-left: 3px #035E05 solid;
	border-right: 3px #035E05 solid;
	border-bottom: 3px #035E05 solid;*/
	/*end the code that Eric Willis taught me*/
	
	/*background-color: #ccc;
	border-left: solid 2px #000;
	border-bottom: solid 2px #000;
	border-right: solid 2px #000;
	border-top: solid 2px #000;*/
	
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 11px;
    line-height: 150%;

	/*overflow: visible;
	background-color:#42422C;*/
	background-color:#42422C;

}

#header{
	position:relative;
	/*1 px shorter than orig pic to take care of banner having a 1px gap between top and bottom.*/
	/*height:226px;
	background-image: url('images/headerShooterPic.jpg');*/
	height:293px;
	background-image: url('images/headerPic.jpg');
	background-position: top left;
}

/*This does not work in IE.  I have no clue why, but I have left it in because it is needed for FF and others alike.*/
#full_body {
	background-color:#42422C;
	background-image: url('images/bodyBackground.gif');
	background-repeat: repeat-x;
	display:inline;
	overflow:auto;
}

#left_body {
	width: 498px;
	float:left;
	background-color:#42422C;
	background-image: url('images/bodyBackground.gif');
	background-repeat: repeat-x;
	/*padding-right:25px;*/
}

#right_body {
	padding-top:25px;
	width: 235px;
	padding-right:18px;
	float:right;
	padding-left:15px;
	background-color:#42422C;
	background-image: url('images/bodyBackground.gif');
	background-repeat: repeat-x;
}

#leftAndRightCombined {
	background-color:#42422C;
	background-image: url('images/bodyBackground.gif');
	background-repeat: repeat-x;
}

#left_col1 {
	float:left;
	width: 200px;
	padding: 20px 0 0 30px;
}

#left_col2 {
	float:left;
	margin: 2px 0 0 15px;
	background-color:#353523;
	width:215px;
}

#text_body {
		clear:both;
		padding-top:20px;
		margin:0 auto;
}

#footer {
	clear:both;
	padding:4px 0 15px 10px;
	font-size:10px;
	line-height:12px;
	color:#42422C;
	background-color: #232317;
}

#footer a:link {
	font-size:10px;
	line-height:12px;
	color: #42422C;
	text-decoration:none;
}

#footer a:visited {
	font-size:10px;
	line-height:12px;
	color: #42422C;
	text-decoration:none;
}

#footer a:hover {
	font-size:10px;
	line-height:12px;
	color: #FFFF9B;
	text-decoration:none;
}


#group_container {
	background-image: url(images/sectionBody.png);
	width:739px;
	clear:both;
	overflow:auto;
}

#group_left {
	/*background-color:#99FF00;*/
	width:385px;
	float:left;
	text-align:justify;
	padding: 0px 20px 10px 15px;
}

#group_right {
	width:319px;
	background-image: url(images/sectionBody.png);
	background-position:right;
	float:left;
}

#loginBody {
	background-image:url(images/loginBackground.gif);
	background-repeat:repeat-y;
}

#group_container a:link {
	color:#247fe8;
	font-size:11px;
	text-decoration:none;

}

#group_container a:hover {
	text-decoration:underline;
}

/*#loginBody a:link {
	color: #247fe8;
	font-size:11px;
}

#loginBody a:hover {
	text-decoration:underline;
}*/

a:link#loginButton {
	color:#000;
	text-decoration:none;
}
a:hover#loginButton {
	color:#247fe8;
	text-decoration:none;

}

.linkSquare {
	background-color:#fff;
	color:#000;
	padding: 10px 10px 10px 10px;
	border-top: solid 1px #247fe8;
	border-bottom: solid 1px #247fe8;
	width:150px;
	float:left;
	text-align:center;
}

.linkSquareLargeText {
	font-size:16px;
	font-weight:bold;
}

.serviceTitle {
	color:#C88500;
	font-weight:bold;
	padding-top:10px;
}

.faqTitle {
	color:#fff;
	padding-top:10px;
}

.emailForm {
	margin-bottom:5px;
	width:220px;
}

#salesLink:link{
	color: #fff;
	font-size:14px;
}

#salesLink:hover{
	color:#FFFF9B;
	font-size:14px;
}