html{
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	color: #3D2528;
	line-height: 16px;
	text-align: center; 
	background-image: url(images/bkgd.gif);
 background-repeat: repeat-x;
}

 a:link {color: #3D2528; text-decoration: none;}
 a:visited {color:#3D2528; text-decoration: none;}
 a:hover {color: #3D2528; text-decoration: underline; color: #3D2528;}
 a:active { color:#3D2528; text-decoration: none;}
 
 a.linkset2:link {color: #FFFFFF; text-decoration: none;}
 a.linkset2:visited {color: #FFFFFF; text-decoration: none;}
 a.linkset2:hover {color: #3D2528; text-decoration: underline; color: #3D2528;}
 a.linkset2:active {color: #FFFFFF; text-decoration: none;}



#container {
margin-left: auto;
margin-right: auto;
text-align: left;
width: 900px;
min-height: 1270px;
}

#logo {
position: relative;
top: 14px;

}

#header {
position: relative;
top: 18px;
background-color: #02bce3;
height: 35px;
width: 900px;
color: #FFFFFF;
font-size: 14px;
letter-spacing: .1em;
}

#header p{
padding-left: 11px;
padding-top: 10px;
}


#branding2 {
position: relative;
top: 78px;
float: left;
}

#branding {
position: relative;
top: 90px;
overflow: auto;
height: 130px;
width: 850px;
float: right;
}

#web2 {
position: relative;
top: 128px;
float: left;
clear: both;
}

#web {
position: relative;
top: 142px;
overflow: auto;
height: 127px;
width: 850px;
float: right;
}

#print2 {
position: relative;
top: 177px;
float: left;
clear: both;
}

#print {
position: relative;
top: 188px;
overflow: auto;
height: 130px;
width: 850px;
float: right;
}

#email2 {
position: relative;
top: 227px;
float: left;
clear: both;
}

#email {
position: relative;
top: 238px;
overflow: auto;
height: 130px;
width: 850px;
float: right;
}

#fb2 {
padding-top: 20px;
position: relative;
top: 260px;
float: left;
clear: both;
}

#fb {
position: relative;
padding-top: 20px;
top: 270px;
overflow: auto;
height: 130px;
width: 850px;
float: right;
}


#footer {
position: relative;
overflow: auto;
top: 320px;
width: 899px;
padding-bottom: 20px;
text-align: center;
}

@media screen and (-webkit-min-device-pixel-ratio:0){

#footer {
position: relative;
overflow: auto;
width: 899px;
padding-bottom: 60px;
text-align: center;
}
}

/* @group JS Scroll bar edits */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 4px;
background-color: #3D2528;
}
.vscrollerbar {
width: 4px;
background-color: #00BCE4;
}

.hscrollerbase {
height: 10px;
background-color: #3D2528;
}
.hscrollerbar {
height: 10px;
background-color: #00BCE4;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto; 
bottom: 0px; right: 0px;
background-color: gray;
}


