html {
	margin: 0; padding: 0;
}

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

.hidden {
	display: none
}

/* override Netscape 4 stylesheet */

.headerImageRight, .rightBox1 .imageInPanel, .rightBox2 .imageInPanel, .rightBox3 .imageInPanel {
	display: block
}

/* ----------------- */
/* Top Header */
/* ----------------- */

#header {
	text-align: left;
	margin: 0;
}

.headerImageLeft {
	position: relative;
	top: 2px;
	left: 0px;
}

.headerImageRight {
	position: relative;
	top: 10px;
	right: 0px;
}

.toolbar {
	position: relative;
	top: -50px;
	left: 370px;
	background-color: #353692;
	font-size: 90%;
	text-align: center;
	color: #FFFFFF;
	padding: 2px 10px 2px 10px;
}

.toolbar a,  .toolbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.toolbar a:hover, .toolbar a:visited:hover {
	color: #c20523;
	background-color: #cccccc;
	text-decoration: underline;
}

.toolbar2 {
	position: relative;
	top: -50px;
	right: -190px;
	font-size: 90%;
	text-align: center;
	color: #9999FF;
	padding: 2px;
}

.toolbar2 a,  .toolbar2 a:visited {
	color: #9999FF;
	text-decoration: none;
}

.toolbar2 a:hover, .toolbar2 a:visited:hover {
	color: #ffffff;
	background-color: #9999ff;
	text-decoration: underline;
}

.strapline {
	position: relative;
	top: -37px;
	left: 250px;
	font-weight: bold;
	font-size: 150%;
	color: #c20523;
}

.search {
	color: #c20523;
	position: relative;
	top: -8px;
}

.search1 {
	position: relative;
	color: #c20523;
	top: -45px;
	left: 580px;
}

.input {
	border: 1px solid #00aedf;
	background-color: #cccccc;
	color: #00aedf;
	padding: -2px;
}

.submit {
	border: 1px solid #00aedf;
	background-color: #ffffff;
	color: #00aedf;
	padding: 2px 5px;
	font-size: 50%;
}

/* ---------------- */
/* Left menu column */
/* ---------------- */

#menuColumn {
	position: relative;
	top: -20px;
	float: left;
	width: 200px;
	z-index: 1;
}

.searchbox {
	margin: 10px 7px 0px 7px;
	border: 1px solid #336699;
	align: center;
	padding-top: 3px;
	background: #bfcfff;
}

/* menu style 1 */

.menu1 {
	margin: 0px;
	font-weight: bold;
}

.menu1 a, .menu1 a:visited {
	display: block;
	text-decoration: none;
	margin: 7px 8px 1px;
	padding: 5px 5px 5px 17px;	
	color: #000066;
	background: #bfcfff url(images/diamond_white.gif) no-repeat 7px 8px;
	border-top: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
}

.menu1 a:hover, .menu1 a:visited:hover {
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
}

.menu1sl {
	margin: 0px;
	font-weight: bold;
}

.menu1sl a, .menu1sl a:visited {
	display: block;
	text-decoration: none;
	margin: 7px 8px 1px;
	padding: 5px 5px 5px 17px;	
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
	border-top: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
}

.menu1sl a:hover, .menu1sl a:visited:hover {
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
}

/* menu style 2 */

.menu2 {
	margin: 0px;
	padding: 5px 0px;
	font-weight: bold;
}

.menu2 a, .menu2 a:visited {
	display: block;
	text-decoration: none;
	margin: 7px 8px 1px;
	padding: 5px 5px 5px 17px;	
	color: #000066;
	background: #bfcfff url(images/diamond_white.gif) no-repeat 7px 8px;
	border-top: 1px solid #ff0033;
	border-bottom: 1px solid #ff0033;
}

.menu2 a:hover, .menu2 a:visited:hover {
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
}

/* menu style 3 */

.menu3 {
	margin: 0px;
}

.menu3 a, .menu3 a:visited {
	display: block;
	text-decoration: none;
	margin: 7px 8px 1px;
	padding: 5px 5px 5px 17px;	
	color: #000066;
	background: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.menu3 a:hover, .menu3 a:visited:hover {
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.menu3sl {
	margin: 0px;
	font-weight: bold;
}

.menu3sl a, .menu3sl a:visited {
	display: block;
	text-decoration: none;
	margin: 7px 8px 1px;
	padding: 5px 5px 5px 17px;	
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
	border-top: 1px solid #0033cc;
	border-bottom: 1px solid #0033cc;
}

.menu3sl a:hover, .menu3sl a:visited:hover {
	color: #000066;
	background: #ffffff url(images/arrow.gif) no-repeat 165px 8px;
	border-top: 1px solid #ff0033;
	border-bottom: 1px solid #ff0033;
}

/* submenus */

.submenu {
	margin: 0px;
	padding: 0px;
}

.submenu a, .submenu a:visited {
	display: block;
	text-decoration: none;
	margin: 0px 8px 1px;
	padding: 4px 4px 4px 26px;
	color: #000066;
	background: #E7EBF0 url(images/bulet_red.gif) 16px 6px no-repeat;
}

.submenu a:hover, .submenu a:visited:hover {
	color: #000066;
	background-color: #B2BFCC;
}


/* ----------------- */
/* Main content area */
/* ----------------- */

#content {
	position: relative;
	top: -10px;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 220px;
}

#contentwide {
	position: relative;
	top: -10px;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 50px;
}


h1 {
	background-color: #0033CC;
	font-size: 1.4em;
	font-weight: bold;
	color: #ffffff;
	padding: 5px;
	margin: 0px;
}

h2 {
	background-color: #bfcfff;
	color: #336699;
	margin: 0px;
	padding: 5px;
	font-size: 1.2em;
}

h3 {
	color: #336699;
	margin: 0px;
	padding: 0px 0px 1.3em;
	font-weight: normal;
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
	color: #333333;
	margin: 0px;
	padding: 0em 0em 1em;
}

.large {
	font-size: 1.4em;
	color: #0099CC;

}
.quote {
	font-size: 1em;
	color: #CC3366;
	margin: 0px;
	padding: 0em 0em 1em;
	font-style: italic;	
	font-weight: bold;
}

.top {
	font-size: 0.9em;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 1em;
}

.footer {
	clear:both;
	font-size: 0.8em;
	text-align: left;
	margin: 0px;
	padding: 0px 1em 1em;
}

.footer a {
	color: #666666;
	text-decoration: none
}

.footer a:hover {
	color: blue;
	text-decoration: underline
}

.footer a:visited {
	color: #666666;
	text-decoration: none
}

.footer a:visited:hover {
	color: #red;
	text-decoration: underline
}

a {
	color: blue;
}

a:visited {
	color: #000066;
}

a:hover, a:visited:hover {
	color: #666666;
}

p {
	margin: 0px 0px 1em;
	padding: 0px;
}


.rule {
	padding: 0px;
	margin-bottom: 12px;
	border-top: 1px solid #0099CC;
}

hr {
	border-top: 1px solid #c20523;
	position: relative;
	top: -25px;
}

blockquote {
	padding-left: 1em;
	padding-bottom: 0em;
	padding-right: 0px;
	margin: 0px 0px 1em;
}

ul {
	list-style: url(images/arrow.gif); 
	margin: .5em .5em 0 25px; 
	padding-left: 0;
	text-indent: 0;
}

ul ul {
	list-style: url(../images/indent.gif) disc;
}

ol {
	margin-top: 0px;
	margin-bottom: 1em;
	padding-top: 0px;
	padding-bottom: 0px;
}

li {
	padding-bottom: 6px;
}

.caption {
	font-size: 0.9em;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-bottom: 0.5em;
}

td {
	font-size: 72%;
}

.homeBox {
	border: 1px solid #000066;
	padding: 10px;
	margin: 10px;
}

.homeBox h1{
	color: #ffffff;
	margin-bottom: 10px;
	font-weight: bold;
}

.homeBox a, .homeBox a:visited {
	text-decoration: none;
	margin: 0px;
}

.homeBox a:hover, .homeBox a:visited:hover {
	text-decoration: underline;
}

.homeBox1 {
	border: 1px solid #000066;
	padding: 10px;
	margin: 10px;
	background: #ffccff;
}

.homeBox1 h1{
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}

.homeBox1 a, .homeBox1 a:visited {
	text-decoration: none;
	margin: 0px;
	color: #000066;
}

.homeBox1 a:hover, .homeBox1 a:visited:hover {
	text-decoration: underline;
}

.homeBox2 {
	border: 1px solid #000066;
	padding: 10px;
	margin: 10px;
	background: #ffffcc;
}

.homeBox2 h1{
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}

.homeBox2 a, .homeBox2 a:visited {
	text-decoration: none;
	margin: 0px;
	color: #000066;
}

.homeBox2 a:hover, .homeBox2 a:visited:hover {
	text-decoration: underline;
}

.homeBox3 {
	border: 1px solid #000066;
	padding: 10px;
	margin: 10px;
	background: #ccffff;
}

.homeBox3 h1{
	font-size: 1.2em;
	color: #000066;
	font-weight: bold;
}

.homeBox3 a, .homeBox3 a:visited {
	text-decoration: none;
	margin: 0px;
	color: #000066;
}

.homeBox3 a:hover, .homeBox3 a:visited:hover {
	text-decoration: underline;
}

.header        { font-family: verdana,arial,helvetica,sans-serif; background-color: #0033CC; font-size: 1.4em; font-weight: bold; color: #ffffff; padding: 5px; margin: 0px; }
.title         { font-family: verdana,arial,helvetica,sans-serif; font-size: 1.4em; font-weight: bold; padding: 5px; margin: 0px; }
.subtitle      { font-family: verdana,arial,helvetica,sans-serif; font-size: 1.2em; font-weight: normal; color: #336699; padding: 0em 0em 1em; margin: 0px; }
.red           { font-family: verdana,arial,helvetica,sans-serif; color: red; }
.blue          { font-family: verdana,arial,helvetica,sans-serif; color: blue; }
.darkblue      { font-family: verdana,arial,helvetica,sans-serif; color: darkblue; }
.green         { font-family: verdana,arial,helvetica,sans-serif; color: green; }
.grey          { font-family: verdana,arial,helvetica,sans-serif; color: grey; }
.boldItalic    { color: #434761; font-weight: bold; font-style:italic;}
.small         { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }
.tiny          { font-family: verdana,arial,helvetica,sans-serif; font-size: xx-small; }


