* {
	margin: 0;
	padding: 0;
}

body {
background: #333 url(images/back.gif) repeat;
text-align: center;
font: normal 13px/18px Arial, Helvetica, sans-serif;
color: #333;
padding-top: 10px;
}

.sidebar {
	font: bold 11px/18px Arial, Helvetica, sans-serif;
	color: #333;
	}
	
.date {
	font: bold 13px/18px Arial, Helvetica, sans-serif;
	color: #333;
	}	

a {
color: #0000FF;
text-decoration: none;
}

a:visited {
text-decoration: underline;
}

a:hover {
color: #000;
}

#header {
width: 880px;
height: 225px;
background: #000 url(images/header_2011.jpg) no-repeat;
background-position: top right;
}

#wrapper {
width: 880px;
background: #fff url(images/sidebar.gif) repeat-y;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
text-align: left;
}

h1 {
width: 140px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px Arial, Helvetica, sans-serif;
padding-left: 10px;
color: #fff;
cursor: default;
}

.h1 {
width: 120px;
height: 30px;
background-color: #333;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px Arial, Helvetica, sans-serif;
padding-left: 10px;
color: #FF0000;
cursor: default;
}

h2 {
width: 719px;
height: 30px;
background-color: #333;
float: left;
font: bold 16px/30px Arial, Helvetica, sans-serif;
padding-left: 10px;
color: #fff;
margin-top: 1px;
cursor: default;
}

.headline {
	width: 100%;
	height: 25px;
	background-color: #333;
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-top: 5px;
	color: #fff;
	margin-top: 1px;
	cursor: default;
}

h3 {
height: 30px;
float: left;
font: bold 16px/30px Arial, Helvetica, sans-serif;
padding-left: 00px;
color: #ff0000;
margin-top: 1px;
cursor: default;
}

#nav {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;
height: 225px;
width: 150px;
}

#nav li a {
color: #fff;
font: bold 11px/24px Arial, Helvetica, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 10px;
text-decoration: none;
}

#nav li a:hover {
background-color: #ff0000;
}

#nav2 {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;

width: 127px;
}

#nav2 li a {
color: #fff;
font: bold 11px/24px Arial, Helvetica, sans-serif;
display: block;
width: 127px;
height: 24px;
background-color: #000;
border-bottom: 1px solid #fff;
padding-left: 5px;
text-decoration: none;
}

#nav2 li a:hover {
background-color: #ff0000;
}


#nav3 {
list-style: none;
z-index: 2;
border-right: 1px solid #fff;

width: 127px;
}

#nav3 li a {
color: #ffffff;
font: bold 11px/24px Arial, Helvetica, sans-serif;
display: block;
width: 127px;
height: 24px;
background-color: #FF0000;
border-bottom: 1px solid #fff;
padding-left: 5px;
text-decoration: none;
}

#nav3 li a:hover {
background-color: #000000;
color: #ffffff;
}



#current a {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #ccc;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid #fff;
font: normal 10px/18px verdana, arial, tahoma, sans-serif;
padding: 8px;
}

img {
	border: none;
	padding: 0px;
}

a img {
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #f00;
}



#content {
float: left;
width: 650px;
margin: 10px 0 0 10px;
}

p {
	margin-bottom: 20px;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}



#footer {
text-align: center;
clear: both;
width: 880px;

}

blockquote {
	background-color:#FFFFCC;
	border-color:#FFCC00;
	border:dashed;
	border-width: 2px;
	padding: 8px;
	width: 400px;
	position: inherit;
	}
	
.blockquote2 {
	background-color:#FFFFCC;
	border-color:#FFCC00;
	border:dashed;
	border-width: 2px;
	padding: 8px;
	width: 600px;
	position: inherit;
	}
	
.blockquote3 {
	background-color:#FFFFCC;
	border-color:#FFCC00;
	border:dashed;
	border-width: 1px;
	font-size:11px;
	padding: 8px;
	width: 630px;
	text-align: left;
	}
	
.blockquote-li {list-style-image:url(images/redarrow.jpg);
	list-style-position:inside;
}
	
td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	}
	
.warning {
	font: italic 11px/18px Arial, Helvetica, sans-serif;
	color: #ff0000;
	}

