﻿/*------NSYMCA CSS-----*/
body	{
 margin:0;
 padding:0;
 font-family: Arial, Helvetica, sans-serif;
 text-align: center;
 background-color: #CCCCCC;
}

  /* redundant selectors to help NS4 not forget */
p, div, ul, ol  {
 font-family: Arial, Helvetica, sans-serif;
 font-size : 12px;
 line-height: 16px;
 margin-top: 0; 
 padding: 0;
	color: #000000;
}

ul, ol {
 font-family: Arial, Helvetica, sans-serif;
 margin-bottom: 0;
 padding-bottom: 15px;
}

ul {
margin-left: 25px;
   }

li {
 line-height: 20px;
}

a:link{
	color: #993333;
	text-decoration: underline;
	background-color: transparent;
	}
a:visited{
	color: #CC9999;
	text-decoration: underline;
	}
a:hover{
	color: #666666;
	text-decoration: underline;
	}
a:active{
	color: #993333;
	text-decoration: underline;
	}

h1, h2, h3 {
	padding-bottom: 0;
}	

h1 {
 font-size: 18px; 
 color: #993333; 
 margin: 0;
 padding: 0 0 3px 0;
}

h2 {  
 font-size: 15px; 
 color: #666666; 
 padding: 0;
 margin: 0 0 3px 0;
}	

h3 {  
 font-size: 13px; 
 color: #666666; 
 padding: 0;
 margin: 0 0 0 0;
}	

#advert h1 {color: #993333;font-size: 14px;}
#advert h1.topborder {color: #993333;font-size: 14px;border-top: 1px solid #ccc;padding-top:10px;}

table.rates {
width: 96%;
padding: 0;
border: 1px solid #cccccc;
}

th {
font-size: 12px;
font-weight: normal;
text-align: left;
padding: 3px;
margin: 0;
border-width: 0 0 1px 0;
border-color: #cccccc;
border-style: solid;
}

th.toprow {
margin: 0;
background-color: #cccccc;
}

th.highlightdata {background-color:#666; color: #fff;}

td.ratedata {
font-size: 12px;
text-align: left;
padding: 3px;
border-width: 0 0 1px 1px;
border-color: #cccccc;
border-style: solid;
}
	
/* Tab Style */
#header {
  float:left;
  width:100%;
  background:url("../images/bg.gif") repeat-x bottom;
  font-size:11px;
  line-height:normal;
}
#header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}
#header li {
  float:left;
  background:url("../images/tab_off_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}
#header a {
  float:left;
  display:block;
  background:url("../images/tab_off_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}
#header a:hover {
  float:left;
  display:block;
  background:url("../images/tab_off_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#FFFFFF;
}
/* Hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */

#header #current {
  background-image:url("../images/tab_on_left.gif");
}
#header #current a{
  background-image:url("../images/tab_on_right.gif");
  color:#FFFFFF;
  padding-bottom:5px;
}
#header #current a:hover{
  background-image:url("../images/tab_on_right.gif");
  color:#FFFFFF;
  padding-bottom:5px;
}

/* End Tab Style */

/* Page Style */
#main{
  margin: 0 auto;
  width: 640px;
  text-align: left;
  background-color: #fff;
  background: url(../images/main_back.gif) repeat-y;
  border-bottom: 1px solid #993333;
}	

#content {
width: 380px;
float: left;
}

#maininfo{
	width: 200px;
	font-weight: normal;
	float: right;
	padding: 0 0 5px 0;
}

#maininfo p{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	margin: 2px 0 2px 0;
}

#newsletterform {
	width: 180px;
	padding: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#callout {
 width: 180px;
 padding: 10px;
 background-color: #ffc;
 border: 1px solid #ccc;
}

#callout p {
 text-align: center;
}

#advert {
	width: 200px;
	padding:0;
	float: right;
}

#advert p {
	margin: 0 5px 5px 10px;
}

#advert h2 {
	margin: 10px 5px 0 10px;
}

#advert li {
	margin: 0 5px 0 10px;
}

#footer{
  text-align: center;
  font-size: 11px;
  line-height: 16px;
  padding: 25px 0 10px 0;
}

.footerrule{
 color: #993333; 
}
/* End Page Style */