
body {
background-color: #FFFFCC;
font-size: 12px;
font-family: Lucida Grande, Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#0e1f89;
padding:0px;
margin:10px;
}
a:link
{
	color: #0a1b8b;
	text-decoration: none;
}

a:visited
{
	color: #0A1B8B;
	text-decoration: none;
}

a:active
{
	color: #FF9;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}



/* ----------container to center the layout-------------- */
#container {
width: 900px;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
background-color: #f5f6fa;
background-image: url(img/header.gif);
background-repeat: no-repeat;
}

/* ----------banner for logo-------------- */
#banner
{
	text-align: left;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	height: 125px;
	font-size: 13px;
	font-weight: bold;
}
#banner1
{
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 120px;
	float: left;
	border-width: 0px;
	border-style: none;
}

#banner img
{
	padding: 0px;
	margin: 0px;
	height: 125px;
	border-width: 0px;
	border-style: none;
}



/* -----------------content--------------------- */
#content
{
	min-height: 400px;
	padding: 0px;
	margin-left: 170px;
	margin-right: 10px;
	background-image: url(img/bg2.gif); 
	background-repeat: no-repeat;
	background-color: #f5f6fa;
}
div#content { 
min-height:550px;
height:expression(this.scrollHeight > 550 ? "auto":"550px"); 
}





#content p
{
	padding: 10px 10px 5px 10px;
	margin: 0px;
	line-height: 15px;
}


#content h1
{
	padding: 5px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

#content h2
{
	padding: 0px 10px 0px 10px;
	margin: 20px 0px 0px 0px;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
}

#content h3
{
	padding: 0px 10px 0px 10px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: inherit;
}

#content h4
{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	font-size: 9px;
	line-height: 11px;
	font-weight: normal;
	text-transform: none;
	color: #CCC;
}

#content table
{
	margin: 0px 0px 0px 5px;
	padding: 0px;
	border-width: 0px;
	vertical-align: top;
}
#content tr
{
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-color: #8A96C6;
	border-style: solid;
	vertical-align: top;
}
#content td
{
	margin: 0px;
	padding: 5px;
	border-width: 0px;
	border-color: #8a96c6;
	border-style: solid;
	heigth: 70px;
}

#content .tablehead
{
	background-color: #8a96c6;
	font-size: 12px;
	color: #FFF;
}

#contentz
{
	padding: 0px;
	margin: 0px;
	position: relative;
	top: 40px;
	left: 40px;
	width: 700px;
	text-align: left;
}



#content ul
{
	list-style: square default;
	margin: 0;
	padding: 0px 0 0 25px;
	border: none;
}
#content li
{
	padding: 5px 0 0 0;
}


#content .date
{
	font-size: 11px;
}
#content hr
{
	border-bottom: #FF0;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

#content .foto_left { margin: 0px 10px 0px 0px; }

#content .foto_right { margin: 0px 0px 0px 10px; }
/* --------------left navi------------- */

#left
{
	width: 159px;
	float: left;
	height: 500px;
	text-align: left;
	text-transform: inherit;
	background-image: url(img/nav3.jpg);
	background-repeat: repeat-x;
	background-color: #0A1B8B;
}


#left ul
{
	list-style: none;
	margin: 0;
	padding: 20px 10px 0 10px;
	border: none;
}

		
#left li
{
	margin: 0px 0px 20px 0px;
	padding: 2px 5px 2px 5px;
	border-width: 1px;
	border-style: ridge;
	text-transform: inherit;
	background-color: #FF0;
	border-color: #878FC4;
	font-weight: bold;
}
#nav a
{
	background-color: #FF0;
	font-weight: bold;
}

#nav a:hover
{
	background-color: #FF0;
	font-weight: bold;
}





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


#footer
{
	clear: both;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	visibility: visible;
	display: block;
	border-width: 0px 0px 1px 0px;
	border-style: ridge;
	background-color: #FF0;
	border-color: #0A1B8B;
} 

