/* Legends Golf */

html,body {
	height: 100%;
}
#flashcontent {}
body {
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #363636;
	background-image: url(../images/bgndTile.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.content {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #b6b6b6;
	line-height: 22px;
	text-align: left;
	min-height: 200px;
	width: 680px;
	float: left;
}

.textBox {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 67px;
	width: 570px;
}

.sideBar {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 9px;
	color: #767676;
	line-height: 12px;
	width: 200px;
	float: right;
}

.sideBarContent {
    margin-top: 10px;
	margin-left: 5px;
}

.sideBarHeadline {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}

.smaller {
	font-size: 9px;
}

.larger {
	font-size: 14px;
}

.subText {
	font-size: 12px;
	color: #FFFFFF;
}

.headerText {
    font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

.headLine1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 24px;
}
.subTitle1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 20px;
}
.subTitle2 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #C59042;
	line-height: 20px;
}
.subTitle3 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 20px;
}
.subTitle4 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
.footer {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #987777;
	width: 570px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 67px;
	margin-right: 0px;
	background-color: #440003;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	letter-spacing: 1px;
}

/* **************************** */
/* link: sideBar */
/* **************************** */
.sideBarContent a:link {
	color: #b6b6b6;
	text-decoration: none;
}
.sideBarContent a:visited {
	color: #b6b6b6;
	text-decoration: none;
}
.sideBarContent a:hover {
	color: #FFFFFF;
}


/* **************************** */
/* link: bodyCopy-sideBar */
/* **************************** */
.headerText a:link {
	color: #b6b6b6;
	text-decoration: none;
}
.headerText a:visited {
	color: #b6b6b6;
	text-decoration: none;
}
.headerText a:hover {
	color: #FFFFFF;
}

/* link: content */
.content a:link {
	color: #C59042;
	
}
.content a:visited {
	color: #C59042;
}
.content a:hover {
	color: #FFFFFF;
}

/* **************************** */
/* link: footer */
/* **************************** */
.footer a:link {
	color: #987777;
	text-decoration: none;
}
.footer a:visited {
	color: #987777;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
}

/*	E-NEWSLETTER *****************************/
#newsletter {
	
}


.newsletteremail {
	font-size: 10px;
	background-color: #2A2A2A;
	font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
	color: #BBBBBB;
	height: 15px;
	width: 120px;
	margin-right: 2px;
	border: 1px solid #424242;
}

#newsletter p {
	margin: 15px 18px 0;
	font-size: 11px;
}
#newsletter p.error {
	color: #C00;
	font-weight: bold;
}
#newsletter p.confirm {
	color: #000;
	font-weight: bold;
	background-color: #ffffcc;
	border: solid 1px #333;
	border-width: 1px 0;
	margin: 4px;
	padding: 4px;
}
