body {
	background: #777777;
	margin: 0;
	padding: 0;
	font-size: x-small;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	color: #444444;
}

/*
TYPOGRAPHY
-------------------------------------------------------------------------- */

p {
     margin: 0 0 10px 0;
}

#left p {
	font-size: medium;
	line-height: 1.6em;
	color: #444444;
    text-align: left;
}
     
#right p {
	font-size: small;
	line-height: normal;
	color: #444444;
}

#footer_top p {
     font-size: 1em;
     line-height: 1.6em;
     text-align: center;
     color: #C6D5DB;
}

h1, h2, h3, h4, h5, h6 { 
     margin: 0  0 .6em 0;
     color: #444444;
     font-family: verdana, arial, sans-serif;
     letter-spacing: -.05em;
     line-height: 1.1em;     
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.7em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.4em; letter-spacing: 0; }
h6 { font-size: 1.3em; letter-spacing: 0;}	

#logo h1 {
     margin: 0;
     font-size: 2.4em;
     letter-spacing: -.05em;
     line-height: 1.2em;
     color: #FFFFFF;
     background: transparent;
}

#logo h2 {
      margin: 0;
      font-size: 1em;
      letter-spacing: .05em;
      line-height: 1.4em;
      font-weight: normal;
      color: #C6D5DB;
      background: transparent;
}

/*
HYPERLINKS
-------------------------------------------------------------------------- */

a:link {
	color: #0000FF;
	text-decoration: none;
}   
a:visited {
	color: #0000FF;
	text-decoration: none;
}  
a:hover {
	color: #0000FF;
	text-decoration: underline;
}  
a:active {
	color: #0000FF;
	text-decoration: none;
}  

#logo a:link {color: #FFFFFF; text-decoration: none;}   
#logo a:visited {color: #FFFFFF; text-decoration: none;}  
#logo a:hover {color: #FFFFFF; text-decoration: underline;}  
#logo a:active {color: #FFFFFF; text-decoration: none;} 

#footer_top a:link {color: #FFFFFF; text-decoration: none; background: transparent;}   
#footer_top a:visited {color: #FFFFFF; text-decoration: none; background: transparent;}  
#footer_top a:hover {color: #FFFFFF; text-decoration: underline; background: transparent;}  
#footer_top a:active {color: #FFFFFF; text-decoration: none; background: transparent;}  

#menu a:link {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
     background: transparent;
}   

#menu a:visited {
     color: #FFFFFF; 
     text-decoration: none;
     padding: 10px;
     margin:1px;
     background: transparent;     
}  

#menu a:hover {
     color: #111111; 
     text-decoration: none; 
     background-color: #FFFFFF;
     padding: 10px;
     margin:0;
     border:1px solid #111111;
}  

#menu  a:active { 
     text-decoration: none;
}  


/*
BULLETED LISTS
-------------------------------------------------------------------------- */

#menu_list {
     padding: 0;
     margin: 0;
     text-align: left;
}

#menu_list li
{
     text-align: left;
     font-size: 1.2em;
     font-weight: bold;
     display: inline;
     list-style-type: none;
     padding: 0 0 0 0;
     margin: 0;
}

#content ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: small;
	line-height: 1.6em;
	margin: 0 0 1.4em 0;
}

#content li  {
     padding-left: 12px;
     margin-bottom: .2em;
     background-image: url(arrow.gif);
     background-repeat: no-repeat;
     background-position: 0 .4em;
}


/*
PAGE STRUCTURE
-------------------------------------------------------------------------- */

#wrapper {
     width: 600px;
     margin: 0 auto;
     padding: 0;
     text-align: left;
}

#top {
     height: 15px;
     background: url(top.jpg) bottom left no-repeat;
}

#header {
     padding-top: 40px;
     height: 120px;
     background: url(header.jpg) top left no-repeat;
}

#logo {
     width: 330px;
     height: 90px;
     margin: 0 0 0 45px;
} 

#menu {
     background: url(menu.jpg) top left repeat-y;
}

#menu_bar {
     border-top:1px solid #5DC75D;
     border-bottom: 1px solid #013E01;
     background: url(menu_fade.jpg) top left repeat-x;
     margin: 0 19px;
     padding: 15px 5px;
}

#content {
     background: url(content.jpg) top left repeat-y;
}

#content_wrapper {
     margin: 0 21px;
}

#breadcrumb {
     background: url(content.jpg) top left repeat-y;
}

#breadcrumb_wrapper {
     padding: 20px 0 20px 0;
     margin: 0 35px;
     border-bottom: 1px solid #cccccc;
}

#left {
     float:left;
     width: 291px;
     margin: 0 0 0 15px;
     padding: 0;
}

#right {
     float: right;
     width: 160px;
     margin: 0 15px 0 0;
     padding: 0;
}

#footer_top {
     background: url(footer_top.jpg) top left repeat-y;
}

#footer_wrapper {
     padding: 30px 0 5px 0;
     margin: 0 40px;
}

#footer_bottom {
     height: 20px;
     background: url(footer_bottom.jpg) top left no-repeat;
}

#bottom {
     height: 15px;
     background: url(bottom.jpg) top left no-repeat;
}


/*
OTHER
-------------------------------------------------------------------------- */

.spacer { clear:both;  height: 15px;}

.float_right {
     float: right;
     margin: 5px 0 10px 10px;
     border: 0;
}

.float_left {
     float: left;
     margin: 5px 10px 10px 0;
     border: 0;
}

/* sNews	
-------------------------------------------------------------------------- */


.searchfield {
     width: 152px;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
     text-align: center;
     padding: 4px 2px;
}

.searchbutton {
     width: 160px;
     font-family: verdana, arial, sans-serif;
     font-size: 1em;
}

fieldset { 
     border: 1px solid #E4DF94; 
     padding: 10px 8px; 
     margin: 0 0 8px 0; 
     background: #FFFBC0; 
     color: #000; 
}

input { padding: 2px; }
textarea { width: 97%; height: 20em; padding: 3px; }

.comment { 
     background: #F5F6F6; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
     border-top: 1px solid #ccc; 
}

.commentsbox { 
     background: #f4f4f4; 
     color: #666666; 
     padding: 10px; 
     margin: 0 0 10px 0; 
}

.date { 
     border-top: 1px solid #eee; 
     margin: 0 0 20px 0; 
     clear: both;
}

