
body {
	margin: 0px 0;
	padding: 0;
	background-image:url('../images/background.png');
	color: black;
	line-height: 1.4em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 0.75em;
    font-family: Trebuchet MS, Helvetica;
    background-repeat:repeat-x;
}


.content {
	color: black;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	
}
.content2 {
	color: black;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	
}

.content h2 
{
    color: black;
	font-size:medium;   
    text-decoration:none; 
    }

#top {
	
	padding: 0;
	margin: 0;
	height: 60px;
	}
#title {
  position: relative;
/*  z-index: 3;*/
  /*top: 5px;*/
/*  left: 130px;*/
	float: left;
  padding-top: 5px;
  padding-left: 35px;
/*  text-align: right;*/
}

#title h1
{
	font: normal small-caps 900 30px Trebuchet MS, Helvetica;
}

#title h2{
background-image: url('../images/h2title.gif');
	
}

#header .topright { 
	float: right;
	padding: 0px 25px 0 0;
	font-size: 1em;
    margin-left: 0px;
    
}

#header .topleft { 
	float:left;
	padding: 0px 0px 0 0;
}

#top .middle {
    text-align:left;
    vertical-align:middle;
    font-size:80px;
    color:#cc6600;
    
}


#top img { 
	border-style: none;
    border-color: inherit;
    border-width: medium;
    height: 78px;
    width: 75px;
}


#header { 
	margin: 0; 
	width: 1000px; 
	background: url('../images/header.png') no-repeat;  
	height: 200px; 
	
}


#header .headings {	
	padding: 25px 0 0 0px; 
}

#header h1 {
	font: 29px small-caps Trebuchet MS, Helvetica;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0 130px;
}

#header h2 {
	font: 16px Trebuchet MS, Helvetica;
	background-image: none;
	color: #000;
	margin: 0;
	padding: 2px 0 0 180px;
}

/*-----------------------------------------------------------------------*/

#menu {
	height: 30px;
	padding: 0 10px;
	background-color: #000000;
	font-size: 16px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	letter-spacing: 1px;
	display: inline;
}
#menu ul li a {
	padding: 6px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#menu a:link#current, #menu a:visited#current, #menu a:hover {
	background-color: #cc6600;
}

#menu ul li a:hover {
	
	background-color: #cc6600;
}
#menu .pressed {
	padding: 6px 10px;
	background-color: #000000;
	float: left;
	color: #cc6600;
}



.article {
padding-bottom: 20px;
	
}

#main
{
  
  margin-left:200;
  margin-right:200;
  
}
#main p
{
  margin-left:10px;
  margin-right:10px;
  color:black;
}

#main h1 { 
	margin:10px 10px 10px 10px;
    color: #FFCC00; 
	font: bold 29px Trebuchet MS, Helvetica;
	letter-spacing: -1px;
}

#main h2 
{
    margin-left:10px;
    color: #cc6600;
    font-size:medium;   
    text-decoration:none; 
    }
#main h2 a
{
    color: #cc6600;
    font-size:medium;   
    text-decoration:none; 
}
#main h3 
{
    margin-left:10px;
    color: #cc6600;
    font-size:small;   
    text-decoration:none; 
    }

#main h3 a
{
    margin-left:10px;
    color: #cc6600;
    font-size:small;   
    text-decoration:none; 
    }



#main .box  {	
	background: #efefef; 
	padding: 5px; 
	border: 1px solid #ccc;
}

#main .right ul { 
	margin: 5px 0 5px 0; 
	padding : 0; 
	list-style : none; 
	border-bottom: 0px solid #eee; 
	list-style-type: square;
	color: #a90000;
}
	
#main .right li { 
	margin: 0 0 2px 2px;
	padding: 0 0 0 0px;
	color: #555555;
	list-style : none; 
}

#main .right  .text {
	margin: 0 0 20px 2px;
	padding: 0 0 0 0px;
	color: #808080;
}

#rightcontent 
{
    float:right;
    width:150px;
}

.img_left {
	padding: 0 0px 0px 0;
	margin: 12px;
	float: left;
	border: 1px solid #3A3A3A;
}

.img_right {
	border: 1px solid #3A3A3A;
	padding: 0 0 0px 00px;
	float: right;
	margin: 12px;
}

#main .img
{
	border: 2px solid #FFCC00;
	float:right;
	padding: 1px 2px;
	margin-right:2px;
	}

#highlight {
	float: left;
	width: 250px;
	background-color: #F5DEC5;
	border: 1px solid #B5600D;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 8px;
}

#footer {
	clear: both;
	height: 15px;
	background: url('../images/footerbg.gif') repeat-x left bottom;
	color: #000000;
	font: 90% Trebuchet MS, Helvetica;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	text-align: right;
	border-bottom: 2px solid White;
}

#footer .info { 
	padding: 20px 0px 0px 5px;
	color:#cc6600;
}

#footer a {
	color: white;
    text-decoration:none;
}

.comments { 
	background: url('../images/comments.gif') no-repeat right bottom;
	text-align: right; 
	margin: 0px 20px 10px 0px; 
	padding: 0px 20px; 
}

p { 
	margin: 0 0 5px 0; 
	padding: 0; 
	color: #808080; 
}

a {
	color: #cc6600;
}

p a {
	text-decoration:none;
	color: #cc6600;
}

a:hover { 
	color: #ffcc00;
	text-decoration:none; 
}

a img {
	text-decoration:none;
    border-style:none;
}

h1 { 
	padding:0; 
	margin:0; 
	color: #f56d09; 
	font: bold 29px Trebuchet MS, Helvetica;
	letter-spacing: -1px;
}

h1 a { 
	color: #4fb6e5;
}

h2 {
	color: #cc6600;
	font-size: 22px;
	font-weight: bold;
	margin: 12px 0 5px 0px;
	padding: 0 0 0 20px;
	font: small-caps bold 23px Helvetica,Arial,sans-serif;
}

h2 a { 
   text-decoration:none;
	color: #cc6600; 
}

h2 a:hover { 
	text-decoration:none;
	color: #4e92e6; 
	text-decoration:none; 
 }
blockquote {
	margin: 20px;
	padding: 8px;
	background: #F1E3D3;
	border-top: 1px solid #974406;
	border-bottom: 1px solid #974406;
	border-left: 1px dotted #974406;
	border-right: 1px dotted #974406;
}
th {
    text-align:left;
    font-size: 16px;
	font-weight: bold;
    vertical-align:top;
    color:#FFCC00;
	}
    
