body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background: url(../images/page-background.jpg) repeat-y center;
	
}

.content a:link {
	color: #348;
	text-decoration: underline;
	
}
.content a:visited {
	color: #348;
	text-decoration: underline;
}


.content a:hover {
	color: #326;
	text-decoration: underline;
	background: #FFFF66;
}

.content a:active {
	color: #348;
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0.5em 0px 0px;
	padding: 0px;
}

h1{
	color: #372;
	font: bold 200% Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}

h2{
	font-size: 120%;
	color: #348;
}

h3{
	font-size: 100%;
	color: #983;
}

h4{
	font-size: 100%;
	font-weight: normal;
	color: #D6D6D6;
}

h5{
 font-size: 100%;
 color: #0000CC;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	top: 0px;
	width:770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background: #FFFFFF;
	
	
}
#innerContainer {
	text-align: left;
	
}

#envelope {
	float: left;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	
}
#innerEnvelope {
	margin-right: 0px;
	margin-left: 0px;
	clear: both;
}


#masthead{
	padding: 0px;
	margin-top: 0;
	margin-bottom: 0;
	background: url(../images/paper-curl.jpg) no-repeat right top;
	width: 100%;
	height: 81px;
}

#content{
	float:left;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	width: 530px;
	margin-right: 10px;
}



#rightcol {
	width: 180px;
	padding: 0px;
	float: right;
	
}
#menubar {
	float:left;
	clear:both;
	width: 770px;
	height:28px;
	background: url(../images/menuback.gif) repeat-x left top;
	margin-top: 5px;
}
#footer {
	margin: 0px;
	clear: both;
	background: #FFFFFF no-repeat center top;
	border: 1px solid #fff;
	
}
/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #666666;
	padding: 8px 60px 10px 50px;
	margin-top: 20px;
	border-top: 1px dashed #aaa;
	
	
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */
	
#siteInfo a:link{
color: #666666;
text-decoration: none;
}	
#siteInfo a:visited {
color: #666666;
text-decoration: none;
}	

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

#siteInfo a:active{
text-decoration: underline;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/



/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	color: #999999;
	padding: 5px 0px 5px 10px;
}

#breadCrumb a:link {
color: #999999;
text-decoration: none;
}

#breadCrumb a:visited {
color: #999999;
text-decoration: none;
}

#breadCrumb a:hover {
color: #666666;
text-decoration: underline;
}

#breadCrumb a:active {
color: #999999;
text-decoration: none;
}

/************** .feature styles ***************/

.content{
	padding: 0px 0px 10px;
	font-size: 0.9em;
}



.content h3{
	font-size: 110%;
	margin-bottom: .5em;
}


.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.eighty {
	font-size: 80%;
	line-height: 100%;
}

.sidebar {
	font-size: 80%;
	line-height: 1.166;
	padding: 10px;
}
.sidebar h4 {
	font-size: 100%;
	font-weight: bold;
	color: #CC3300;
}
.imgleft {
	float: left;
	margin: 3px 7px 3px 0px;
	padding: 5px;
	clear: left;
}
.imgright {
	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: right;
	border: 1px solid #348;
	background: #ecf3f9;
}
.clear {
	clear: both;
	width: 100%;
	height: 11px;
}

.imgrightNoClear {

	float: right;
	margin: 3px 0px 3px 7px;
	padding: 5px;
	clear: none;
	border: 1px solid #000000;
}

.whitebutton {
	height: 170px;
	width:260px;
	float:left;
	position: relative;
	overflow: hidden;
}
.whitebutton a:link, .whitebutton a:visited {
	background: url(../images/buttonsUpDown.jpg) no-repeat 0px 0px;
0;
	width: 100%;
	height: 175px;
	display: block;
	text-decoration: none;
	padding-top: 20px;
	padding-left: 25px;
}	

.whitebutton a:hover, .whitebutton a:active {
	background: url(../images/buttonsUpDown.jpg) no-repeat 0px -200px;
	height: 175px;
	text-decoration: none;
	padding-top: 19px;
	padding-left: 24px;
}	
#masthead .phone {
	font-size: 24px;
	font-weight: bold;
	color: #999999;
}
#masthead .phone_sm {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
#bottom {
	background: #FFFFFF url(../images/bottom-background.jpg) no-repeat center top;
	height: 443px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#bottom-inner {
	height: 100px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.boldgold {
	font-weight: bold;
	color: #983;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: normal;
	cursor: auto;
	filter: FlipV;
}
.infotable th {
	background: #983;
	color: #FFFFFF;
}
.infotable td.head {
	background: #e2d38e;
	font-weight: bold;
}

.infotable table {
	border: solid 1px #983;
}
.second {
	background: #ecf3f9;
}
.content .logos img a {
	border: 1px solid #999999;
}
#innerContainer #envelope #innerEnvelope #content .content p .content {
	font-weight: bold;
}
#innerContainer #envelope #innerEnvelope #rightcol .boldgold em {
	font-size: large;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #983;
}
#container #innerContainer #envelope #innerEnvelope #content .content .content {
	color: #000;
}
#container #innerContainer #envelope #innerEnvelope #content .content h4 strong a {
	color: #000;
}
#container #innerContainer #envelope #innerEnvelope #content .content .content strong a {
	color: #000;
}
.content strong a {
	font-family: Arial, Helvetica, sans-serif;
}

