a {color: black;}

body {
	font-family: Trebuchet,sans-serif;
	background-color: #A4C2D4;
	background-image: url(images/background/tbg.gif);
	margin: 3px 4px 2px 4px;
}

#header {
	background-color: #F2F2F2;
	background-image: url(images/background/hbg.gif);
	border: 2px solid black;
	margin-bottom: 10px;
	width: 99.6%;
	position: relative;
}

#header #headtext {
	width: 237px;
	height: 75px;
	padding-left: 0px;
	font-size: 25pt;
	background-color: #F2F2F2;
	background-image: url(images/background/hbg.gif);
	background-repeat: repeat-x;
	border: 1px solid black;
	border-width: 0 0px 0px 0;
}

#header #headtext a {
	text-decoration: none;
	color: #717171;
	display: block;
}

#header #headtext a:hover {
	color: #818181;
}

#header .switchlang {
        text-align: center;
        width:57px;
        font-size: .9em;
        text-decoration: none;
        display: block;
        top: 2px;
        right: 7px;
        position: absolute;
        padding-top: 42px;
        background-image: url(images/mx.png);
        background-position: top center;
        background-repeat: no-repeat;
}

#header .switchlang:hover {
        text-decoration: underline;
}

#header #subheader {
	margin-left: 10px;
	float: left;
	font-weight: bold;
	color: #0089CC;
}

#header ul {
	text-align: right;
	margin: 0 0 0 0;
}

#header li {
	display: inline;
	border: 2px solid black;
	border-width: 2px 2px 2px 1px;
	padding: 2px 3px 1px 3px;
	background-color: #E1E1E1;
	color: black;
	cursor: pointer;
	position: relative;
	left: 2px;
	font-size: 10pt;
}


#header ul > li:first-child {
	padding-left: 5px;
	border-left: 2px solid black;
}	

#header li:hover {
	background-color: #BFDBFF;
	padding-top: 4px;
	position: relative;
	top: 2px;
}

#header li a,a:visited,a:active {
	text-decoration: none;
	color: inherit;
}

#header #curtab {
	position: relative;
	top: 4px;
	padding-top: 6px;
	background-color: #A0BCE0;
	color: white;
	cursor: default;
}

#navbar {
	width: 20%;
	float: left;
}

.navitem {
	border: 2px solid black;
	background-color: white;
	background-image: url(images/background/gbg.gif);
	background-repeat: repeat-y;
	margin-bottom: 5px;
}

#navbar ul {
	padding: 5px 0 2px 0;
	margin: 1px 0 1px 0;
}

#navbar li {
	list-style-type: none;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
	padding-left: 5px;
	margin-bottom: 3px;
}

#navbar li:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-image: url(images/background/bbg.gif);
	background-color: #E7F1FF;
}

div.navhead {
	background-color: #E1E1E1;
	color: black;
	padding-left: 5px;
	border-bottom: 1px solid black;
	font-weight: bold;
}

#navbar li a {
	display: block;
	text-decoration: none;
	color: black;
}

#navbar #current {
	background-image: url(images/background/cbg.gif);
	background-color: #C8D2E0;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color: white;
}

#navbar #note {
	/* color: white; */
	font-size: 7pt;
	text-align: center;
}

div.navtext {
	margin: 2px 5px 3px 5px;
}

div.copytext {
	margin: 2px 5px 3px 5px;
	text-align: center;
}
.gototop a {
        font-weight:bold;
}

#content {
	float: right;
	width: 79%;
}

#content ul {
	padding: 0 0 0 15px;
	list-style-type: square;
}

#content a,a:visited,a:active {
	color: #003B89;
	text-decoration: none;
}

#content a:hover {
	color: #81A1D1;
	text-decoration: underline;
}

img {
border: 0px none;
} 

form{
width:48%;
float:right;
}
form label{
text-align: left;
width: 10em;
display: block;
}

form fieldset{
width:18em;
}
form input.text{
border: 1px solid #ccc;
}
form textarea{
border: 1px solid #ccc;
}
form select{
border: 1px solid #ccc;
}
form textarea:focus{
background-color: #FCFFCA;
color:black;
}
form input:focus{
background-color: #FCFFCA;
color:black;
}
form input.button{
}
form strong{
font-weight: normal;
color:#FF3333;
font-size:0.8em;
}