body {
	font-family: tahoma;
	text-align: center;
	margin: 0px;
}

/* Create the Page Elements */

#MainContainer {
	margin: 0px auto;
	width: 798px
}
.LoginBar {
	font-family: tahoma;
	font-size: 11px;
	display: block;
	height: 24px;
}
.Header {
	height: 70px;
}
.NavBar {
	background-image: url(../Images/Nav.gif);
	display: block;
	height: 24px;
}
.TitleBlockWrapper {
	display: block;
	font-size: 17px;
	height: 30px;
	line-height: 30px;
}
.TitleBlockWrapper a,
.TitleBlockWrapper a:visited {
	color: #003366;
	text-decoration: none;
}
.TitleBlockWrapper a:hover {
	text-decoration: underline;
}
.Content {
	font-size: 11px;
	width: 798px;
}
.Footer {
	color: #999999;
	display: block;
	font-size: 10px;
	text-align: center;
	padding:15px 0px 15px 0px;
	width: 798px;
	position: relative;
}

/* Footer Link Styling */

.Footer a,
.Footer a:link,
.Footer a:visited {
	color: #999999;
}
.Footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* Login Bar Specific Styling */

.LoginBar a {
	color: #000000;
	float: right;
	margin-top: 3px;
}
.LoginBar a:hover {
	text-decoration: underline;
}

/* SearchBlock Styling */

.SearchBlockWrapper { 	
	background-repeat: no-repeat;
	display: block;
	height: 45px;
	margin-top: 2px;
}
.SearchBlock .Label {
	float: left;
	width: 300px;
}
.SearchBlock .Input {
	display: block;
	width: 340px;	
}

/* Offset the text-align center styling applied to the MainContainer */

.Content {
	text-align: left;
}

/* Header Content */

.HeaderLogo {
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 200px;
	height: 70px;
}
.HeaderLogo img {
	display: none;
	margin-top: 10px;
}

/* New Page Styline */

h2 {
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 21px;
	margin: 0px 0px 9px 0px;
	text-indent: 0px;
}
.Content p {
	line-height: 14px;
	margin: 0px 0px 10px 0px;
}
.ContentList {
	font-size: 11px;
	list-style-position: outside;
	margin: 0px 0px 15px 20px;
	padding-left: 10px;
}
.ContentList li {
	line-height: 14px;
	margin: 0px;
}
.Spacer {
	background-image: url(../Images/Spacer.gif);
	background-position: 0px 50%;
	background-repeat: repeat-x;
	height: 18px;
} 

/* Tree View Containers */

.TreeViewWrapper #WebPartWPQ6 div,
.TreeViewWrapper #WebPartWPQ7 div,
.TreeViewWrapper #WebPartWPQ5 div,
.TreeViewWrapper #WebPartWPQ4 div {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	display: block;
	height: 200px;
	width: 370px;
	overflow: auto;
	padding: 5px 0px 5px 0px;
}
.TreeViewWrapperWide #WebPartWPQ6 div,
.TreeViewWrapperWide #WebPartWPQ5 div,
.TreeViewWrapperWide #WebPartWPQ4 div,
.TreeViewWrapperWide #WebPartWPQ2 div {
	border: 1px solid #dddddd;
	display: block;
	height: 300px;
	width: 798px;
	overflow: auto;
	padding: 5px 0px 5px 0px;
}
.TreeViewWrapper {
	padding: 5px 10px 10px 10px;
}
.TreeViewWrapper .ms-PartSpacingVertical {
	display: none;
}
.TreeViewWrapperWide .ms-PartSpacingVertical {
	display: none;
}
.TreeViewWrapper .ms-WPHeader td {
	border-bottom: none;
}
.TreeViewWrapper .ms-WPBody {
	padding-top: 5px;
}

/* Top Text Area */

.TopTextArea {
	padding: 0px 0px 10px 01px;
}

/* IM Links */

.ms-imnlink {
	display: none;
}
