/*-------       Layout        ----------*/
body {
margin: 0;
padding: 0;
text-align: center;
}

#container {
width: 800px;
height:100%;
margin: 0px auto;
padding: 0px;
text-align: left;
}

#header {
height:85px;
padding:0px 0px 0px 0px;
}

#headermenu {
padding-top:73px;
text-align:right;
}

.menucontainer {
padding-bottom:10px;
}

.menucontent {
border-left:1px solid #C1C5C8;
border-right:1px solid #C1C5C8;
padding:0px 0px 0px 10px;
}

.menucontent ul {
margin:0;
padding-left:15px;
list-style-type:none;
}

.menucontent li {
list-style-image:url(../images/blue_arrow.gif);
list-style-position:outside;
}

.menucontent li a {
text-decoration:none;
}

#footer {
height:30px;
padding:5px 0px 5px 0px;
clear:both;
}

#bodycontent {
float:right; 
width:590px; 
padding-left:5px;
padding-right:5px;
}

#leftmenu {
width:180px;
float:left;
padding-left:10px;
padding-top:10px;
}



/*-------       Text        ----------*/
body, div, td {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color: #000;
}

a {
color:#2D4D66;
font-weight:bold;
}

a:hover {
color:#000;
font-weight:bold;
}

#container {
text-align: left;
}

#header a {
text-decoration:none;
color:#000000;
text-align:right;
}

#footer {
text-align:center;
}

#footer a {
color:#000000;
font-weight:normal;
}

#bodycontent {
text-align:left;
}

#leftmenu {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}

.medcolortext {
color:#967333;
font-size:16px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.tabletitles {
color: #000000;
font-weight:bold;
}

.pagetitles {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 16px;
}

.failurered {
color: #FF0000;
font-weight: bold;
font-style: italic;
}

.successgreen {
color: #339900;
font-weight: bold;
font-style: italic;
}

.normalwhitebold {
color: #FFFFFF;
font-weight:bold;
}

.normalblackbold {
color: #000000;
font-weight:bold;
}

.xxsmall {
font-size: xx-small
}

.advisorNames{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bolder;
color:#2D4D66;
}

.pageHeaders {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
color:#2D4D66;
}

/*-------       Color        ----------*/
body {
background:#C8CADF;
}

#container {
background:#ffffff; 
border-left:1px solid #000000;
border-right:1px solid #000000;
}

#header {
background:#FFF url('../images/bannerlogo.jpg');
border-bottom:2px solid #2D4D66;
}

#footer {
background:#FFFFFF;
border-bottom:1px solid #000000;
}

#bodycontent {
background-color:#FFF; 
}

#leftmenu {
background-color:#FFF; 
}

