body {
padding:0px;
margin:0 auto;
font-family:Arial;
background-color:#333333;
}

.nonSelectedSideTab
{
background-position:top;
background-repeat:no-repeat;
background-image:url('images/greenSideTab.png');
width:90px;
height:125px;
}

.SelectedSideTab
{
background-position:top;
background-repeat:no-repeat;
background-image:url('images/greenSideTabOver.png');
width:90px;
height:125px;
}

.alignRightCell
{
text-align:right;
font-weight:bold;
padding-right:20px;
}

#layer1,#layer2,#layer3,#layer6,#layer7,#layer8,#layer10,#layer13 {
	position: absolute;
	visibility: hidden;
	width: 400px;
	/*left: 400px;
	top: 400px;*/
	font-size:10pt;
	margin-left:auto 0px;
	margin-top:auto 0px;
	background-color: #ffffff;
	border: 1px solid #728EF3;
	padding: 10px;
	font-weight:normal;
	text-align:left;
}

#close {
	float: right;
}

.ContentDiv
{
font-size:10pt;
color:#333333;
padding-right:45px;
padding-left:45px;
padding-top:10px;
}

.ContentDivTitle
{
color:#728EF3;
font-size:16pt;
font-weight:bold;
}

.ContentDivSubtitle
{
font-size:11pt;
font-weight:bold;
}

#topCloud
{
background-image:url('images/cloudTop.png');
background-repeat:no-repeat;
height:19px;
margin:0 auto;
width:815px;
}

#bottomCloud
{
background-image:url('images/cloudBottom.png');
background-repeat:no-repeat;
height:20px;
margin:0 auto;
width:815px;
}

#headerDiv
{
border-bottom: solid 3px #0066cc;
height:95px;
margin:0 auto;
background-color:#333333;
}

#headerRight
{
float:right;
width:60%;
vertical-align:bottom;
font-size:12pt;
height:90px;
color:#0066cc;

}

#headerRight a:link
{
color:#728EF3;
text-decoration:none;

}

#headerRight a:active
{
color:#728EF3;
text-decoration:none;
}

#headerRight a:visited
{
color:#728EF3;
text-decoration:none;
}

#headerRight a:hover
{
color:#728EF3;
text-decoration:underline;
}

#headerLeft
{
float:left;
width:40%;
}

#headerContainerDiv
{
width:800px;
margin:0 auto;
}

#mainBody
{
background-image:url('images/tile1.png');
padding-top:5px;
padding-bottom:3px;
margin:0 auto;
border-bottom: solid 3px #999999;
height:auto;
}

#mainBodyContainer
{
background-image:url('images/expandableCloud.png.png');
background-repeat:repeat-y;
width:815px;
margin:0 auto;
overflow:auto;
}

#mainBodyLeft
{
    color: #1848EB;
    font-weight: bold;
    font-size: 20pt;
    padding-top: 20px;
    padding-left: 10px;
    width: 50%;
    float: left;
}

#fullContent
{
    color: #1848EB;
    font-weight: bold;
    font-size: 20pt;
    padding-top: 20px;
    padding-left: 20px;
    width: 90%;
    float: left;
}

#mainBodyRight
{
margin-top:10px;
width:39%;
float:right;
padding-top:20px;
padding-left:10px;
background-image:url('images/loginBox.png');
background-repeat:no-repeat;
font-size:22pt;
color:#333333;
height:330px;
}

#footerDiv
{
width:800px;
margin:0 auto;
padding-top:20px;
color:#ffffff;
font-weight:bold;
font-size:10pt;
}

.footerCell
{
border-right: solid 2px #999999;
height:80px;
width:33%;
float:left;
margin:0 auto;
text-align:center;
}

.footerCellRight
{
height:80px;
width:33%;
float:left;
margin:0 auto;
text-align:center;
}

.footerItem
{
font-size:8pt;
color:#728EF3;
font-weight:bold;
padding-top:5px;
line-height:20px;
}

.footerItem a:link
{
color:#728EF3;
text-decoration:none;
}

.footerItem a:active
{
color:#728EF3;
text-decoration:none;
}

.footerItem a:visited
{
color:#728EF3;
text-decoration:none;
}

.footerItem a:hover
{
color:#728EF3;
text-decoration:underline;
}

a:link
{
color:#728EF3;
text-decoration:none;
}

a:active
{
color:#728EF3;
text-decoration:none;
}

a:visited
{
color:#728EF3;
text-decoration:none;
}

a:hover
{
color:#728EF3;
text-decoration:underline;
}

.nonSelectedBlueTab
{
background-image:url('images/tab_navigation_blue.png');
background-repeat:no-repeat;
color:#ffffff;
font-size:8pt;
width:100px;
height:32px;
text-align:center;
}

.SelectedBlueTab
{
background-image:url('images/tab_navigation_selected_blue.png');
background-repeat:no-repeat;
color:#ffffff;
font-size:8pt;
width:100px;
height:32px;
text-align:center;
}

.nonSelectedTab
{
background-image:url('images/tab_navigation.png');
background-repeat:no-repeat;
color:#ffffff;
font-size:8pt;
width:100px;
height:32px;
text-align:center;
}

.SelectedTab
{
background-image:url('images/tab_navigation_selected.png');
background-repeat:no-repeat;
color:#ffffff;
font-size:8pt;
width:100px;
height:32px;
text-align:center;
}