/* hide from ie on mac \*/
html {
	height: 100%;
	font: normal 100%/125% Arial, Helvetica, sans-serif;	/*overflow: hidden;*/
	color: #69839A;
}
#flashdiv {
	margin-left: -385px;
	margin-top: 0px;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 50%;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
}
div.page-header {
	margin-bottom: 20px;
	padding-left: 10px;
}
div.page-header h2 {
	font-size: 20px;
	font-weight: bold;
}
p.page-header-desc {
	font-size: 18px;
}
div.page-content {
	padding-top: 10px;
	padding-bottom: 20px;
	width: 770px;
}
div.index-info {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom-style: solid;
	border-bottom-width: 3px; 
	padding-bottom: 10px;
}
div.index-entry {
	font-size: 12px;
	margin-bottom: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px; 
	padding-bottom: 5px;
}
.entry-hdr {
	font-size: 14px;
	margin-bottom: 0;
}



/* MY STYLES \*/
#innerwrapper {
	width: 770px; /* Sets the width of the column container to 641 pixels, the total width of the layout. */
	padding: 0px;
	background: #FFFFFF url(assets/html/columnBG.gif) repeat-y 10px top;
	float: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 0px 25px;
}
a:link {
	color: #005785;
}
a:visited {
	color: #3D7E9E;
}
a:hover, a:active {
	text-decoration: none;
	color: #006EAD;
}
#header {
	height: 33px;
	width: 750px;
	margin: 0px;
	padding: 0px 10px 5px;
	background: #ffffff url(assets/html/header.gif) no-repeat 10px top;
}

.roundtop {
	background: url(assets/html/corner.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
}
img.corner {
   width: 15px;
   height: 14px;
   border: none;
   display: block !important;
}
#main-menu {
	width: 180px;
	margin: 0px;
	float: left;
	padding: 0px 0px 20px 10px;
	background: url(assets/html/columnBG.gif) repeat-y 10px top;
	color: #FFFFFF;
	font-size: 70%;
	text-align: right;
	line-height: 70%;
}
#main-menu a:link, #main-menu a:visited {
	color: #DDE2EF;
	text-decoration: none;
}
#main-menu a:hover, #main-menu a:active, h2.selected a:link, h2.selected a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#main-menu h2 {
	font-size: 120%;
	text-transform: uppercase;
	margin-right: 10px;
	line-height:80%;
	margin-top: 20px;
}
#main-menu h2.selected a:link, #main-menu h2.selected a:visited{
	color:#ffffff;	
}
#main-menu h4 {
	margin-right: 10px;
	font-size: 100%;
	line-height:30%;
}
#main-menu h4.selected a:link, #main-menu h4.selected a:visited{
	color:#ffffff;	
}
#field-backgroundimage img {
	margin: 0px 0px 0px -5px;
	padding: 0px;	
}
#field-title {
	margin: 20px 0px 0px;
	padding: 0px 0px 0px 210px;
	font-size:175%;
	text-align: left;
}
#field-content {
	padding: 0px;
	margin: 0px 40px 0px 210px;
	font-size:75%;
	text-align: left;
	border-width: 0px 0px 1px;
	border-style: none none dotted;
}
.flash-img {
	margin: 10px 60px 20px 0px;
}
.flash-font {
color:#69839A !important;
font: normal 100%/175% Arial, Helvetica, sans-serif !important;
}