﻿/* Primary Page Content Begins Here */
#ContentHeader {
 width: 595px;
 height: 90px;
 float: left;
 margin-bottom: 2px;
 text-align: center;
 }

#HeaderShell {
 width: 370px;
 height: 90px;
 float: left;
 } /* This is used only as a container */

#PageTitle {
 width: 370px;
 height: 45px;
 float: left;
 font-size: 40px;
 font-weight: bold;
 }

#PageMenu {
 width: 370px;
 height: 45px;
 float: left;
 font-size: 12px;
 font-weight: bold;
 }

.Assist {
	cursor: pointer;
}

#RandomTips {
 width: 225px;
 height: 90px;
 float: left;
 font-family: Rockwell;
 font-style: italic;
 font-weight: bold;
 font-size: 16px;
 }

#RandomTipsBackground {
	background-color: #C7E4F8;
}

#PageContent {
 width: 595px;
 float: left;
 }

.DropCap {
	float: left;
	font-size: 77px;
	line-height: 59px;
	margin-top: 3px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
}

.SubHeading {
 font-size: 24px;
 font-weight: bold;
}

.SubHeading2 {
	font-size: 20px;
	font-weight: bold;
}
/* Primary page conent ends here */
