/* Global Styles */

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height:16px;
  color:#333333;
  padding:0px;		/* used to reduce padding within cells */
}
	
a {
	/*color: #0E177C;
	text-decoration:none;
	font-weight:bold;*/
	color:#000000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	/*color: #0E177C;
	text-decoration:underline;*/
	color:#0000FF;
	text-decoration:underline;
	}

#block_link {
display : block;
padding : 5px;
border : 1px solid #666;
background-color:#000000;
width : 190px;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:5px;
}

#block_link:hover {
display : block;
padding : 5px;
border : 1px solid #666;
background-color:#999999;
width : 190px;
color:#000000;
text-decoration:none;
margin:5px;
}
	

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}
	
/* Class Styles */

.frame {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.subframe {
	margin-left:auto;
	margin-right:auto;
	width:979px;						/* previous value was 965px */
	border-collapse:collapse;			/* used to set cellspacing and cellpadding */
	margin:0px;
	padding:0px;
	text-align:left;
	}

.logo {
	font:20px times new roman;			/*old: 18px	*/
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	height: 60px;
	}
	
.header {
	background-color:#FFFFFF;
	}

.header_bar {
background-color:#000033;
}

.rightGap {
	width:3px;
	}

.rightGapCol {
	width:3px;						/*this value was adjusted from 3px to 11px to fix annoying gap */
	        background-image: url(images/navGrad.gif);
	background-repeat: repeat-x;
	}

.rightGap2 {
	width:100px;
	}
	
.rightGap2Col {
	width:100px;
	        background-image: url(images/navGrad.gif);
	background-repeat: repeat-x;
	}

.generalWhite {
	background-color:#FFFFFF;
	}
	
.generalGreen {
	        background-image: url(images/navGrad.gif);
	background-repeat: repeat-x;
	}

td#navigation {
	  background-image: url(images/navGrad.gif);
	background-repeat: repeat-x;

	}

td#searchArea {
	vertical-align:top;
	background-color:#ffffff;
}

table#searchArea {
	border-collapse:collapse;			/* used to set cellspacing and cellpadding */
	margin:0px;
	padding:0px;
	width:230px;
}

table#mainContent {
	border-collapse:collapse;			/* used to set cellspacing and cellpadding */
	margin:0px;
	padding:0px;
	/*width:440px;*/
}

table#members_area {
	border-collapse:collapse;			/* used to set cellspacing and cellpadding */
	margin:0px;
	padding:0px;
}
	
table#setup_bussinessAd {
	border-collapse:collapse;			/* used to set cellspacing and cellpadding */
	margin:0px;
	padding:0px;
	width:620px;
}

/*.mainContent{
	vertical-align:top;
}*/

.additionalContent{
	vertical-align:top;
	width:140px;
	}
	
.footer{
	background-color:#000033;
	}
	
.footerLine{
	background-color:#0E177C;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	color: #5D707E;
	letter-spacing:.2em;
	line-height:38px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top:10px;						/*used to seperate text, and create a gap */
	}
	
.bodyText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:16px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.dmarquee {
background-color:#FFFFFF;
padding:5px;
font-size:16px;
font-weight:bold;
}

.colour_d_grey {
color:#999999;
}

.bigger_font {
font-size: 20px;
}

.bigger_bolder {
	font-size: 14px;
	font-weight: bold;
}
