/*
STYLE SHEET
BROWSER: Mozilla Firefox
VERSION: 1.0
AUTHOR: Shaun J. Farrell (farrelley web design)
DATE: Sunday, January 22, 2006
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Trebuchet, serif;
	font-size: 17px;
	line-height: 130%;
	color: #000000;
}
	
p, h3 { margin:0; }

h2 {
	font-family: Trebuchet, serif;
	margin-top:0px;
	font-size: 18px;
	color: Purple;
	text-align: left;
	margin-bottom:10px;
}
	
#wrap {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}
	
#masthead {
	margin-top:10px;
	padding:10px;
	padding-bottom:30px;
	text-align:center;
}
	
#content {
	padding-left:10px;
	padding-right:10px;
	margin-left:160px;
}

#content img {
	padding:3px;
}

#sidebar {
	float:left;
	width:130px;
	margin:0;
	margin-right:0;
	padding:10px;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: Trebuchet;
	font-size:20px;
	font-weight:bold;
}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer a {
	display: block;
	width:120px;
	background-image: url(../images/star_blue.gif);
	background-repeat: no-repeat;
	padding-left:20px;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #000;
	background-image: url(../images/star_purple.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

#active a:link, #active a:visited, #active a:hover {
	background-image: url(../images/star_purple.gif);
	background-repeat:no-repeat;
	color: #000;
}

.informationBoxTop {
	border:1px solid #319C00;
	background-image: url(../images/light_dark_Green.gif); 
	padding:3px;
	font-weight:bold;
}

.informationBox {
	border-left:1px solid #319C00;
	border-right:1px solid #319C00;
	border-bottom:1px solid #319C00;
	background-image: url(../images/light_light_Green.gif); 
	padding:3px;
}

.imgbdr {
	text-align:left;
	padding:3px;
	border:1px solid #CCC;
}


table {
	color: #000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
		
caption {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin-bottom:10px;
}
		
td {
	margin: 0;
	vertical-align:top;
	text-align: left;
}


th {
	font-weight: normal;
}


thead tr th {
	background-image: url(../images/light_dark_Green.gif);
	color: #000;
	font-weight: bold;
	height:20px;
	padding:3px;
}

table {
	
}


tbody {

}

tbody td {
	padding:4px;
}

tbody tr.odd {
	background-image: url(../images/light_light_Green.gif);
}

tr:hover td, tr:hover td a, tr:hover th a {
	color: #000;
}