
#container {
	
	background : url(images/contentbg3.gif) repeat-y 50% 50%;
}




#textcaption {
	/*color: #900;    */
	color: #000e99;
}

/*--- main navigation ------------------------------------------------------*/

#mainnavlist	{

}




/*--- subnavigation items --------------------------------------------------*/

.subnavlist a {
	color: #036;
	background: url(images/subnav134.gif) no-repeat;
}

.subnavlist a:hover {
	background: url(images/subnav134hover.gif) no-repeat;
	color: #630;
}

.subnavlist a.subnavactiveitem {
	
	background: url(images/subnav134active.gif) no-repeat;
}

/*--- footer ---------------------------------------------------------------*/

#footer {



background: transparent url(images/footerbg3.gif) bottom left no-repeat; 

}



/*--- body -----------------------------------------------------------------*/
body {
	color: #036;
	background : #999 url(images/pgbk.gif) repeat-x;
	}
/*
body {

	color: #036;
	background :#10578f;
	
}*/

/*--- paragraph ------------------------------------------------------------*/

#contentcontainer p {
	color: #036;  
}

/*--- headings -------------------------------------------------------------*/


/*--- links ----------------------------------------------------------------*/

#contentcontainer a:link{
	/*color: #630;*/
	color: #000e99;
}

#contentcontainer a:visited {
	/*color: #630;*/
	color: #000e99;
}

#contentcontainer a:hover {
	/*color: #630;*/
	color: #000e99;
}

#contentcontainer a:active {
	/*color: #630;*/
	color: #000e99;
}

/*--- tables ---------------------------------------------------------------*/

/*table {

}*/

th {

}

tr {

}

td {

}

#contentcontainer table {
	border-color: #369;/*369xxxxxxxxxxxx*/
}

#contentcontainer th {
	color:#fff;
	background-color:#369;
	padding: 3px 2px 3px 2px;
}

#contentcontainer tr.odd {
	color: #369;
	background-color:#fff;
	padding: 3px 2px 3px 2px;
}

#contentcontainer tr.even {
	color: #369;
	background-color:#def;
	padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

fieldset {
	border-color: #036;
}

legend {
	color: #036;
}

label {
	color: #036;
}

input {
	border-color: #036;
}

textarea {
	border-color: #036;
}

/*--- lists ----------------------------------------------------------------*/
lo{
	color: #000000;
	font-size: 11px;
}
li { 
	color: #036;
}

/*--------------------------------------------------------------------------*/