body {
	font: 78%/1.5 arial, helvetica, serif;	
	background: #FFFFFF;
	text-align: center;
	padding: 0;
	behavior: url("styles/csshover.htc");
}

TABLE.content
{
	width: 90%;
	margin: auto;
}

TABLE.content TD{
	font-family: arial;
	font-size: 1.1em;
	color: #000000;
	text-align: justify;
}

#basis
{
	width: 780px;
	margin: auto;
}

a:link {font: bold 1.0em arial; color: #003366; text-decoration: none;} 

a:active {font: bold 1.0em arial; color: #003366; text-decoration: none;}

a:visited {font: bold 1.0em arial; color: #003366; text-decoration: none;}

a:hover  { color: #66CC99; font: bold 1.0em arial; text-decoration: underline blink }



#header{
	width: 780px; 
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #DDD;
}


#container {
	width: 780px; 
	background: #FFFFFF;
	text-align: left;
	border: solid #DDD;
	border-width: 0 1px 1px 1px;
}


#content {
	background: transparent;
	padding: .2em 3em .2em 3em;
/*	padding: 0px 20px 0px 20px;*/
	font-family: arial;
	text-align: justify;
	font-size: 1.1em;
	color: #000000;
/*	padding: 3em;*/
}



#content_center {
	background: transparent;
	padding: .2em 3em .2em 3em;
	font-family: arial;
	text-align: center;
	font-size: 1.1em;
	color: #000000;
}

#content_center
{
	list-style: none;
}







#content a:link {font-family: aria; font-size: 1.1em; color: #003366; text-decoration: none;} 

#content a:active {font-family: aria; font-size: 1.1em; color: #003366; text-decoration: none;}

#content a:visited {font-family: aria; font-size: 1.1em; color: #003366; text-decoration: none;}

#content a:hover  { color: #66CC99; font-size: 1.1em; font-family: aria; text-decoration: underline blink }









#footer {
	width: 780px;
	background: transparent;
	border: solid #DDD;	
	border-width: 0 0 0 0;
	text-align: center;
	font-size: 1.2em;	
	margin: 0 auto;
}



#footer a {
	font-family: arial;
	font-size: .7em;
}





p#h1 {
	margin: 0em 0em 0em 0em;
	background: transparent;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	color: #003366;
}



p#h2 {
/*	margin: .5em .75em .5em .75em;*/
	margin: 0em 1.5em 0em 1.5em;
	border: 1px solid #000;
	background: #336699;
	font-family: arial;
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;	
	color: #DDDDDD;
}
p#h3 {
	background: transparent;
	font-family: arial;
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #66CC99;
}	
p#h4 {
	background: transparent;
	font-family: arial;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	color: #66CC99;
}

p#h5 {
	background: transparent;
	font-family: arial;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #66CC99;
}



p#content {
	background: transparent;
	font-family: arial;
	text-align: justify;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	padding: .2em 3em .2em 3em;
}


#content {
	clear: left;
}

#content a {
	color: #7C6240;
}
#content a:hover {
	text-decoration: underline;
}






/* -----START----------------------NAVBAR MENU--------------------------------------- */
/* -----START----------------------NAVBAR MENU--------------------------------------- */
/* -----START----------------------NAVBAR MENU--------------------------------------- */
/* -----START----------------------NAVBAR MENU--------------------------------------- */
#menu
{
	z-index: 1000;
	border: 1px solid #DDDDDD;
	border-top: none;
	margin: 0px;
	padding: 0px;
	width: 780px;
	background-color: #003366;
}

UL#nav
{
	z-index: 2000;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
UL#nav LI
{
	z-index: 1000;
	float: left;
	position: relative;
	color: #DFE0DF;
	text-align: center;
	width: 130px;
}
UL#nav LI:hover
{
	z-index: 1000;
	background-color: #66CC99;
}
UL#nav LI A
{
	z-index: 1000;
	color: #DDDDDD;
	text-decoration: none;
	display: block;
	padding: 3px;
	height: 15px;
}
UL#nav LI A:hover
{
}
UL#nav LI UL
{
	z-index: 1000;
	list-style: none;
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	background-color: #003366;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 0.90; opacity:0.90;
	width: 130px;
	border: 1px solid #DDDDDD;
	margin: 0px;
	padding: 0px;
}
UL#nav LI:hover UL { display: block; }
UL#nav LI UL LI
{
	z-index: 1000;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
}
UL#menu LI UL LI:hover
{
}
UL#nav LI UL LI A
{
	z-index: 1000;
	color: #DDDDDD;
	text-decoration: none;
	display: block;
	padding: 3px;
	width: 130px;
}
UL#nav LI:hover UL LI:hover A:hover
{
}

/* -----END----------------------NAVBAR MENU--------------------------------------- */
/* -----END----------------------NAVBAR MENU--------------------------------------- */
/* -----END----------------------NAVBAR MENU--------------------------------------- */
/* -----END----------------------NAVBAR MENU--------------------------------------- */



