/*
	Colors:
		Beige: #F1E7D1
		Light Gray: #eeeeee
		Gray/Brown: #726B68
		Light Blue: #7798CF
		Dark Blue: #2253AC
*/

td {
	/* "trebuchet ms", "gill sans mt", tahoma, verdana, sans-serif */
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 10pt;
}

h3, .PageTitle {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	font-weight:normal;
	color:#2253AC;
	font-size: 14pt;
	margin-bottom:0px;
}

.SecondaryNavigationCallOut {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-weight: bold;
	/* color:#2253AC; */
}

.SecondaryNavigationItem {
	white-space: nowrap;
}

.SecondaryNavigation {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 10pt;
}

h4, .SectionTitle {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 14pt;
	font-weight:normal;
	color:#726B68;
}

.Highlight {
	font-weight: bold;
	color: #726B68;
}

.NewsStoryTitle {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-weight:bold;
	color:#726B68;
	font-size: 10pt;
	margin-bottom: 0px;
}

.NewsStoryAttributes {
	color: #726B68;
}

.FeaturedClientTitle {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-weight:bold;
	color:#726B68;
	font-size: 10pt;
	margin-bottom: 0px;
}

.LeftSideBarText {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 10pt;
}

.LeftSideBarTextSmall {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 8pt;
}

.LeftSideBarTextLarge {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 14pt;
}

.LeftSideBarTextExtraLarge {
	font-family: "Georgia", "Times New Roman", "Serif";
	font-size: 18pt;
}

.LeftSideBarLink {
	padding-top:5px;
}

a {
	text-decoration:none;
	color: #2253AC;
}

a:active {
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

.SmSans {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 8pt;
}

.SmFixed {
	font-family: "Lucida Sans Typewriter", "Lucida Console", "Curier", "Fixed";
	font-size: 8pt;
}

.Navigation {
	filter:progid:DXImageTransform.Microsoft.Chroma(Color="#ffffff")
}

input {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	padding: 2px;
	font-size: 8pt;
}

.TextField {
	/*
		border:1px solid #726B68;
		padding-left:5px;
	*/
}

button {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	font-size: 8pt;
}

textarea {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	font-size: 8pt;
}

select {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	padding: 2px;
	font-size: 8pt;
}

option {
	font-family: "Tahoma", "Verdana", "Sans-Serif";
	padding: 2px;
	font-size: 8pt;
}

label {
	cursor: pointer;
}

.FormExample {
	font-family: "Trebuchet MS", "Arial", "Sans-Serif";
	font-size: 8pt;
	font-style: normal;
}

hr {
	border:0px;
	height: 1px;
	width: 100%;
	color: #FFF2AD;
	background-color: #FFF2AD;
}

.SubmitButton {
	color: #726B68;
	background-color: #F1E7D1;
	font-weight: bold;
	border-width:1px;
}

.Navigation {
	
}

.floatLeft	{
	float:left;
}

.floatRight	{
	float:right;
	padding:10px;
}