body
{
	margin: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #666666;
	background-color: #FFFFFF;
	font-size: 12px;
}

a:link, a:active, a:visited
{
	color: #D15F4E;
}

a:hover
{
	color: #CC0000;
}

.TopHeader
{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 135px;
	background-image: url(images/Top_Header.png);
	width: 100%;
	min-width: 800px;
}

.VisibleResults
{
	position: absolute;
	right: 0px;
	top: 0px;
}

.Twitter
{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 76px;
}

.Facebook
{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 43px;
}

.LinkedIn
{
    position: absolute;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 10px;
}

.Twitter img, .Facebook img, .LinkedIn img
{
    border: none;
}

.Navigation
{
	position: absolute;
	top: 112px;
	right: 0px;
	white-space: nowrap;
	font-size: 0px;
}

.Navigation img
{
	border: 0px;
}

.Navigation_SubContainer
{
	position: absolute;
	font-size: 12px;
	background-color: Transparent;
}

.Navigation_SubContainer a:link, .Navigation_SubContainer a:active, .Navigation_SubContainer a:visited
{
	color: #666666;
	text-decoration: none;
}

.Navigation_SubContainer a:hover
{
	color: #D15F4E;
}

.Navigation_SubContainer table tbody tr td
{
	font-size: 12px;
	background-color: #FFFFFF;
}

.SubNav
{
	border-bottom: 1px solid #E7E7E7;
	padding-top: 4px;
	padding-bottom: 2px;
}

.SubNav_TopLeft
{
	background-image: url(images/SubNav_TopLeft.gif);
	background-repeat: no-repeat;
}

.SubNav_Top
{
	background-image: url(images/SubNav_Top.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom: 1px solid #E7E7E7;
}

.SubNav_TopRight
{
	background-image: url(images/SubNav_TopRight.gif);
	background-repeat: no-repeat;
}

.SubNav_BottomLeft
{
	background-image: url(images/SubNav_BottomLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.SubNav_Bottom
{
	background-image: url(images/SubNav_Bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 4px;
	padding-top: 4px;
}

.SubNav_BottomRight
{
	background-image: url(images/SubNav_BottomRight.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.SubNav_Left
{
	background-image: url(images/SubNav_Left.gif);
	width: 7px;
	background-repeat: repeat-y;
}

.SubNav_Right
{
	background-image: url(images/SubNav_Right.gif);
	width: 7px;
	background-repeat: repeat-y;
}

.LoginFormContainer
{
	position: absolute;
	left: 0px;
	top: 135px;
	height: 103px;
	width: 223px;
	background-image: url(images/LoginForm_BG.png);
}

.LoginFormContainer table
{
	margin-top: 5px;
	margin-left: 8px;
}

.LoginFormContainer table th
{
	font-size: 11px;
	padding-bottom: 2px;
}

.LogInForm_Input
{
	padding-left: 6px;
}

.LogInForm_Input input
{
	font-size: 10px;
	color: #666666;
}

.LoginFormContainer td.LogInForm_Label
{
	font-size: 11px;
	text-align: right;
}

.LogInForm_Button
{
	padding-top: 4px;
	text-align: right;
}

.MainContentHomepage
{
	margin-top: 156px;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 9pt;
	color: #333333;
}

.MainContent
{
	margin-top: 156px;
	margin-left: 187px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-size: 9pt;
	color: #333333;
}

.ContentTitle
{
	font-weight: bold;
	font-size: 16px;
	color: #D15F4E;
	margin-bottom: 12px;
	margin-left: -6px;
}

.ContentTitle_Blue
{
	font-weight: bold;
	font-size: 16px;
	color: #7DA8D2;
	margin-bottom: 12px;
	margin-left: -6px;
}

.ContentTitle_NoFormatting
{
	font-weight: bold;
	color: #D15F4E;
}

.ContentTitle_Blue_NoFormatting
{
	font-weight: bold;
	color: #7DA8D2;
}

.LeftNavContainer
{
	position: absolute;
	padding-top: 16px;
	height: auto;
	left: 0px;
	top: 135px;
	width: 147px;
	font-size: 12px;
	background-image: url(images/SideBar_BG.png);
	background-position: bottom left;
	text-align: right;
	padding-right: 12px;
	line-height: 26px;
	padding-bottom: 16px;
}

.LeftNavContainer a.NavTitle:active, .LeftNavContainer a.NavTitle:visited, .LeftNavContainer a.NavTitle:link
{
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	text-align: right;
}

.LeftNavContainer a.NavTitle:hover
{
	color: #D15F4E;
}

.LeftNavContainer a.NavCurrentPage:link, .LeftNavContainer a.NavCurrentPage:active, .LeftNavContainer a.NavCurrentPage:visited
{
	color: #D15F4E;
}

.LeftNavContainer a.NavCurrentPage:hover
{
	color: #D15F4E;
}

.LeftNavContainer a:active, .LeftNavContainer a:visited, .LeftNavContainer a:link
{
	text-decoration: none;
	color: #666666;
}
 
.LeftNavContainer a:hover
{
	color: #D15F4E;
}

.Footer
{
	width: 100%;
	height: 23px;
	background-image: url(images/Footer_BG.png);
	margin-top: 35px;
	min-width: 800px;
	padding-top: 1px;
}

.Footer table
{
	margin-top: 8px;
}

.Footer table td.Footer_Left
{
	text-align: left;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 4px;
}

.Footer table td.Footer_Right
{
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
}

.Footer_Right a:link, .Footer_Right a:visited, .Footer_Right a:active
{
	margin-left: 6px;
	color: #FFFFFF;
}

.Footer_Right a:hover
{
	color: #D15F4E;
}

table.Panel
{
	margin-top: 20px;
	line-height: 0px;
	font-size: 0px;
}

div.Panel
{
	line-height: 14px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #D15F4E;
	font-size: 14px;
	font-weight: bold;
	width: 218px;
	background-image: url(images/Panel_BG.png);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	min-height: 150px;
}

div.Panel_Wide
{
	line-height: 14px;
	padding-top: 15px;
	padding-left: 15px;
	margin-bottom: 0px;
	color: #D15F4E;
	font-size: 14px;
	font-weight: bold;
	width: 385px;
	background-image: url(images/Panel_BG_Wide.png);
	background-repeat: no-repeat;
	background-color: #CCCCCC;
	min-height: 150px;
	margin: 0px 10px;
}

div.Panel ul, div.Panel_Wide ul
{
	list-style-image: url(images/Bullet.png);
	margin-top: 6px;
	margin-bottom: 0px;
}

div.Panel ul li, div.Panel_Wide ul li
{
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	vertical-align: middle;
	margin-bottom: 10px;
}

div.Panel ul li a:link, div.Panel ul li a:active, div.Panel ul li a:visited,
div.Panel_Wide ul li a:link, div.Panel_Wide ul li a:active, div.Panel_Wide ul li a:visited  
{
	color: #666666;
	text-decoration: none;
}

div.Panel ul li a:hover, div.Panel_Wide ul li a:hover
{
	text-decoration: underline;
}

div.AdminPanel
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	text-align: center;
}

div.AdminPanel div
{
	width: 229px;
	padding-top: 3px;
	height: 21px;
	background-image: url(images/AdminPanel.png);
	font-size: 9pt;
	vertical-align: middle;
}

div.ShowArticle
{
	border: 1px solid #E7E7E7;
	padding: 4px;
	margin-bottom: 15px;
}

div.ArticleTitle
{
	color: #7DA8D2;
	font-weight: bold;
}

div.ArticleText
{
	margin-bottom: 20px;
	padding: 4px;
	margin-top: 20px;
}

div.ArticleDate
{
	color: #999999;
}

.NormalText
{
    color: #666666;
    font-weight: normal;
}