/* CSS Document */
body {
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	font-family: Tahoma, verdana, arial, helvetica;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
}
a   {color:#000066}

a.visited {color: #ccccff}

a.active {color:#ccccff}

a.hover {color:#ccccff}

html {
     overflow: -moz-scrollbars-vertical;
}
#main_table {
	text-align: left;
	width: 60%;
}
/*top navigation aka smarties*/
#nav {
	text-decoration: none;
}
#nav_table {
	margin-top: 10px;
	padding: 0px;
	width: 630px;
}
/* hide except ie*/
* html #nav_table {
	margin-bottom: 20px;
}
#nav a {
	display: block;
	text-decoration: none;
	font-size: 75%;
	color: white;
	width: 100px;
	height: 100px;
	float: left;
	display: inline;
	/*margin-right: 8px;
	background-image: url(img/but_red.gif);*/
	background-repeat: no-repeat;
	padding-top: 35px;
	text-align: center;
}
#nav a:hover {
	color: white;
  font-weight: bold;
}
#nav a:active, #nav a.smart_sel {
	color: white;
  font-weight: bold;
}

/* content area */
#content_table {
	border-left-width: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
	padding: 0px 0px 0px 30px;
	margin-top: 7px;
}
#content_heading {
	font-size: 110%;
	padding-bottom: 1.5em;
}
#pic_table {
	text-align: left;
	width: 100%;
}

#content_title {
	font-size: 185%;
	font-weight: 500;
}
#content_description {
	margin-top: 5px;
	font-size: 110%;
	vertical-align: bottom;
	margin-bottom: 10px;
}

#medgrayhead {
	font-size: 120%;
	color: #666666;
	padding-top: 5px;
	line-height: 140%;
}
#quotegrey {
	font-size: 110%;
	color: #666666;
	padding-top: 5px;
	line-height: 140%;
}
#smlgrayhead {
	font-size: 92%;
	font-weight: bold;
	color: #666666;
	padding-top: 1.5em;
}
#smlgrey {
	font-size: 75%;
	color: #666666;
	padding-top: 5px;
}
/* side navigation aka bricks */
#bricks {

}

/* layout */
.mit {
	text-decoration: none;
	letter-spacing: 8px;
	display: block;
	background-color:#000066;
}

.mho {
	background-color: rgb(0,0,102);
	color: rgb(255,255,255);
	text-align: left;
}

a.mit {
	font-size: 130%;
	margin-left: 25px;
	margin-right: 8px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 2px 5px 2px 7px;
}
/* hide except ie*/
* html a.mit {
	width: 100%;
}

.mit:hover, .mit.active, mit.selected {
	background-image:url(img/navbg.gif);
	background-repeat: no-repeat;
	background-position: 0% 50% 10%;

}


