@charset "iso-8859-9";
.text {
	font-family: verdana;
	font-size: 9pt;
}
      .left_menu {
        background-image: url(left_menu.jpg);
        background-repeat:repeat-y;
      }
  

.outer_border {
	border-top-width: 1px;
	border-right-width: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFD102;
	border-right-color: #FFD102;
	border-bottom-color: #FFD102;
	border-left-color: #FFD102;
}

body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
text-align: center;
}

.container {
position: relative;
text-align: left;
width:900px;
margin-right: auto;
margin-left: auto;
border: 1px solid #B4E4E4;
}

.left {
	float: left;
	height: 500px;
	width: 180px;
	text-align:center;
}
.content {
	padding:0;
	text-align:left;
	min-height:400px;
}
* html .content {
	
	height:400px;
}
img {
margin:0;
padding:0;
}

#footer {
clear: both;
font-size: 80%;
padding-top: 1em;
text-align: right;
color: #999;
background-color: transparent;
}

#navigation {
	width: 180px;
	text-align:left;
	margin-left: 5px;
}
#navigation ul { list-style: none; margin: 0; padding: 0;
border-top: 1px solid #333;} 
#navigation li {
	border-bottom: 1px solid #333;
}
 #navigation li a:link, #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid;
	border-right: 1px solid;
	background-color: #DFDFDF;
	color: #010101;
	font-weight:bold;
	text-decoration: none;
	border-color: #333;
}

#navigation li a:hover {
	background-color: #FF9;
	color:#666;
}
.head {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #EBB201;
	border-right: 1px solid #EBB201;
	background-color: #EBB201;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.other {
	color:#C60;
}
.style7 {color: #DC7401}

.header {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11pt;
	font-weight:100;
	color:#F60;
	text-align:center;
	padding-top:10px;
}