html {
	height:100%; 
	max-height:100%; 
	padding:0;margin:0;border:0; 
	background:#fff; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
	overflow: hidden; 
/* */ 
}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; margin:0; border:0;
	background-color: #C0C0C0; 
}

#container {
	overflow:auto; 
	position:absolute; 
	z-index:3; 
	top:60px; bottom:30px; left:200px; right:0; 
 	background-color: #FFFFFF;
}

* html #container {
	top:0; left:0; right:0; bottom:0; height:100%; max-height:100%; width:100%; 
	overflow:auto; position:absolute; z-index:3; 
	border-top:60px solid #fff; border-bottom:30px solid #fff; border-left:200px solid #fff;
	background-color: #FFFFFF; 
}

#content {
	padding:20px;
	width:760px;
	background-color:#FFFFFF;
	height:100%;
	max-height:100%; 
}

#head {
	position:absolute; margin:0; top:0; left:0; display:block; 
	width:100%; height:60px; 
	background-color:#FFFFFF; z-index:5; overflow:hidden; 
}
#header {
	width:1000px;
	background:url(../images/logo.jpg) repeat-x left top;
	height:60px;
}


#foot {
	position:absolute; 
	margin:0; bottom:0; left:0; 
	display:block; width:100%; height:30px; font-size:1em; z-index:5; overflow:hidden;
	background-color:#EEEEEE;

}
#footer {
	color:#fff;
	text-align:center;
	width:1000px;
	background:url(../images/footer_background.jpg) repeat-x left top;
	padding-top:7px;
	height:22px;
}


#left {
	position:absolute; 
	left:0; top:60px; bottom:30px; width:200px; 
	z-index:4; overflow:auto; 
	background-color:#FFFFFF;
}

* html #left {
	height:100%; 
	top:0; bottom:0; 
	border-top:60px solid #fff; border-bottom:30px solid #fff; 
	background-color:#FFFFFF;
}


#navigation ul ,#navigation li{
	list-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


.menu-level1 a {
	display:block;
	text-align:center;
	background-color:#AB1F1C; 
	height:20px;
	text-decoration: none;
	font-family: Verdana,'Times New Roman';
	font-size:14px;	
	padding:5px;
	color: #FFFFFF;
	font-style:italic;
}


.menu-level1 a:hover {
	text-align:center;
	color: #FFFFFF;
	background:#AB1F1C url(../images/footer_background.jpg) repeat-x left top;
	font-family: Verdana,'Times New Roman';
	font-size:14px;	
	height:20px;
	padding:5px;
	font-style:italic;
}


.menu-level1-act a {
	text-align:center;
	background:#AB1F1C url(../images/footer_background.jpg) repeat-x left top;
	display:block;
	height:20px;
	text-decoration: none;
	color: #FFFFFF;
	padding:5px;
	font-family: Verdana,'Times New Roman';
	font-size:14px;	
	font-style:italic;
}

td {
	vertical-align:top;
	font-size:12px;
}

.small {
   font-size:12px;
}

h1 {
	font-size:15px;
	padding-bottom:10px;
	color: #AB1F1C;
	text-transform:uppercase;
	font-weight: bold;
	text-align:center;
	
}

h2 {
    	font-size:12px;
     	font-weight:bold;
	color: #AB1F1C;
	padding-left:10px;
	padding-bottom:5px;
} 

h6 {
	text-decoration: underline;
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:normal;
}


a {
	color:#AB1F1C;
	text-decoration:none;
}

