html, body, container, wrapper, content_left, content_right, content { 
height: auto !important; /* modern browsers */
height: 100%; /* IE6: treated as min-height */
min-height: 100%; /* modern browsers */ }
body {
	margin: 0px;
	font-size: 100%;
    font-family: Verdana, Arial, sans-serif;      
	background: url(/static/images/header_bg.jpg) top left repeat-x;   
}
#container {
	background-color: #fff;
	position: relative;
    left: 50%;
    margin-left: -565px;
    width: 1130px;
}
#wrapper {
    	min-height: 100%; /* modern browsers */
}
#header {
    height: 108px;
    width: 1130px;
    margin: 0px;
	background: url(/static/images/header.jpg) top center no-repeat;
}
#header_link{
    height:53px;
    width:100%;
}
#footer {
    height: 39px;
    width: 1130px;
    padding-bottom: 35px;
	background: url(/static/images/footer_bg.jpg) top center no-repeat;
    clear:both;
    text-align:center;
    vertical-align:middle;  
    display: table-cell;
}

ul#nav { height: 45px; list-style: none; margin:0px; padding:0px 0px 0px 150px}
ul#nav li { height: 35px; float: left; margin: 10px 30px 0 0; padding-bottom:10px;}
ul#nav li a { height: 35px; display: block; color:inherit; text-decoration: none}
ul#nav li img { display: block;}
ul#nav li:hover { background: url(/static/images/nav_hover.jpg) bottom center no-repeat; }
ul#nav li.selected { background: url(/static/images/nav_selected.jpg) bottom center no-repeat;  }



.#wrapper {
    background-color: transparent;
}

#nav_content {
    font-size: 18pt;
    font-family: Times, serif;
}
h1 {
    margin:0px 0px .75em 0px;
}
h2 {
    margin:0px 0px .75em 0px;
}
p {
    color: #000;
}

#content_left {
    width: 1020px;
    height: 100%;
    background: url(/static/images/content_left.gif) top left repeat-y;
    padding:0 0 0 90px;
    background-color: #FFF;
}
#content_right {
    width: 950px;
    height: 100%;
	background: url(/static/images/content_right.gif) top right repeat-y;
	padding-right:90px;
}
#content {
    width: 830px;
    height: 100%;
    background-color: #FFF;
    padding: 0px 60px 40px 60px;
    position: relative;
}


.messageBoxSpacer {
    height: 15px;
}
.messageBox {
    text-align: center;
    padding: 10px;
}
.message {
    border: 1px #50545c solid;
    padding: 5px 40px 5px 40px;
    font-size: 1em;
    font-style: italic;
}
.message:hover {text-decoration: none; }
#messageContents {
    border: 8px #50545c solid;
    padding: 20px;
    position: absolute;
    display: none;
    background-color: white;
    margin-right: 40px; /* double of padding */
    z-index: 9999;
}
.messageClose {
    font-size: 1em;
    text-align: center;
    font-style: italic;
}

#contact {        
    border: 2px #50545c solid;
    padding: 20px;
    /*margin:5px 0 20px 0px;*/
    background-color:white;
}


.indent {
    margin: 0 0 0 2em;
}

.attribution {
    font-style: italic;
}

a {}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
p A:hover {text-decoration: underline}


body { font-size:100%; line-height:1.5 }
h1 { font-size:2.25em;  /* 16x2.25=36 */ }
h2 { font-size:1.5em;   /* 16x1.5=24 */ }
h3, .h3 { font-size:1.125em; /* 16x1.125=18 */ }
h4 { font-size:0.875em; line-height:1.46 /* 16x0.875=14 */ }
p, #footer, li  { font-size:0.75em; line-height:1.7 /* 16x0.75=12 */ }
li p { font-size:1em; }

.h3 {
    font-weight: 550;
    line-height: 1.77;
    letter-spacing: .1;
}

h1, h2, h6 {
    font-family: Times, serif;
}
h1, h2, h3, h6 {
    font-weight: normal;
}


h6 { /* nav bar */
    font-size: 18px;
    display: inline;
}

.inline { display: inline }


.century {
    font-family:  Georgia, Times, serif !important;
}

.caps{
    font-variant: small-caps
}

.example{
    color:#888;
}

.clear{
    clear: both;
}