body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
body {
	font-family:"Trebuchet MS",Verdana,"Lucida Grande",Tahoma,Helvetica,Sans-Serif;
    font-size:80%;
	width: 100%;
	background:#858484 url(bg.gif) repeat-x scroll 0 0;
	text-shadow:0 1px 3px #000000;
}
a {
	color: #0055CC;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color:#eee
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 960px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 100px;
	padding:70px 0 5px;
	border-bottom:1px solid #AAA
}
#header h1 {
	text-align:left;
	font-size:400%;
	font-weight:bold;	
	font-style:italic;
	color:#444;
	text-shadow:0 1px 3px #666;
}
#header p {
	font-size:150%;
	font-weight:bold;
	color:#FFF;
	text-shadow:0 1px 3px #000;
	font-style:italic;
}
#top-list {
    position:absolute;
    top:0;	
}
#top-list ul {
    float:left;
    margin:0 20px;
    padding:0;
}
#top-list li {
    float:left;
    list-style-type:none;
    margin:0 5px;
	padding:10px 10px 10px;
	color:#999;
}
#top-list li.current {
   background:#333333 none repeat scroll 0 0;
   border-left:1px solid #222222;
   border-right:1px solid #444444;
}
#top-list li a {
   color:#CCCCCC;
   font-size:9pt;
   font-weight:normal;
   text-decoration:none;
}
#top-list li a:hover {
   color:#F6E6B3;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 25px 270px 10px 0;
	text-shadow:none;
	color:#202020;
	line-height:15pt
}
#content img {
	border:1px solid #000;
	margin:0 20px 10px 0
}
#content em {
	float:right;
	padding:0 0 10px 0
}
#content h2 {
	font-size:130%;
	margin:0 0 5px 0;
  font-weight:bold;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
	color:#FEE56F;
	padding: 25px 0 0 0;
}
.sr h2 {
	margin:0 0 10px 0
	
}
.sr p {
	color:#CCC;
	font-size:14px;
	font-style:italic;
	text-shadow:none;  
	font-weight:bold;  
	text-transform:uppercase
}
.sr a {
	text-shadow:none	
}
.sr li {
	margin:0 0 10px 0	
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	border-top:1px solid #AAA;
	padding:20px 0 0;
	text-shadow:none;
}
#footer img {
	float:right;
}
#footer a {
	color: #555;
}
#footer a:hover {
	color: #eee;
	text-decoration:underline
}
