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

.ContainerHead {
	background-color: #990000;
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 99%;
	position: absolute;
	left: 5px;
	top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #FFFFCC;
	border-left-color: #FFFFCC;
	background-image: url(../Images/TitleBar.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.ContainerBody {
	background-color: #CCCCCC;
	padding: 0px;
	width: 800px;
	position: absolute;
	left: -400px;
	top: 210px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50%;
	height: 1475px;
}
.BodyLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	padding: 6px;
	background-color: #FFFF99;
	position: relative;
	left: 6px;
	top: 6px;
	right: 6px;
	width: 770px;
	border: 1px groove #333333;
}

.HeadTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 46px;
	color: #FFFFFF;
	left: 10px;
	top: 10px;
	position: absolute;
	font-weight: bold;
}
.HeadTitleCaption {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	left: 10px;
	top: 55px;
	position: absolute;
	font-weight: bold;
}
.Pics {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: Pointer;
}

.HeadTitle2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	top: 150px;
	position: absolute;
	right: 10px;
}

.BodyLineBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 6px;
	background-color: #990000;
	position: relative;
	left: 6px;
	top: 6px;
	right: 6px;
	width: 770px;
	border: 1px groove #333333;
}
.Links {
	text-decoration: underline;
	color: #CCCCCC;
}
.LinksBlue {
	text-decoration: underline;
	color: #0000FF;
}
.BottomTags {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.Menu {
	background-color: #FFFF99;
	border: 1px solid #000033;
	position: relative;
	height: 25px;
	width: 350px;
	top: 170px;
	left: 5px;
}
.MenuTxt {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
