body
{
	margin:0;
	padding:0;
	background:#dedede;
}

body, h1, h2, h3, input, select, textarea, table, label
{
	font: 12px Arial, Helvetica, sans-serif;
	color: #535152;
}

h1
{
	margin:15px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#404040;
	text-transform:uppercase;
}

h2
{
	margin:10px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	color:#05548d;
}

p
{
	margin-top:10px;
}

a
{
	text-decoration: underline;
	color: #01528a;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

hr
{
	margin:20px 0;
	 _margin:5px 0;
	color:#e8e8e8;
	background-color:#e8e8e8;
	border:0 none;
	height:1px;
}

ul
{
	list-style-image: url(/Images/bullet.gif);
	vertical-align:middle;
}

th, .tableHeading
{
	color: white;
	background-color: #01528a;
	text-align:left;
	font-weight:normal;
}

#Legals
{
	text-align: center;
	color: White;
	font-size: 10px;
	font-weight: bold;
}

#Legals a, a.visited
{
	text-decoration: underline;
	color: White;
}

#MasterTable
{
	width: 100%;
}

#MasterLogoCell
{
	background: url(/images/logo_background.gif);
}

#MasterMainMenuCell
{
	background: transparent url(/images/mainmenu_background.gif) repeat-x;
	height: 31px;
	vertical-align: bottom;
}

#MasterContentCell
{
	background: transparent url(/images/content_background.jpg) no-repeat scroll center top;
	vertical-align: top;
}

#Document
{
	width: 760px;
	background-color:white;
}

#HomeHeaderCell
{
	height: 184px;
	text-align: center;
}

#StandardHeaderCell
{
	height: 78px;
	text-align: center;
	vertical-align: center;
}

#Banner
{
	background: #cb0409;
	height: 18px;
}

#HomeBannerImage
{
	vertical-align: bottom;
	text-align: left;
	width: 200px;
	background: #cb0409;
}

#HomeContentRow
{
	height: 400px;
}

#StandardContentRow
{
	height: 550px;
}

#HomeContentCell
{
	/* width: 365px; */
	vertical-align: top;
	text-align: left;
}

#StandardContentCell
{
	width: 650px;
	vertical-align: top;
	text-align: left;
}

#HomeHighlightTable
{
	border-color: #DEDEDE #DEDEDE;
	border-style: none solid solid;
	border-width: 0 1px 1px;
	width: 198px;
}

#HomeFooterCell
{
	background: #004674;
	height: 81px;
}

#StandardFooterCell
{
	background: #004674;
	height: 18px;
}

#SubMenuCell
{
	vertical-align: top;
	width: 150px;
}

#SubMenuTable
{
	width: 193px;
}

.LogonDialog
{
	background: #c2c2c2;
}

.LogonTextBox
{
	width: 95px;
}

.MainMenuCMSMenuItem, .MainMenuCMSMenuItemMouseOver
{
	background: url(/images/mainmenuitem_background.gif) no-repeat center bottom;
}

.MainMenuCMSMenuHighlightedMenuItem, .MainMenuCMSMenuHighlightedMenuItemMouseOver
{
	background: url(/images/mainmenuitem_background_selected.gif) no-repeat center bottom;
}

.MainMenuCMSMenuItem, .MainMenuCMSMenuItemMouseOver, .MainMenuCMSMenuHighlightedMenuItem, .MainMenuCMSMenuHighlightedMenuItemMouseOver
{
	padding-top: 2px;
	font-size: 12px;
	color:#ffffff;
	height: 28px;
	width: 101px;
	text-align: center;
}

.SubMenuCMSMenu
{
	width: 100%;
}

.SubMenuCMSMenuItem, .SubMenuCMSMenuItemMouseOver
{
	background: transparent url(/images/submenu_background.gif) repeat scroll 0 0;
	height: 24px;
	padding: 8px 0 0 32px;
	vertical-align: baseline;
	text-align: left;
	display: block;
	font-size: 11px;	
}

.SubMenuCMSMenuHighlightedMenuItem, .SubMenuCMSMenuHighlightedMenuItemMouseOver
{
	background: transparent url(/images/submenu_background_selected.gif) repeat scroll 0 0;
	height: 24px;
	padding: 8px 0 0 32px;
	vertical-align: baseline;
	text-align: left;
	display: block;
	font-size: 11px;

}

.Indented
{
	margin-left: 40px;
}

.DownloadDivider
{
	height: 3px;
	background-color: #C0C0C0
}

.DownloadFlag
{
	color: Red;
}

.LoginLink
{
	color:#787878;
	font-size: 11px;	
}

.TabsHeader
{
	margin-bottom: 5px;
	background-color: #004C7E;
}

.TabControl a,  .TabControlSelected a
{
	text-decoration: none;
	color: white;
}

.TabControlSelected, .TabControlSelectedLeft, .TabControlSelectedRight
{
	background-color: #CB0409;
}

.EditingFormCategory
{
	font-weight:bold;
}

.EditingFormErrorLabel
{
	color: Red;
}