/* overrides default settings */

* {
	margin: 0;
	padding: 0;
	background: #fff;
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #666;
}

img {
	border: 0;
}

/* sets a margin between the chrome and the layout table */

body {
	padding: 15px 10px;
	background: url(contentTile.gif) repeat-x 0 -6px;
	text-align:center;
	}

/* controls the master page layout, using tables */


table {
	width: 820px;
	border-collapse: collapse;
	margin-left:auto; 
	margin-right:auto;
	text-align: left;
	}

table td {
	border: 2px solid #fff;
	padding: 7px;
	vertical-align: top;
	background: url(contentTile.gif) repeat-x;
}

table td h1 {
	font-size: 16px;
	margin: 16px 5px;
	color: #0276B3;
	font-weight: normal;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #C7C7C7;
}

table td h3 {
	font-size: 20px;
	margin: 16px 5px;
	color: blur;
	font-weight: bold;
	padding: 0 0 10px 0;
}

table td p {
	font-size: 90%;
	color: #333;
	margin: 15px 5px;
}

table td p.hilight {
	font-size: 120%;
	color: #333;
	margin: 15px 5px;
	background: #66ccff;
	padding: 5px;
	font-weight: bold;
}

table td .contentImage {
	border: 1px solid #C7C7C7;
	margin: 0 0 10px 5px;
	padding: 4px;
	float: right;
}

table td .contentImage1 {
	border: 1px solid #C7C7C7;
	margin: 0 0 10px 5px;
	padding: 4px;
}

table td .contentImage3 {
	margin: 0 0 10px 5px;
	padding: 4px;
	float: left;
}



table .headerCell {
	background: transparent;
	font-size: 90%;
	color: #bbb;
	text-align: center;	
}

table .headerCell2 {
	background: transparent;
	font-size: 17px;
	color: #3399cc;
		}

table .headerCell2a {
	background: transparent;
	font-size: 18px;
	color: #3399cc;
	font-style: italic;
	}

table .headerCell a {
	background: transparent;
	color: #016EAC;
	font-size: 90%;
}

table .headerCell a:hover {
	background: transparent;
	font-size: 90%;
	color: #35A3E2;
}

table .tNav {
	border: 1px solid #fff;
	background: #42A401 url(tNavTile.gif) repeat-x;
	font-size: 90%;
	padding: 12px 9px;
	color: #42A401;
}

table .tNav a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

table .tNav a.new {
	background: transparent;
	color: #CCFF66;
	text-decoration: none;
	font-weight:bold;
}

table .tNav a:hover {
	color: #fff;
	text-decoration: underline;
}

table .lNav {
	border: 2px solid #fff;
	width: 155px;
	background: #006699;
}

table .lNav ul {
	list-style: none;
}

table .lNav ul li {
	font-size: 10px;
	padding: 7px 3px;
	background: #006699;
	color: #fff;
	border-bottom: 1px solid #5F92A3;
}

table .lNav ul a.golf {
	background: transparent;
	color: #006600;
	text-decoration: none;
	font-weight: bold;
}

table .lNav ul li a {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

table .lNav ul li a:hover {
	background: transparent;
	color: #fff;
	text-decoration: underline;
}

table .lNavTitle {
	border: 2px solid #fff;
	width: 155px;
	background: #7CAEC5 url(lNavTile.gif) repeat-x;
	color: #fff;
	padding: 12px 9px;
}

table .rInfo {
	border: 2px solid #fff;
	width: 225px;
	background: #E0EEE0     ;
	padding: 0;
}

table .rInfo h1 {
	background: #E0EEE0  url(rInfoTile.gif) repeat-x;
	padding: 7px;
	margin: 0;
	font-size: 11px;
	color: #fff;
}


table .rInfo h1.golf {
	background: #E0EEE0 url(rInfoTile.gif) repeat-x;
	padding: 7px;
	margin: 0;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	text-align: center;
}

table .rInfo h2 {
	margin: 4px 0 0 0;
	padding: 5px 10px;
	font-size: 10px;
	background: #E0EEE0     ;
	color: #333;
	font-weight: bold;
	}

table .rInfo p {
	margin: 4px 0 0 0;
	padding: 5px 10px;
	font-size: 10px;
	background: #E0EEE0     ;
	color: #333;
}

table .rInfo p.quote {
	margin: 4px 0 0 0;
	padding: 5px 10px;
	font-size: 11px;
	background: #F9F3D3;
	color: #333;
	font-style: oblique;
	font-weight: bold;
}


table .rInfo a {
	color: blue;
	background: transparent;
	font-size: 10px;
}

table .footer {
	padding: 15px 10px;
	font-size: 10px;
	background: #fff;
	color: #666;
}



table .cnav ul {
	list-style: disc;
	margin-top:0; 
	margin-bottom:0; 
	list-style-position:outside;
	font-size: 90%;
	color: #333;
	margin: 15px 5px;
}

table .cnav ul li {
	font-size: 11px;
	background: transparent;
	color: #333;
	margin: 15px 20px;
	}



/* controls the form elements on the page */

form {
}

fieldset {
	padding: 7px;
	margin: 0;
	border-top: 0;
	border: solid 1px #ccc;
}

form p {
	line-height: 16px;
	margin-bottom: 15px;
	font-size: 6px;
}

textarea {
	width: 300px;
	height: 130px
}

a.submenu:link 	{ 
	text-decoration:none; 
	color: #99cc33; 
	font-family: verdana, arial, sans-serif; 
	font-size: 11px;
	background: #006699;
	margin-left: 10%;
}

a.submenu:visited 	{ 
	text-decoration:none; 
	color: #000000; 
	font-family: Verdana, Arial,sans-serif; 
	font-size:11px;
	background: #006699;
	margin-left: 10%;
}
a.submenu:hover 	{ 
	text-decoration: none; 
	color: #ffffff; 
	font-family: Verdana, Arial, sans-serif; 
	font-size: 11px;
	background: #006699; 
	margin-left: 10%;
}

a.submenu:active 	{ 
	text-decoration:none; 
	color: #000000; 
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px;
	background: #006699;
	margin-left: 10%; 
}

ul.submenus {
	background: #006699;	
}

table.list {
	width: 400px;
	text-align: left;
	}

table.list td {
	border: 1px solid black;
	padding: 6px;
	vertical-align: top;
	background: transparent;
	
	}

table td.title {
	border: 1px solid black;
	padding: 6px;
	vertical-align: top;
	background: transparent;
	font-weight: bold;
	text-align: center;	
	font-size: 13px;
	color:#3399cc;
		}
