body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000;
}

body * {
	margin: 0;
	padding: 0;
}

#container {

}

#bannerSWF {
	display: none;
}
#bannerPhoto{
	display: none;
}
#bannerLogo {
	display: none;
}
#logoPrint {
	display: block;
	margin-bottom: 10px;
}

#leftCol, #leftColHome {
	width: 69%;
	float: left;
}
#leftColHome img {
	display: none;
}

#rightCol {
	width: 29%;
	float: right;
}

#rightCol div#newsBox {
	border: 1px dashed #999;
	padding: 10px 10px 4px 10px;
	margin-bottom: 15px;
}
#rightCol div#newsBox h2 {
	font-size: 1.2em;
	border-bottom: 0;
}
#rightCol div#newsBox p {
	font-size: 1em;
	line-height: 1.3em;
}

#rightCol div#photoBox, #rightCol div#newsPhoto {
	display: none;
}

#rightCol div#stripLine {
	border: 1px solid #999;
	padding: 8px 10px;
	margin-bottom: 15px;
}
#rightCol div#stripLine p {
	font-size: 0.6em;
	padding: 0;
}

#rightCol div#baseContent {
	border: 1px dashed #999;
	padding: 10px 10px 10px 10px;
}
#rightCol div#baseContent div#relevant {
	display: none;
}
#rightCol div#baseContent ul {
	margin-left: 18px;
}
#rightCol div#baseContent p#print {
	padding-bottom: 0;
}

/* footer */

#footer {
	clear: both;
	padding: 10px 0 0 0;
}
#footer div#logo {
	width: 130px;
	float: left;
}
#footer div#details {
	float: left;
	margin: 30px 0 0 0;
	border-top: 1px solid #666666;
	padding: 16px 0 0 0;
}
#footer div#details img#fsb {
	float: right;
	margin: 0 0 0 30px;
}
#footer div#details ul {
	display: none;
}

#footer div#details p {
	clear: left;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 0;
}


#footer div#details ul li#copyright a {
	border-left: 0;
}
#footer div#details ul li#top {
	display: none;
}

/* other styles */

html>body .clear {
	height: 1px;
	display: block;
}

/* form styling */

form {
	margin: 0 0 16px 0;
	padding: 0;
}

input.text, select, textarea {
	width: 130px;
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #A7A7A7;
}
input.button, .formLine input.button {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 70px;	
}
input.buttonSmall {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 26px;
	margin: 0 0 -1px 0;	
}
input.buttonLarge {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #333333;
	width: 210px;
}
label {
	width: 240px;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #000;
}
.formLine {
	height: 24px;
	clear: both;
}
.formLineLarge {
	height: 90px;
	clear: both;
}
.formLine label, .formLineLarge label {
	float: left;
}
.formLine input {
	float: left;
	width: 220px;
}
textarea {
	width: 390px;
	margin: 10px 0;
}
.formLineLarge textarea {
	float: left;
	width: 220px;
	height: 65px;
}
.codeImages {
	padding: 0 0 7px 240px;
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #000;
}

/* news styles */

h2.newsTitle {
	font-size: 0.7em;
	border-bottom: 0;
	padding-bottom:4px;
	margin-bottom: 0;
}
p.newsStory {
	padding-top: 0;
	margin-top: 0;
	line-height: 1.3em;
	padding-bottom: 2px;
}
p.info {
/*	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;			*/
	margin-bottom: 18px;
	display: block;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
	font-size: 0.6em;
}
p.info a {
	background-image: url(../images/but_next.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
}
p.newsBase {
	font-weight: bold;
	padding-top: 6px;
	border-top: 1px solid #CCCCCC;
	color: #214B7D;
}

p.error {
	color: #FF0000;
}

div.searchnav {
	font: bold 0.65em Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #A4A4A4;
	padding: 4px 0 6px 0;
	color: #666666;
	margin-bottom: 15px;
}
div.searchnav a {
/*	color: #206E2E;			*/
}
.photoFeat {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}

#newsTicker {
	display: none;
}

#staffTable td {
	padding: 6px;
}
#staffTable td.black {
	color: #000;
}
#staffTable th {
	text-align: left;
	color: #000;
	padding: 6px;
	font-weight: bold;
}

#frm_search {
	display: none;
}
#menuPopup {
	display: none;
}

/* tinyMCE */

h1 {
	font-size: 1.3em;
	color: #000;
	margin-bottom: 15px;
}
h2 {
	font-size: 1em;
	color: #000;
	margin-bottom: 10px;
	border-bottom: 1px dotted #A4A4A4;
	padding-bottom: 4px;
}
h3 {
	font-size: 0.7em;
	color: #000;
	margin-bottom: 10px;
}
h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.55em;
	color: #000;
	margin-bottom: 10px;
}
p {
	line-height: 1.5em;
	font-size: 0.7em;
	padding: 0 0 15px 0;
}
a {
	color: #000;
	text-decoration: underline;
}
hr {
	color: #CCC;
	height: 1px;
	margin: 20px 0;
}

ul, ol {
	font-size: 0.7em;
	margin: 0 0 15px 36px;
	padding: 0 30px 0 0;
}
ul {
	list-style: square;
	list-style-image: url(../images/design/bullet_blue.gif);
}
ol {
	list-style: decimal;
}
ul li, ol li {
	padding-bottom: 5px;
}
ul ul, ol ul, ol ol, ul ol {
	font-size: 0.9em;
	margin-top: 10px;
}
ul ul ul, ol ol ol {
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
li a {
	color: #224875;
}

table {
	margin-bottom: 16px;
}
table td {
	font: 0.7em Arial, Helvetica, sans-serif;
	color: #999;
}
table th {
	text-align: center;
	font: bold 0.7em Arial, Helvetica, sans-serif;
	color: #999;
}
table td p, table th p {
	font-size: 1em;
}

.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.baseLine {
	display: block;
	margin: 0.5em 0 1.5em 0;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #CCC;
}
.noMargin {
	margin-bottom: 0;
	padding-bottom: 0;
}
.homeTitles {
	padding: 5px 0 5px;
}
.separator {
	clear: both;
	padding: 0;
	margin: 0;
}
.floatLeft {
	float: left;
	margin-right: 16px;
}
.floatRight {
	float: right;
	margin-left: 16px;
}
.txtSmall {
	font-size: 0.6em;
	line-height: 1.2em;
}
.txtLarge {
	font-size: 1em;
	font-weight: bold;
}
.alignLeft {
	text-align: left;
}
.alignRight {
	text-align: right;
}
.red {
	color: #FF0000;
}

#frm_newsletter {
	border: 1px dashed #999;
	padding: 10px 10px 10px 10px;
}
#frm_newsletter h2 {
	padding-bottom: 3px;
	margin-bottom: 0;
	border-bottom: 0;
}
#frm_newsletter p {
	font-size: 0.7em;
	line-height: 1.2em;
	padding-bottom: 11px;
}
#frm_newsletter label {
	width: 70px;
	text-align: right;
	padding-right: 10px;
}
#frm_newsletter input.text {
	width: 70px;
}

#helpBox {
	border: 1px solid #999;
	margin-top: 10px;
}
#helpBox p {
	padding: 5px 10px 0 10px;
	font-size: 1.2em;
}
#helpBox p a {
	font-weight: bold;
	text-decoration: none;
}

#frm_clubs {
	display: none;
}

#rafaMap {
	float: right;
	width: 163px;
	padding-top: 35px;
}

p#donate {
	padding: 4px 10px;
	margin: 10px 0 10px 0;
	border-top: 3px solid #999999;
	border-bottom: 3px solid #999999;
}
p#donate a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.areaTitle {
	margin-top: 18px;
}
.areaTitle a {
	text-decoration: none;
}