/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: xx-large;
	color: #c41230;
	line-height: 40px;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #cccccc;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.safe {
	margin-top: 15px;
}

.dnt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
}

#context {
	background: url(contentbelow.gif) no-repeat;
	width: 731px;
	height: 543px;
}

#context .format {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-left: 20px;
	text-decoration: none;
}

#context .innertext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 20px;
	text-decoration: none;
}

#context .innertext1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #004b8d;
	font-weight: bold;
	margin-left: 15px;
	font-size: 16px;
	text-decoration: none;
}

.Navlink {
	COLOR: #C0C0C0; TEXT-DECORATION: none; font-family: arial; font-size: 10pt; font-weight: bold;
	}
a:link.Navlink  {
	color : #C0C0C0;
	}
a:visited.Navlink  {
	color : #C0C0C0;
	}
a:active.Navlink  {
	text-decoration: none;
	}
a:hover.Navlink  {
	text-decoration: none;
	}
.style1 {
	font-family: Arial, Helvetica, sans-serif
	}
.style2 {	
	color: #0000CC;
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}
.style5 {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.style4 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
.style7 {font-size: 12px}
.style11 {color: white;
	font-weight: bold;
}
.style12 {font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
.style8 {color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* ---------------------- CSS nav ---------------------- */

#container {
	position: relative;
	color: #E0E0E0;
	width: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	}
	
#nav {
	position: relative;
	height: 33px;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;
	background: #fff url(bg.gif) repeat-x bottom left;padding:0 0 0 20px; */
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;
	float: left;
	}
	
#nav ul li {
	display: block;
	float: left;
	margin: 0 1px;
}

#nav ul li a {
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0 0 0 20px;
	height: 33px;
	}
	
#nav ul li a span {
	padding: 12px 20px 0 0;
	height: 21px;
	float: left;
	}
	
#nav ul li a:hover {
	color: #fff;
	background: transparent url(bg-OVER.gif) repeat-x bottom left;
	}
	
#nav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer; 
	}

#nav ul li a.current,#nav ul li a.current:hover {
	color: #fff;
	background: transparent url(bg-OVER.gif) repeat-x top left; 
	height: 25px;
	line-height: 255%;
	}
	
#nav ul li a.current span {
	display: block;
	padding: 0 20px 0 0;
	width: auto;
	background: transparent url(bg-OVER.gif) repeat-x top right;
	height: 25px;
}


/* ---------------------- END CSS nav ---------------------- */
