@charset "UTF-8";
/* CSS Document */

body {
	font: 80% Arial, Helvetica, Verdana, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #FF99CC;
}
a:active {
	text-decoration: none;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	background:url(../images/background.jpg);
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:30px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#containerJS {
	padding-top:50px; /* the auto margins (in conjunction with a width) center the page */
	margin:auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding-right: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 447px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	float: right;
	clear: none;
}
#mainContent p {
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 16px;
}
#FloatLeftMain {
	width: 140px;
	padding-top:75px;
	float: left;
	clear: none;
	text-align: left;
	vertical-align: middle;
}
#FloatRightMain {
	width: 290px;
	padding-top:75px;
	padding-left: 15px;
	float: right;
	clear: none;
	text-align: left;
}
#menucontainer {
	width: 333px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:600px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	clear: none;
}
#FloatLeftMenu {
	width: 141px;
	padding:0;
	float: left;
	clear: none;
	text-align: left;
}
#FloatRightMenu {
	width: 192px;
	padding:0;
	float: right;
	clear: none;
	text-align: left;
}
#footer {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:15px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	clear: both;
	padding:0;
}

.footer {
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}

.caption {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.captionpink {
	color:#FF99CC;
}
.SmallerText {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height:13px;
}
table {
	line-height: 16px;
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
.LinksDisclaimer {
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height:10px;
}
.socialnetwork {
	text-align: right; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:10px;
	color:#333333;
	margin-left: 5px;
}
.LeighAnneTable {
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
	background-color: #FFFFFF;
}