html,
body {
    height: 100%;
    }

body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    background-image: url('images/bg_body.jpg');
    background-repeat: repeat-x;
    font-size: 10pt;
    font-family: "Tahoma", "Arial", "times new roman", serif;  
    color: #333;
    }

/*****!!! BEGIN Header div tags and text tags !!*****/

/* the wrap for all content */
#wrapit {
    padding-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    }
    
/* the entire header which contains the menu, logo, and top bar */

#header {
    width: 800px;
    height: 95px;
    background: #2B2B2B url;
    text-align: right;
    background-image: url('images/bg_header.jpg');
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    }

#loginlinks {
    position: relative;
    margin-top: 18px;
    margin-right: 12px;
    }
    
#adminlinks {
    position: relative;
    margin-top: 0px;
    margin-right: 12px;
    }

#loginlinks a:link, #loginlinks a:visited {
    text-decoration: none;
	font-family: Verdana, Arial;
	color: #FFF;
	font-size: 10px;
    }

#loginlinks a:hover {
    text-decoration: underline;
    font-family: Verdana, Arial;
    color: #fff;
    }
    
#logoholder {
    width: 324px;
    height: 95px;
    float: left;
    }

/* the bar just below the header which contains the menu and promo pix */

#navbar {
    clear: both;
    width: 800px;
    height: 236px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e4e4e4; 
    overflow: hidden;
    text-align: left;
    } 

/* main vertical menu */
#menuholder {
    float: left;
    height: 200px;
    width: 200px;
    margin-top: 10px;
    margin-left: 0px;
    text-align: left;
    background-color: #e4e4e4;
    vertical-align: middle;
    }
    
#picholder {
    margin-left: 260px;
    margin-top: 20px;
    width: 524px;
    height: 189px;
    overflow: hidden;
    }

/* this contains the multiple columns below the header */
#contentholder {
    clear: both;
    width: 800px; 
    background-color: #fff; 
    height: auto !important;
    height: 100%;
    min-height: 100%; 
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    text-align: left;
    }

#maincontent {  
    width: 570px;
    float: left;
    text-align: left;
    padding: 20px 10px 20px 0px;
    border-right: solid 1px #ccc;
    }

#maincontent_onecol {  
    width: 780px;
    text-align: left;
    padding: 20px 16px 20px 16px;
    }

#rightcontent {
    width: 214px;
    float: right;
    text-align: left;
    padding: 20px 0px 20px 0px;
    }
       
#breadcrumbs {
    margin-bottom: 16px;
    padding: 1px;
    background-color: #fff;
    border: solid 1pt #E4E4E4;
    }

#contentpane {
    text-align: left;
    }

#navbottom {
    clear: both;
    width: 800px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    overflow: hidden;
    }

#footer {
    clear: both;
    width: 800px;
    border-top: solid 1px #ccc;    
    height: 260px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 18px;
    text-align: left;
    overflow: hidden;
    }
    
.dashedline {
    border-bottom: 1px dashed #83956F;
    padding-top: 8px;
    margin-bottom: 14px;
    clear: right;
    }

.divideline {
    border-bottom: 1px solid #DBDBDB;
    padding-top: 8px;
    margin-bottom: 14px;
    clear: right;
    }
 
.backcolor {
    background-color: #EFEFEF;
    border:  solid 1px #ccc;
    padding: 8px;
    margin-bottom: 20px;
    }
    
.bordered {
    border: solid 1px #ccc;
    padding: 8px;
    margin-bottom: 20px;
    }
    
.whitespace {
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    clear: both;
    }
    
.floatleft {
    float:left; 
    margin:6px 6px 6px 0px;
    padding: 6px;
    }

.floatright {
    float:right; 
    margin:6px 0px 6px 6px;
    padding: 6px;
    }

.floatleftborder {
    float:left; 
    margin:6px 6px 6px 0px;
    padding: 6px;
    border: solid 1px #999;
    background-color: #efefef;
    }

.floatrightborder {
    float:right; 
    margin:6px 0px 6px 6px;
    padding: 6px;
    border: solid 1px #999;
    background-color: #efefef;
    }



    
    
/* !----- Container Styles -----! */

.allman_head1, h1 {
    text-align: left;
    font-family: Arial, Serif;
    color: #000;
    font-size: 22px;
    line-height: 100%;
    }

.allman_head2, h2 {
    color: #333;     
    font-size: 18px;
    font-family: Arial, Serif; 
    margin-bottom: 8px;
    margin-top: 20px;
    }

.allman_head3, h3 {
    font-family: Arial, Serif;
    color: #7B151C;
    font-size: 17px;
    margin-bottom: 8px;
    }


.allman_head4, h4 {
    color: #333;     
    font-size: 15px;
    font-family: Arial, Serif; 
    margin-bottom: 8px;
    margin-top: 20px;
    }

.allman_head5, h5 {
    color: #D52027;     
    font-size: 17px;
    font-weight: bold;
    font-family: Arial, Serif; 
    margin-bottom: 8px;
    margin-top: 20px;
    font-style: italic;
    }

.allman_head6, h6 {
    color: #3A3A3A;     
    font-size: 13px;
    font-family: Tahoma, Arial, Serif; 
    margin-bottom: 6px;
    margin-top: 20px;
    font-weight: bold;
    }

.allman_head7, h7 {
    color: #666;  
    font-size: 13px;
    font-family: Arial, Serif; 
    margin-bottom: 6px;
    margin-top: 20px;
    text-decoration: underline;
    }                                    

.author {
    font-size: 8pt;
    font-family: "Arial" , "times new roman" , serif;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 22px;
    font-weight: bold;
    font-style: italic;
    color: #666;
    }

p {
    font-size: 10pt;
    font-family: "Tahoma", "Arial", "times new roman", serif;
    text-align: left;
    margin-top: 0px;
    line-height: 120%;
    }

a:link, a:visited, a:active, A.CommandButton:link {
	text-decoration: underline;
	color: #333;
    }

a:hover, A.CommandButton:hover {
	text-decoration: underline;
	color: #6B7A5A;
    }


#topbar a:link {
    color: white;
    font-size: 11px;
    font-family: "Tahoma", "Arial", "times new roman", serif;
    font-weight: bold;
    }

#topbar a:hover {
    color: #A1CF42;
    text-decoration: underline;
    background-color: #32294E;
    }

#topbar a:visted {
    color: white;
    font-size: 11px;
    font-family: "Tahoma", "Arial", "times new roman", serif;
    font-weight: bold;
    }


/***** !!!! DNN Styles to Override - Taken from default.css file *****/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .blog_body {
    font-size: 10pt;
    font-family: "Tahoma", "Arial", "times new roman", serif;
    text-align: left;
    margin-top: 0px;
    line-height: 120%;
    } 

/* text style used for rendered text which should appear disabled */
.NormalDisabled {
	color: Silver;
    }

/* text style used for rendered text which requires emphasis */
.NormalBold, .blog_Description_Heavy {
	font-weight: bold;
    }

/* text style used for error messages */
.NormalRed {
	font-weight: bold;
	color: #ff0000;
    }

.DNNAligncenter {
	text-align: left;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    }
    
.DNNAlignleft {
	text-align: left;
    padding: 0px;
    margin: 8px 0px 22px 2px;
    }

.SubHead {
	font-size: 11px;
	font-weight: bold;
    }

.NormalTextBox {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	font-weight: normal;
    }

.DNNAligncenter {
	text-align: left;
    }



/***** !!!! End of DNN Styles to Override - Taken from default.css file *****/

/****** Admin page styles *****/

.admin {
    background: #FFF;
    text-align: left;
    }  

/*** DNN Article Markup ***/

.artHeading {
    font-family: Arial, Serif;
    color: #7B151C;
    font-size: 14px;
    background-image: url('images/icon_announcements.jpg');
    background-repeat: no-repeat;
    padding-left: 26px;
    }
.staffHeading {
    font-family: Arial, Serif;
    color: #7B151C;
    font-size: 17px;
    background-image: url('images/icon_staff.jpg');
    background-repeat: no-repeat;
    padding-left: 26px;
    }
.artOverview

.authordate {
   font-family:Arial;
   color:#bdbdbd; 
   font-size:21px;
   }
 
.linkList {
    font-family: Tahoma, Arial, Serif;
    font-size: 11px;
    }   

/****** DNNannouncement module markup ******/

.anWrap {
    margin-left: -6px;
    width: 680px;
    overflow: hidden;
    }

.anContent {
    width: 698px;
    margin-top: 10px;
    }

.anLeft {
    float: left;
    width: 530px;
    padding: 0px 8px 0px 0px;
    }

.anRight {
    float: right;
    width: 100px;
    padding: 20px  8px 8px 8px;
    }
    
.anHeading {
    font-family: Trebuchet MS, Verdana;
    font-size: 16px;
    color: white;
    clear: both;
    background: #4f427b url('images/dot.gif');
    background-position: right;
    background-repeat: no-repeat;
    border-bottom: solid 1px #333;
    padding: 6px;
    }
    
.anListImage {
    width: 100px;
    height: 100px;
    }
