/*
Stylesheet provided by www.initrix.com
changes made by Charlotte Babb August 2008
Instructions for changing styles:

To change the quick links style, edit the settings in
the quicknavselect class.

To change the link styles in the gray and red boxes,
edit the settings in the menulinks class.
*/
body {
	width: 100%;
	background: #5b6d7b /*url(images/background.jpg) repeat*/;
	font-family: Helvetica, Tahoma,Verdana, Arial,  Lucida Grande, sans-serif;
	font-size: 12px;
	line-height: 115%;
	padding: 10px;
}
table {
	/*position:relative;*/
	table-layout: auto;
	border-collapse: collapse;
  empty-cells: inherit;
  white-space: inherit;
}

th {
	font-size: 14px;
}
td {
	font-size: 12px;
}

.5content {
  position:inherit;
	padding: 5px;
	background-color:#ffffff;	
}

.content {
  position:inherit;
	padding: 5px 10px;
}

h1 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
  line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 16px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
}
h5 {
	font-size: 10px;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-weight:bold;
	line-height: 115%;
}
a:hover {
	color: #FF0000;
	background-color:#FFCC00;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #996666;
	text-decoration: none;
	font-weight:bold;
}
/* Main Red Menu changes in each section */

.button a {
	display: block;
	width: 60%;
	margin: auto;
	margin-bottom: 10px;
	border: outset #FFCC00 medium;
	padding: 5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 800;
	background:#990000;
	color: #FFFFFF;
	font-variant:small-caps;
}
.button a:visited {
	background-color: #990000;
	color: #dbdbdb;
	border: groove;
}
.button a:active {
	background-color: #dbdbdb;
	color: #990000;
	border: inset;
	text-decoration: none
}
.button a:hover {
	background-color: #ffcc00;
	color: #990000;
	border: solid;
	text-decoration: none;
}

.MenuLink p {
  color: #FFFFFF;
	font-size: 13px;
	margin-left: 5px;
	font-weight: 600;
}
.MenuLink ul {
	display: block;
	position: relative;
	width: 222px;
	\width: 282px;
	w\idth: 222px;
	line-height: 200%;
	text-align: left;
	list-style-type:none;
	margin-left: 0px;
	font-size: 11px;
	font-weight: 500;
	padding-left: 10px;
	padding-bottom: 5px;
	border-bottom: #dbdbdb medium ridge;
}
.MenuLink li {
	background: #990000;
	color: white;
	padding: 2px;
}
.MenuLink li a {
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}
.MenuLink li a:active {
	color: #FFCCCC;
	font-weight: 700;
  text-decoration: none;
}
.MenuLink li a:visited {
	color: #cccccc;
	font-weight: 700;
	text-decoration: none;
}
.MenuLink li a:hover {
	color: #FFCC33;
	background-color:#990000;
	font-weight: 700;
	text-decoration: none;
}


/* top link menu  all pages*/
.topmenu {
	width: 535px;
	float: right;
	padding: 0px 0.3em;
	padding-right: 10px;
	background: #ffffff;
	height: 60px;
}
.topmenu ul {
	margin: 0;
	padding: 0;
	padding-right: 10px;
	list-style-type: none;
	font-size: 12px;
	font-weight: 600;
	line-height: 110%;
}
.topmenu li {
	display: inline;
	float: right;
	margin: 0px;
	text-align: right;
	border-right: 2px dashed #ccc;
	padding: 5px 5px 0px 5px;
}
.topmenu li a {
	text-decoration: none;
	font-weight: 700;
	background: #ffffff;
	color: #990000;
}
.topmenu li a:hover a:active {
	display: block;
	font-weight: 800;
	background: #FFCC33;
	color: #990000;
	text-decoration: none;	
}
.topmenu li a:visited {
	display: block;
	background: #ffffff;
	color: #996666;
	text-decoration: none;
}

.box {
border:#990000 groove 2px;
width: 90%;
padding: 1em;
margin: auto;
background-color: #dddddd;
}

.navtable {
	float: right;
	padding: 5px;
	padding-left: 15px;
	}
	
.linx {
	display: block;
	background-color: #dbdbdb;
	padding: 2px;
	border: #dbdbdb 2px;
}

.linx img {
	border: 0px;
	float: left;
	padding-right: 2px;
}
.linx li a {
	color: #990000;
	text-decoration: none;
	display: block;
	height: 20px;
	background: #dbdbdb;
	padding-top: 2px;
	font-size: 9px;
	font-weight: 100;
}
.linx a:active {
	background: #dbdbdb;
	color: #990000;

}
.linx a:visited {
	background: #999999;
	color: #ffffff;

}
.linx a:hover {
	background: #990000;
	color: #ffffff;
}

#ask-box {
 float: right;
 display: block;
 position: relative;
 margin-left: 20px;
 margin-top: 100px;
 margin-bottom: 10px;
 margin-right: -220px;
 background-color: #dbdbdb;
 min-width: 160px;
 border: #990000 inset;
}

#white-box {
 position: relative;
 margin-left: 10px;
 margin-top: 110px;
 padding: 5px;
 float: right;
 margin-right: -166px;
 background-color: #ffffff;
 width: 150px;
 border: #990000 inset;
}

#vertical-box {
 /*position: relative;*/
 float: right;
 background-color: #dbdbdb;
 width: 190px;
 height: 100%
}

#box {
 /*position: relative;*/
 float: right;
 background-color: #dbdbdb;
 width: 325px;}

/*+ - </style>*/
