/* CSS Document */

html,body { height:100%; }
form { margin:0px; /*text-align:left;*/ }
img,a { outline:none; }
a { text-decoration:underline; color:#FFFFFF; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCCCCC;
	cursor:default;
}
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	background-image:url(../Graphics/BackgroundLines.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#Framework {
	height:100%;
	width:100%;
	background-image:url(../Graphics/BackgroundGradient_Bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#Navigation {
	position:absolute;
	right:6px;
	bottom:6px;
	font-size: 17px;
}
#Navigation a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	margin-left: 6px;
}
#Navigation img {
	margin-left: 6px;
}
#Navigation a:hover {
	color: #FFFFFF;
}
#Header {
	height:64px;
	position:relative;
}
#Footer {
	background-image:url(../Graphics/Footer.png);
	background-repeat: no-repeat;
	margin-bottom:32px;
	width:900px;
}
#SocialNetworking img {
	margin-right:3px;
}
#Copyright {
	font-size:11px;
	margin-left:12px;
	color:#999999;
}
#ContentWindow {
	width:900px;
	padding:0px 6px 0px 6px;
	background:url(../Graphics/WindowBackground.png) no-repeat center top;
}
#ContentTopBackgroundHome {
	background-image:url(../Graphics/ContentTop.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#ContentTopBackground {
	background-image:url(../Graphics/ContentTopLong.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#ContentBottomBackground {
	background-image:url(../Graphics/ContentBottom.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#ContentTopGraphic {
	background-image:url(../Graphics/ContentPatternTop.png);
	background-repeat:no-repeat;
	background-position:top right;
}
#ContentBottomGraphic {
	background-image:url(../Graphics/ContentPatternBottom.png);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#Content {
	padding:18px;
}
#PageTitle {
	height:46px;
	text-align:right;
	padding:4px 12px 0px 0px;
	text-transform:uppercase;
	color:#666666;
	font-size:50px;
	overflow:hidden;
}

#ContentBox-TopLeft { background-image:url(../Graphics/ContentBox-TopLeft.png); background-position:bottom right; background-repeat:no-repeat; }
#ContentBox-TopRight { background-image:url(../Graphics/ContentBox-TopRight.png); background-position:bottom left; background-repeat:no-repeat; }
#ContentBox-Background { background-image:url(../Graphics/ContentBox-Background.png); background-repeat:repeat }
#ContentBox-BottomLeft { background-image:url(../Graphics/ContentBox-BottomLeft.png); background-position:top right; background-repeat:no-repeat; }
#ContentBox-BottomRight { background-image:url(../Graphics/ContentBox-BottomRight.png); background-position:top left; background-repeat:no-repeat; }

#FormFramework input,textarea,select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	margin-bottom:6px;
}

#FormFramework div {
	width:120px;
	margin-right:6px;
	font-weight:bold;
	font-size:13px;
}
#FormFramework div div {
	font-size:9px;
	font-weight:normal;
	color:#666666;
}

#FormFramework .PrimaryData {
	font-size:21px;
}

#FormControl {
	text-align:right;
}

#AdministratorBar {
	text-align:right;
	margin-bottom:24px;
}
#AdministratorBar a {
	font-size:23px;
	text-decoration:none;
	color:#CC9900;
	font-weight:bold;
}
.AdministratorEdit {
	float:right;
	margin-left:6px;
}
.AdministratorEdit a {
	font-size:17px;
	text-decoration:none;
	color:#CC9900;
	font-weight:bold;
}
.AdministratorDelete {
	font-size:17px;
	font-weight:bold;
	color:#CC9900;
	text-decoration:none;
}



.BoxTitle {
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
	margin-bottom:3px;
	font-size:17px;
	height:19px;
}
.BoxTitle span {
	color:#0099FF;
	margin-right:6px;
}
.BoxContent {
	width:268px;
	height:108px;
	background-image:url(../Graphics/HomePageBox.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	padding:6px;
}
.BoxContentTall {
	width:268px;
	height:281px;
	background-image:url(../Graphics/HomePageBoxTall.png);
	background-position:center;
	background-repeat:no-repeat;
	position:relative;
	padding:6px;
}
.BoxRSS {
	position:absolute;
	top:0px;
	right:0px;
	z-index:1;
	margin:3px 3px 0px 0px;
}
.BoxData {
	margin:6px;
}
.DataDate {
	font-size:9px;
	color:#999999;
}
.DataDescription {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
}
.NoData {
	font-size:11px;
	color:#999999;
}
.BoxLink {
	text-align:right;
	margin-top:3px;
	height:15px;
}

.BoxLink a {
	font-weight:bold;
	text-decoration:none;
	font-size:13px;
	color:#999999;
}
.ContentGroup {
	margin-bottom:24px;
}
.PageTitle {
	font-size:25px;
	color:#0099FF;
	text-transform:uppercase;
	margin-bottom:12px;
}
.PageSubTitle {
	font-size:11px;
	color:#999999;
	font-weight:bold;
	text-transform:none;
	margin-left:1px;
}
.ContentTitle {
	font-size:19px;
	border-bottom:1px #666666 solid;
	margin-bottom:6px;
	text-transform:uppercase;
}
.ContentTitle a {
	color:#0099FF;
	text-decoration:none;
}
.ContentText {
	text-align:justify;
	line-height:120%;
}
.StaffSocialNetworking {
	float:right;
}
.StaffSocialNetworking img {
	margin-left:3px;
}
