﻿body
{
	margin: 0px;
	padding: 0px;
	font-family: myriad, tahoma, verdana;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

img
{
	border: 0px;
}

a
{
	color: #0000ff;
	text-decoration: none;
}

li
{
    list-style-type: circle;
    list-style-position: outside;
}

ul
{
    text-indent: 40px;
}

.wrapper, .headerWrapper, .menuWrapper, .menuLargeWrapper, .spotTopWrapper, .spotBottomWrapper, .spotTopWrapperSubpage, .menuSeparatorWrapper, .contentWrapper, .footerWrapper
{
	width: 100%;
	text-align: center;
}

.siteBlock, .headerBlock, .menuBlock, .menuLargeBlock, .menuBlockSub, .spotTopBlock, .spotBottomBlock, .spotTopBlockSubpage, .menuSeparatorBlock, .contentBlock, .footerBlock
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 1020px;
}

.headerWrapper
{
    background-color: #b7b7b7;
}

.headerBlock
{
    overflow: hidden;
    height: 125px;
    background-image: url(images/bg_header_tile_y.gif);
    background-color: #363636;
    background-repeat: repeat-y;
}

.menuWrapper, .menuLargeWrapper
{
    background-color: #417bf1;
    background-image: url(images/bg_menu_tile_h.gif);
    background-repeat: repeat-x;
}

.menuBlock, .menuLargeBlock
{
    height: 45px;
    background-image: url(images/bg_menu.gif);
    background-color: #000d27;
    vertical-align: middle;
    text-align: center;
}

.menuItems
{
    font-size: 12px;
    background-color: #0d47bd;
    overflow: auto;
    background-image: url(images/bg_menu_item.gif);
    background-repeat: repeat-x;
    padding-right: 26px;
    padding-left: 124px;
}

.menuWrapper a
{
    padding-top: 15px;
    color: #e7edf9;
    text-align: center;
    width: 135px;
    height: 45px;
    display: block;
    float: left;
}

.menuWrapper a.small
{
    padding-top: 15px;
    color: #e7edf9;
    text-align: center;
    width: 90px;
    height: 45px;
    display: block;
    float: left;
}
.menuWrapper a:visited
{
	color: #e7edf9;
}
.menuWrapper a:active
{
	color: #e7edf9;
}
.menuWrapper a:hover
{
    text-decoration: none;
    background-image: url(images/bg_menu_selected.gif);
    background-repeat: no-repeat;
}
.menuWrapper #selectedMenu
{
    background-image: url(images/bg_menu_selected.gif);
    background-repeat: no-repeat;
}

.menuWrapper a.small:hover
{
    text-decoration: none;
    background-image: url(images/bg_menuSm_selected.gif);
    background-repeat: no-repeat;
}
.menuWrapper #selectedMenuSm
{
    background-image: url(images/bg_menuSm_selected.gif);
    background-repeat: no-repeat;
}

.menuSeparatorWrapper
{
    clear: both;
    background: url(images/bg_menuSeparator_tile_h.gif) #ffffff repeat-x left top;
}
.menuSeparatorBlock
{
    height: 21px;
    background: url(images/bg_menuSeparator.gif) #ffffff no-repeat top;
}

.contentWrapper
{
	background-color: #ffffff;
}

.contentBlock
{
	background: #ffffff url(images/bg_content.gif) repeat-y top;
}

.footerWrapper
{
	background-color: #f2f2f2;
}

.footerBlock
{
	height: 55px;
	color: #6a6a6a;
	font-size: 10px;
	background: #ffffff url(images/bg_footer.gif) repeat-y top;
}

.footerBlock a, .footerBlock a:visited, .footerBlock a:active
{
	color: #6a6a6a;
	text-decoration: none;
}

.footerContent
{
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.footerLogo
{
    float: right;
}

.footerCopyright
{
	margin-left: 0px;
	margin-top: 5px;
	float: left;
}
.footerAuthor
{
    margin-right: 15px;
    margin-top: 5px;
    float: right;
    text-align: right;
}

.contentArea
{
	padding-left: 26px;
	padding-right: 26px;
}

.mainContentPadding
{
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 14px;
    overflow: auto;
}

.regularPadding
{
	padding: 20px;
}

.leftColumn
{
	float: left;
	text-align: center;
}

.rightColumn
{
	float: right;
}

.columnSeparator
{
	float: left;
	width: 5px;
}

.columnClear
{
	height: 0px;
	font-size: 1px;
	clear: both;
}

.sectionTitle
{
	font-size: 14px;
	color: #0d47bd;
	padding-top: 5px;
	padding-bottom: 5px;
}

.sectionContent
{
 	margin: 0px;
	padding: 0px;
	line-height: 16px;   
	text-align: justify;
	overflow: auto;
}
.sectionContent a
{
    color: #0d47bd;
}

.sectionContent a:hover
{
    text-decoration: underline;
}

.sectionContent p
{ 
    text-indent: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

.sectionContent span
{ 
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

