/* CSS Document */

body {
	background: #666666;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

a:link { color: #0066CC; }
a:visited { color: #003366; }
a:hover { color: #D54000; }
a:active { color: #FF0000; }

.GrayNav {
	font-size: 7pt;
	text-align: center;
}
.GrayNav a:link { color: #FFFFFF; }
.GrayNav a:visited {color: #FFFFFF; }
.GrayNav a:hover { color: #99CCFF; }
.GrayNav a:active { color: #D74300; }

/* Wrapper for all content */
#SubContent {
	width: 720px;
	height: auto;
	background-color:#CCCCCC;
	padding: 0px 20px 40px 20px;
	margin: -13px auto 0 auto;
}

#SubContent h1 {
	font: 14pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 5px;
	background: url(images/bg_h1.jpg) no-repeat;
}

#SubContent h2 {
	font: 14pt Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
}

#SubContent p {
	padding-left: 15px;
}

/* End Wrapper for all content */

/* Floating Right-Hand Box */

#RightContentBox {
	float: right;
	width: auto;
	margin: 0 0 10px 12px;
}

#RightContentBox p {
	width: 315px;
	text-align:center;
	font-size: 8pt;
	margin-top: 0;
}

/* end Floating Right-Hand Box */

/* Floating HollyAli Box */

#RightHollyAliBox {
	float: right;
	width: 450;
	padding: 10px 0 10px 0;
}

#RightHollyAliBox p {
	width: 400px;
	text-align:center;
	font-size: 8pt;
	margin-top: 0;
}

/* end Floating Right-Hand Box */

/* Floating Left-Hand Box */

#LeftContentBox {
	float: left;
	width: auto;
	margin: 10px 12px 10px 10px;
}

#LeftContentBox p {
	width: 315px;
	text-align:center;
	font-size: 8pt;
	margin-top: 0;
}

/* end Floating Left-Hand Box */

/* Image Thumbnail Table */

#Thumbs {}

#Thumbs td {
	width: 25%;
}

#Thumbs img {
	border: solid #069 2px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Thumbs p {
	font-size: 8.5pt;
	margin-top: 2px;
	margin-left: -12px;
	text-align: center;
	padding-bottom: 10px;
}

/* end Image Thumbnail Table */

/* BackButton */

img.BackButton {
	float: right;
}

/* end BackButton */

.ImgBorder {
	border: solid #069 2px;
	margin-right: 20px;
}

.FramedLink {
	font-size: 8pt;
	text-align: center;
	margin-top: -10px;
}
.ImageTopRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 12px;
}
.ImageLeft {
	float: left;
	margin: 10px 12px 10px 0;
}
.SmallText {
	font-size: 8pt;
}
.required {	
	color: #0066FF;
	font-weight: bold;
}
