.wrap {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
	padding:15px; 
	text-align:left;
	background-color:#4d478d; 
	border-top:1px solid #fff; 
	border-left:1px solid #fff; 
	border-bottom:1px solid #fff; 
	border-right:1px solid #fff;
}

#print-identity {
	display:none;
}

#quote {
	font-family:verdana,arial;
	font-size:160%; 
	color:#fff;
	margin-bottom:0px
}

.header-controls {
	float:right;
	text-align:right;
	width:400px;
}

.menu {
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #fff;
}

.menu-select {
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #fff;
}

.list-menu a:link {
	display: block;
	width:150px;
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #4d478d;
	color:#fff;
	text-decoration: none;
} 

.list-menu a:visited {
	display: block;
	width:150px;
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #4d478d;
	color:#fff;
	text-decoration: none;
} 

.list-menu a:active {
	display: block;
	width:150px;
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #4d478d;
	color:#fff;
	text-decoration: none;
} 

.list-menu a:hover {
	display: block;
	background-color:#7A75B9;
	width:150px;
	border-width: 1px 0px 1px 1px;
	border-style:solid;
	border-color: #4d478d;
	color:#fff;
	text-decoration: none;
} 

p {
	margin-top:0px;
}

ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
} 

.list-menu {
	width:150px;
	height:100%;
	float:left; 
}

li.alpha {
	list-style-type: lower-alpha;
}

.body {
	background-color:#4d478d;
	text-align:center;
	font-family:verdana,tahoma,helvetica,arial;
	font-size:100%;
	font-weight:bold;
	color: white;
}

.advertisement {
	font-size:100%;
	color:#fff;
	background-color:#4d478d;
	padding:5px;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff
}

.logo {
	width:250px;
	padding:0px
}

.square-decoration {
	background-color:red;
	color:red;
	border:1px solid #4d478d
}

#search-results {
	background-color:#4d478d; 
	padding:5px;
	border:1px solid #fff
}

.separator {
	height:15px;
	background-color:transparent
}

.select-top-menu {
	background-color:#4d478d;
	font-weight:bold;
	border-color:white;
	width:400px;
	font-size:100%
}

option {
	background-color:#4d478d;
	border-color:white;
	color:white;
}

.wrapper-main-column-right {
	width:608px;
	min-height:400px;
	float:right;
	border-left:1px solid #fff;
}

/* Border Hack Targets IE Win 6 and older only \*/
* html .wrapper-main-column-right {
	width:578px;
	height:400px;
	float:right;
	border-left:1px solid #fff;
}
/* Border Hack */

.main-column-right-margin {
	margin-left:5px;
	padding-top:10px;
}

.subject-margin {
	margin:5px 0px 0px 5px;
}

.page-title {
	font-size:200%;
	font-weight:normal;
	margin:0px;
	padding:5px 0px 3px 3px;
	border-top:1px solid #fff;
	border-bottom:3px solid #f00;
}

.heading-2 {
	font-size: 150%;
	font-family: verdana;
	margin:0px;
	padding:5px;
	border-bottom:3px solid #f00;
	color: white;
	font-weight:normal
}

#footer {
	color:#fff;
}

.subheader {
	font-size:120%;
	margin:0px;
	padding:0px;
}

#subheading-home {
	font-size: 150%;
	margin:0px;
	padding:5px;
	border-bottom:3px solid #f00;
	color: white;
	font-weight:normal
}

.show-hide {
	font-size:70%;
	color:#999;
	cursor:hand;
}

table {
	border-collapse:collapse;
	font-size:100%;
}

td {
	vertical-align: top;
	padding-left: 5px;
	border-bottom: 1px solid #fff;
}

.tr {
	border-left: 1px solid #fff;
}

.go-to-top {
	text-align:right;
}

th {
	text-align:left;
	font-weight:normal;
	border-bottom: 1px solid #fff;
}

.button {
	background-color:#4d478d;
	font-weight:bold;
	color:white;
	border:1px solid #fff;
	margin:3px 0px 3px 3px;
	padding:0px;
	font-size:100%;
	cursor:hand;
}

.input {
	background-color:#4d478d;
	position:relative;
	top:-3px;
	border:1px solid #fff;
	font-size:100%
}

.control-bar {
	background-color:#4d478d;
	color:white;
	border-bottom:1px solid #fff;
	text-align:right;
}

.search-engine {
	background-color:#4d478d;
	position:relative;float:right;
	padding:5px 5px 5px 5px;
	margin: 0px 0px 5px 5px;
	border-left:1px solid #fff;
	border-bottom:1px solid #fff;
}

.incidence-list-left {
	width:300px; 
	float:left;
}

.incidence-list-right {
	width:300px; 
	float:right;
}

/* Float Hack Targets IE Win only \*/
* html .incidence-list-left {
	width:285px; 
	float:left;
}

/* Float Hack Targets IE Win only \*/
* html .incidence-list-right {
	width:285px; 
	float:right;
}

a {
	text-decoration:none;
}

a:link {
	color:#3f0;
}

a:visited {
	color:#3f0;
	text-decoration:underline;
}

a:active {
	color:#3f0
}

a:hover {
	background-color:#f00;
	color:#fff;
}

ol {
	margin-top:0px;margin-bottom:0px;
}

dl {
	margin:0px;
}

dd {
	margin-left:10px;
	margin-bottom:5px;
}

dt {
	font-weight:bold;
}

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
  
.clearfix {
display: inline-block;
}  
 
/* Holly Hack Targets IE Win only \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End Holly Hack */
