/*CSS Style Sheet */

.content-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #660044;
}
.page-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: italic;
	color: #275f97;
	font-weight: 300;
}
.announce-text {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.content-text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #660044;
}
.footer-text {
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

li {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

dl {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}

/* style the outer div to give it width */
.menu {
	font-size:0.85em;
	padding-bottom:15px;
	width:550px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	height:1.5em;
	background:#275f97;
}

/* float the list items to make it horizontal and a relative positon */
.menu ul li {
	float:left;
	position:relative;
	height:1.5em;
	line-height:1.5em;
}

/* style the menu links */
.menu a, .menu a:visited {
	display:block;
	float:left;
	height:100%;
	font-size:1em;
	text-decoration:none;
	color:#fff;
	padding:0 3em 0 1em;
}

.menu ul table ul a, .menu ul table ul a:visited {
	width:14em;
	width:12em;
}

/* style the table so that it takes no part in the layout  */
.menu table {
	position:absolute;
	left:0;
	top:0;
	font-size:1em;
}
.menu ul ul table {
	left:-1px;
}
.menu ul ul table ul.left {
	margin-left:2px;
}

/* style hover */
.menu a:hover {
	color:#000;
	background:#81a2c2;
}

/*style visited */
.menu a:visited {
	color:#CCCCCC;
}

#errordiv {
  border: 1px solid red;
  background-color: #FFAFAF;
  display: none;
  width: 50%;
  margin: 5px;
  padding: 5px;
}

.required {
  background-color: #CC4444;
}

.required:focus {
  background-color: #fff;
  border: 1px solid #f00;
}

/* Begin Snazzy Box */

.xsnazzy h1, .zsnazzy h1 {
	margin:0;
	font-size:1em;
	padding:0 10px 5px 10px;
	border-bottom:1px solid #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.xsnazzy p, .zsnazzy p {
	margin:0;
	padding:5px 7px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.xsnazzy {
background: transparent; 
width:175px; 
float:left; 
margin:0 3px;
}

.xtop, .xbottom {
display:block; 
background:transparent; 
font-size:1px;
}
.xb1, .xb2, .xb3, .xb4 {
display:block; 
overflow:hidden;
}
.xb1, .xb2, .xb3 {
height:1px;
}
.xb2, .xb3, .xb4 {
background:#fff; 
border-left:1px solid #444;
border-right:1px solid #444;
}
.xb1 {
margin:0 5px; 
background:#444;
}
.xb2 {
margin:0 3px;
border-width:0 2px;
}
.xb3 {
margin:0 2px;
}
.xb4 {
height:2px; 
margin:0 1px;
}

.xboxcontent {
display:block; 
border:0 solid #444; 
border-width:0 1px; 
height:auto;
}
* html .xboxcontent {
	height:1px;
}

.color_a {
background:#245c97;
color:#fff;
}
.color_b {
background:#245c97; 
color:#fff;
}
.color_c {
background:#245c97; 
color:#fff;
}
.color_d {
background:#b2ab9b; 
color:#000;
}
