body {
	background-color: white;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
	min-width: 760px;
}
a {text-decoration: none; font-weight: bold;}
a:link, a:visited {color: #ed2e38;}
a:hover, a:active, a:focus {color: #330063;}

/* skip */
#skip {line-height: 0; font-size: 1px; height: 0; color: #330063; position: absolute; top: 0; left: 50px; z-index: -1;}

/* header */
#header {
	background-color: #8AC2E5;
	height: 132px;
	padding: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#headimg {float: right; width: 414px;}
#headimg img {margin-left: 6px;}
#topmenu {
	background-color: #330063;
	color: white;
	padding-left: 2px;
	height: 1.4em;
}
#topmenu ul {
	margin: 0;
	padding: 0;
	width: 46em;
}
#topmenu ul li {
	list-style-type: none;
	font-size: 0.7em;
	float: left;
	/* border-right: 1px solid white; */
	text-align: center;
	width: 7em;
}
#topmenu ul li#home {
	/* border-left: 1px solid white; */
}
#topmenu a {
	display: block;
	padding: 2px 18px 3px 18px;
	color: white;
	text-decoration: none;
	background-color: #330063;
}
#topmenu a:hover, #topmenu a:active, #topmenu a:focus {
	color: #330063;
	background-color: #b0d9e6;
}
#topmenu ul li {
	width: auto;
}
#that {
	color: #330063 !important;
	background-color: white !important;
}

#wrapper {
	margin: 0;
	position: relative;
	clear: both;
}

/* left column */
#leftcol {
	padding: 20px 0 10px 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 157px;
}

/* Left Menu */
#menuborder {border: 4px solid #b0d9e6; background-color: #b0d9e6;}
#leftmenu {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ed2e38;
}
#leftmenu li {
	list-style-type: none;
	border-bottom: 1px solid #ed2e38;
	font-size: 0.7em;
}
#leftmenu a {
	display: block;
	padding: 2px 3px 2px 16px;
	color: #330063;
	text-decoration: none;
	background-image: url(../images/tick-off.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-color: #b0d9e6;
}
#leftmenu a:hover, #leftmenu a:active, #leftmenu a:focus {
	color: red;
	background-image: url(../images/tick-on.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-color: white;
}
#this {
	color: #330063 !important;
	background-image: url(../images/tick-off.gif) !important;
	background-repeat: no-repeat !important;
	background-position: 0 5px !important;
	background-color: white !important;
}
/* left menu end */

#leftcol h1 {font-size: 0.9em; line-height: 1.8; text-align: center; margin-top: 1em; color: #ed2e38;}

/* content column */
#content {
	margin: 0 212px 0 162px;
	padding: 15px 25px 0.5em 30px;
}

/* right column */
#rightcol {
	padding: 20px 0 0 0;
	position: absolute;
	top: 0;
	right: 0;
	width: 212px;
	margin-right: 5px;
}

/* footer */
#footer1 {
	color: white;
	background-color: #330063;
	text-align: center;
	white-space: nowrap;
}
#footer2 {
	font-size: 0.5em;
	padding: 10px;
}
#footer2 a:link, #footer2 a:visited {color: #330063;}
#footer2 a:hover, #footer2 a:active, #footer2 a:focus {color: #ed2e38;}

/* tags */
h1, h2 {margin-top: 0; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;}
h1 {font-size: 1.5em; color: #ed2e38;}
h2 {font-size: 1em; font-weight: normal; line-height: 1.35; margin-bottom: 1em;}
h3 {font-size: 0.8em; font-weight: normal; margin-bottom: 0;}
p, li, blockquote, dl {font-size: 0.8em; line-height: 1.5;}
p {margin-top: 0;}
blockquote {font-style: italic; margin-left: 1.5em; margin-right: 1.5em;}
ul.shield {list-style-image: url(../images/bullet.gif);}
ul.shield li {margin-bottom: 0.5em;}
dt {font-weight: bold;}
dd {margin-left: 1.5em; margin-bottom: 1em;}

/* classes */
p.safe {font-size: 1px; line-height: 0.1; margin: 0;}
.big {font-size: 1.2em;}
.d-blue {color: #330063;} 
.center {text-align: center;}
.red {color: #ed2e38;}
.small {font-size: 0.6em;}
.center {text-align: center;}
