body {
    margin: 20px;
    _text-align: center; /* fix for ie only */
    padding: 0;
    background-image: url(bg.gif);
    font: normal .7em Tahoma, Arial, Helvetica, sans-serif;
    height: 1800px;
}
a.Normal:link {
    color: #333333;
    text-decoration: underline;
}
a.Normal:visited {
    text-decoration: underline;
    color: Red;
}
a.Normal:hover {
    text-decoration: underline;
    color: Red;
}
a.Normal:active {
    color: #333333;
    text-decoration: underline;
}
a:link {
    color: #333333;
    text-decoration: underline;
}
a:visited {
    text-decoration: underline;
    color: Red;
}
a:hover {
    text-decoration: underline;
    color: Red;
}
a:active {
    color: #333333;
    text-decoration: underline;
}

h1, h2, h3 {
    font-family: Georgia, "Times New Roman" , Times, Sans-serif;
    font-weight: normal;
    color: #333333;
}

p, blockquote, ol, ul {
    line-height: 160%;
}
/* Wrapper */
.wrapper {
    width: 800px;
    margin: 0 auto;
    /* for IE 5.5 and below */
    height: 1px;
    voice-family: "\"}\"";
    voice-family: inherit; 
    /* for IE 6 and above */
    height: 100%;     
}

/* Header */
.header {
    float: left;
    height: 88px;
}

.header h1 {
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    letter-spacing: -1px;
    font-size: 2em;
}

.header h2 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    font-style: italic;
}

.header a {
    text-decoration: none;
    color: #FFFFFF;
}

.headerbar {
    width: 100%;
    height: 88px;
    overflow: hidden;
    background-image: url(bg.gif);
}

.menu {
    width: 100%;
    font: .8em Arial, Helvetica, sans-serif;
    color: black;
    background: #EFF3F9;
    display: inline;
    vertical-align: middle;
}


.leftbar {
    width: 220px;
    _text-align: left;
    padding-left: 10px;
    height: 100%;
}

.statusbar {
    width: 100%;
    height: 25px;
    font: bold .8em Tahoma, Arial, Helvetica, sans-serif;
    color: white;
    background: #3B70A7;
    display: inline;
    vertical-align: middle;
    clear: both;
}
.statusbardate {
    float: left;
    text-align: left;
    background-color: #EFF3F9;
    width: 50%;
}
.statusbarbreadcrumbs {
    text-align: center;
    background-color: #EFF3F9;
    display: inline;
    width: 34%;
}
.statusbarlogin {
    float: right;
    text-align: right;
    background-color: #EFF3F9;
    vertical-align: middle;
    width: 50%;
}
.statusbar a:hover {
    text-decoration: underline;
    color: Red;
}
/* Pages */

.logobar {
    float: right;
}

.logobar h2 {
    display: none;
}

.logobar ul {
    float: right;
    margin: 0;
    padding: 125px 15px 0 0;
    list-style: none;
    line-height: normal;
}

.logobar li {
    display: inline;
}

.logobar a {
    padding-left: 2em;
    text-decoration: none;
    font: bold 1em Tahoma, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

.logobar a:hover {
    text-decoration: underline;
}

/* Content */

.content {
    clear: both;
    padding-top: 10px;
    padding-bottom: 50px;
    background-color: white;
    /* for IE 5.5 and below   */
    height: 1px;
    voice-family: "\"}\"";
    voice-family: inherit; 
    /* for IE 6 and above */
    height: 100%;    

}

.iframeholder{
    width: 100%;
    height: 100%;
    _text-align: center;
}
/* Posts */

.posts {
    float: right;
    width: 520px;
    padding-right: 20px; /*background: #EFF3F9;*/
    height: 100%;
   
}

/* Footer */
.footer {
    clear: both;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px dotted #000000;
    font: normal .8em Tahoma, Arial, Helvetica, sans-serif;
    color: #999999;
    text-align: center;
}



/* PUT IN CONTAINER CSS */

/* style of item titles on edit and admin pages */
.SubHead {
    font-size: 85%;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size: 85%;
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:active {
}

A.CommandButton:hover {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}
.MainMenu_MenuItemSel {
    text-decoration: underline;
    color: Red;
}





