/* CSS Document */

form { margin:0px; }
p { margin:0px 0px 12px 0px; line-height:140%; }
a { outline:none; color:#000000; }

body,td,th {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Graphics/Background.png);
	background-repeat: repeat;
}

#Framework {
	width:900px;
	margin:auto;
}

#Framework #Container {
	z-index:101;
	position:absolute;
	top:24px;
}

#SocialNetworking { margin-top:24px; }

#Copyright { color:#999999; font-size:11px; margin-top:24px; padding-bottom:24px; }
#Copyright a { color:#999999; }

#Background {
	height:432px;
	width:100%;
	background-image:url(../Graphics/TrinityBackground.jpg);
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:center;
	z-index:1;
	position:absolute;
	top:152px;
}

#Bottom {
	height:128px;
	width:900px;
	text-align:center;
}

#Navigation {
	position:absolute;
	bottom:8px;
	right:42px;
	z-index:100;
}
#Navigation #Link {
	float:left;
	background-color:#715597;
	margin-left:1px;
	padding: 4px 8px 4px 8px;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	cursor:pointer;
}
#SelectedLink {
	float:left;
	background-color:#9966CC;
	margin-left:1px;
	padding: 4px 8px 4px 8px;
	color:#FFFFFF;
	font-size:17px;
	font-weight:bold;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	cursor:pointer;
}
#Navigation #Link:hover {
	background-color:#9966CC;
}
#Navigation #Home {
	float:left;
	background-color:transparent;
	padding: 4px 8px 2px 8px;
	color:#999999;
	font-size:17px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
}
#Navigation #Home:hover {
	color:#333333;
}
#SectionNavigation {
	font-size:13px;
	margin:0px;
	padding:6px 24px 6px 24px;
	background-color:#EEEEEE;
	text-align:right;
}
#SectionNavigation a {
	text-decoration:none;
}
#Header {
	height:128px;
	width:900px;
	background-image: url(../Graphics/Header.png);
	background-repeat: no-repeat;
	position:relative;
}
#Footer {
	height:128px;
	width:900px;
	background-image: url(../Graphics/Footer.png);
	background-repeat: no-repeat;
}
#Content {
	width:864px;
	background-image: url(../Graphics/Content.png);
	background-repeat: repeat-y;
	padding:0px 18px 0px 18px;
}
#Content #Space {
	width:816px;
	padding: 24px;
	position:relative;
	
}
#Logo {
	position:absolute;
	top:38px;
	left:42px;
}
#PageTitle {
	font-size:35px;
	font-weight:bold;
	color:#9966CC;
	padding: 18px 24px 0px 24px;
}
#EditPage {
	position:absolute;
	z-index:100;
	top:180px;
	right:42px;
	font-size:13px;
	text-decoration:none;
	padding:2px 8px 2px 8px;
	background-color:#715597;
	font-weight:bold;
	color:#FFFFFF;
	-moz-border-radius:3px;
}
#EditPage:hover {
	background-color:#9966CC;
}
#SiteIndex {
	padding:0px 42px 24px 42px;
	width:900px;
	height:224px;
}
#IndexGroup {
	float:left;
	margin-right:0px;
}
#IndexSection {
	float:left;
	color:#CCCCCC;
	text-align:left;
	margin-right:9px;
	width:156px;
}
#SponsorGroup {
	float:left;
	width:370px;
	/*background-color:#EEEEEE;
	padding:12px;
	margin:12px;*/
}
#IndexSection #Title {
	font-size:15px;
	border-bottom:2px #CCCCCC solid;
	padding-bottom:3px;
	font-weight:bold;
}
#IndexSection #Link {
	padding:6px 3px 6px 3px;
	font-size:11px;
	border-bottom:1px #999999 dotted;
}
#IndexSection #Link a {
	color:#999999;
	text-decoration:none;
}
#IndexSection #Link a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.Record {
	padding:12px;
	border-bottom:2px #CCCCCC dotted;
	margin-bottom:12px;
}
.DataRecord {
	margin-bottom:3px;
	padding:12px;
	-moz-border-radius:6px;
	cursor:default;
}
.DataRecord:hover {
	background-color:#EEEEEE;
}
.DataHeader {
	padding:12px;
}
.DataHeader td {
	font-size:11px;
	font-weight:bold;
}

.SectionTitle {
	font-weight:bold;
	font-size:17px;	
}
