

html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
	color: #434343;
}

html, body {
   background: #e61c24;
   font-size: 101%;
}

a:link {
   color: #00014F;
}

a:visited {
   color: #333;
}

a:hover {
   color: #7E2841;
}

a:active {
   color: #f60;
}

img {
   border: 0;
}

h1 {font-size: 30px;
   font-weight: bold;
	color: #E61C24;
	margin-bottom: 20px;
}

h2 {
   font-size: 16px;
   font-weight: 600;
	color: #330065;
	margin-bottom: 17px;
}

h3 {
   font-size: 14px;
   font-weight: 600;
	color:  #434343;
	margin-bottom: 12px;
}

p, ul {
   font-size: 13px;
   line-height: 1.5em;
   color: #000033;
	padding-bottom: 10px;
}

.bodytext {
	font-size: small;
   line-height: 1.5em;
   color: #000033;
	text-align: left;
}

.bodytextre {
	font-size: small;
   line-height: 1.5em;
   color: #000033;
	text-align: right;
}


em {
	font-weight: 600;
	color:  #1C0039;
}

ul {
	margin-left: 20px;
	list-style-type: square;
}

ol {
	margin-left: 20px;
}


.imgtitlesmall {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

.imgwelcome {
	padding: 15px;
	margin-left: 10px;
}

.imgfloatright240 {
	width: 240px;
   float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px;
	padding-left: 30px;
}

.imgfloatleft240 {
	width: 240px;
   float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px;
	padding-right: 30px;
}

.imgfloatleft180 {
	width: 180px;
   float: left;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px;
	padding-right: 30px;
}

.tdcenter {
text-align: center;
}

.tdrechts {
text-align: right;
}

.tdlinks {
text-align: left;
}

.table {background-color: transparent;
}

.tnmargin {margin-right: 5px; 
margin-left: 5px; 
}

#container {
			width: 760px;
			\width: 780px;
			w\idth: 760px;
			border: 10px solid  #fff;
			margin: 10px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			background-color: #fff;
		}

#bannertop {
			background-color:  #330065;
			padding: 10px;
			border-bottom: #434343 0px solid;
			height: 60px;
		}

#bannerline {height: 10px; background-color: #fff;}
#bannerimgs {display:none;}

		
#navcontainer {
width: 760px; 
height: 45px;
background-color:  #434343;
border-bottom: 10px solid #fff;
}
#navcontainer ul {

background-color:  #434343;
padding: 13px;
padding-left:20px;
margin-left: 0;
font-size: 12px;
color: #fff;
float: left;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{color: #fff;
margin-right: 30px;
padding-left: 12px;
text-decoration: none;
float: left;
background-color:  #434343;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
border-bottom: 1px #434343 solid;
}



#navcontainer ul li a:hover
{
background-color: #444;
color: #fff;
border-bottom: 1px #afafaf solid;
}		

#active {font-weight: bold;
}

#sidebar-a {display:none;}
#content {
			padding: 20px;
			padding-top: 40px;
			background-color: #e3e3e3;
			background-image: none;
}


		
#arrowtop {
			clear: both;
			padding: 15px;
			background-color: transparent;
			float: right;
		}
		
#footer {color: #fff;
			font-size: 11px;
			clear: both;
			padding: 15px;
			background-color:  #434343;
		}
		#footer p, #footer a {
			color: #fff;
			
			font-size: 11px;
		}
		
		.style6 {color: #330065; }
		
