/* CSS Document */
body{
margin-top: 0px;
margin-bottom: 0px;
height: 100%;
background-color: #666666;
font-size: 11px;
font-family: Arial, Helvetica, Sans-Serif;
padding: 0px 0px 0px 0px;
background-repeat:no-repeat;
font-size: 14px;
}

.error{
color:#ce4a4d;
}

table{
vertical-align:top;
margin-top:0px;
margin-bottom:0px;
border: none;
background-color: #ffffff;
}
.tableBorder
{
border-left: 2px solid #3b5fbd;
border-right: 2px solid #3b5fbd;
}
tr, td
{
vertical-align:middle;
}
tr.topBar
{
color: #ffffff;
background-color: #3b5fbd;
}
ul,li
{
font-size:14px;
margin-left:20px;
margin-right:20px;
text-align:left;
}
img {
border: none;
margin: 0px 0px 0px 0px;
}

p
{
font-size:14px;
color: #000000;
margin-top: 8px;
margin-left:20px;
margin-right:20px;
text-align:left;
}
.noRepeat
{
background-repeat: no-repeat;
}
.heading
{
font-size:16px;
color:#3b5fbd;
font-weight:bold;
margin-left:20px;
margin-right:20px;
text-align:left;
}
.subHeading
{
font-size:14px;
color:#ce4a4d;
font-weight:bold;
line-height: 100%;
letter-spacing: 1px;
margin-left:20px;
margin-right:20px;
text-align:left;
}
.red{
color:#ce4a4d;
font-weight:bold;
}
.content
{
text-align:left;
background-repeat:no-repeat;
border-left: thin solid #a5a5a5;
margin-left:10px;
vertical-align:top;
}
.sideBar
{
border-left: thin solid #a5a5a5;
}
.sideNavigation
{
vertical-align:top;
text-align:left;
background-color:#ffffff;
}
.sideMenu
{
border-top: 1px solid #a5a5a5;
border-bottom: 1px solid #a5a5a5;
vertical-align:top;
}
.sideNavHeader
{
font-size:14px;
color: #3b5fbd;
margin: 10px 10px 10px 20px;
font-weight:bold;
}
.sideNavText
{
margin: 50px 50px 50px 20px;
}

span.mainHeading{
float:right;
width:200px;
margin-right:50px;
font-size:20px;
color:#3b5fbd;
text-align:center;
vertical-align:bottom;

}
.footer
{
color: #ffffff;
background-color:#3b5fbd;
font-size:12px;
text-align:center;
}

ul.noIndent {
margin-left: .5em;
padding-left: .5em;
}

tr.mainNav{
font-size: 14px;
color: #000000;
}
a:link{
color: #3b5fbd;
text-decoration: none;
}
a:active{
color: #000000;
text-decoration: none;
}
a:visited{
color: #3b5fbd;
text-decoration: none;
}
a:hover{
color: #000000;
text-decoration: underline;
}

*.topBar a:link
{
	color: #ffffff;
	text-decoration: none;
}
*.topBar a:active
{
	color: #ffffff;
	text-decoration: none;
}
*.topBar a:visited
{
	color: #ffffff;
	text-decoration: none;
}
*.topBar a:hover
{
	color: #ffffff;
	text-decoration: underline;
}

*.footer a:link
{
	color: #ffffff;
	text-decoration: none;
}
*.footer a:active
{
	color: #ffffff;
	text-decoration: none;
}
*.footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}
*.footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
}


