/* CSS Document */
body{
text-align: center;
background-image: url(../images/bkg.gif); 
background-repeat: repeat-x;
background-position: top center;
background-color: #393838;
padding: 0px;
margin: 0px;
}

input, select {
  margin: 0;
  padding: 0;
}

#wrapper{
	width: 786px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	display: table;
	position: relative;
	left: 14px;
	top: 5px;


}

#head {
width: 786px;
height: 226px;
background-image: url(../images/head.jpg); 
background-repeat: no-repeat;
background-position: top center;
}

#wrapper2 {
width: 764px;
background-image: url(../images/home_04.gif); 
background-repeat: repeat-y;
background-position: top center;
margin-left: 22px;
min-height: 360px;
height: auto;
}

/* the following rule is recognized only by IE */
	
* html #wrapper2{
width: 764px;
background-image: url(../images/home_04.gif); 
background-repeat: repeat-y;
background-position: top center;
margin-left: 22px;
height: 360px;
}

#nav{
	width: 155px;
	height: 360px;
	float: left;
	padding-left: 7px;
	overflow:hidden;
}

#content{
	width: 562px;
	margin-left: 0px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	overflow:hidden;
}

/* the following rule is recognized only by IE */
	
* html #content{
	width: 548px;
	margin-left: 156px;
	padding: 0px 20px 0px 20px;
	text-align: left;
	overflow:hidden;
}

#footer {
	width: 764px;
	background-image: url(../images/home_06.gif);
	background-repeat: no-repeat;
	background-position: top center;
	margin-left: 22px;
	height: 30px;
	padding-top: 20px;

}

/*Table Formatting*/
td.greenpic{
border-right: 2px solid #C7E0F3;
padding: 5px
}

/*text formatting*/
body{
	font-family: Arial, Helvetica, sans-serif;
}

.mice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.mice2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
p {
	font-size: 12px;
	color: #58595B;
}
a {
	color: #63A6D3;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #393838;
}

#left a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #31465A;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: none;
	padding-left: 20px;
}

/* the following rule is recognized only by IE */
	
* html #left a{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #31465A;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom-style: none;
	padding-left: 15px;
}

#left a:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #31465A;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom-style: none;
	background-image: url(../images/bullet.gif);
	background-position: 2px 10px;
	background-repeat: no-repeat;
}

.nav {
	width: 155px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #31465A;
}

/* the following rule is recognized only by IE 6 & below*/
	
* html .nav {
	width: 155px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #31465A;
}

/* this needs to be on the last link in the leftside navigation so that there is a bottom border*/
.nav2 {
	width: 155px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #31465A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #31465A;
}

*html .nav2 {
	width: 155px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #31465A;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #31465A;
}

*:first-child+html .nav {
	width: 155px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #31465A;
}
li {
	font-size: 12px;
	list-style-image: url(../images/bullet2.gif);
	color: #58595B;
margin:0;
padding-left:4px;
}

ul{
margin-left: 25px;
padding:0; 
}


.subhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #1E5080;
	letter-spacing: 5px;
}

.subhead2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #1E5080;
	letter-spacing: 2px;
}

.subhead3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1E5080;
	letter-spacing: 1px;
}


#contact a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #333366;
}
