body {
	margin: 0 auto;
	padding: 0;
	color: #333333;
	background-color: #FFFFFF;
	font-size: 80%
}

body.black {
	margin: 0 auto;
	padding: 0;
	color: #CCCCCC;
	background-color: #000000;
	font-size: 80%
}

.nowrap {white-space:nowrap;}

div.bookshelf { background:url(/assets/core_images/shelf-pattern.jpg) repeat-x; width:100%; height:184px; vertical-align:middle; }

div.center { margin-left:auto; margin-right:auto; }

div.left { margin-left:0; margin-right:auto; text-align: left;}

div.dash-hr1 {
	border-style:none;
	border-top: 1px dashed #000000;
	border-bottom: 1px dashed #808080;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.dash-hr2 {
	border-style:none;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #000000;
}

div.dash-hrblack1 {
	border-style:none;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #A9A9A9;
	padding-top: 2px;
	padding-bottom: 2px;
}

div.dash-hrblack2 {
	border-style:none;
	border-top: 1px dashed #A9A9A9;
	border-bottom: 1px dashed #808080;
}

.dashr {
	border-style:none;
	border-top: 1px dashed #808080;
	border-bottom: 1px dashed #A9A9A9;
	height: 2px;
}

h1, h2 {
	font-family:  lucida grande, georgia, garamond, times new roman, times, serif;
	letter-spacing: 0.09em;
}

h3 {
	font-family: lucida grande, georgia, times new roman, times, serif;
	font-size: 12px;
	letter-spacing: 0.09em;
	line-height: 100%;
}

h4 {
	font-family: lucida grande, verdana, arial, helvetica, sans-serif;
	margin-bottom: 4px;
}

p {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
}

.smallcaps {
	font-size: 14px;
	line-height: 12px;
	font-variant: small-caps;
}

.bold {
	font-weight: bold;
}

.summarytext {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 11px;
}

.bodytext {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 11px;
}

.footertext {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 10px;
}

.tinytext {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 10px;
	line-height: 100%;
}

.maptext {
	font-family: lucida grande, trebuchet ms, helvetica, arial, sans-serif;
	font-size: 10px;
	color: white;
	line-height: 120%;
}

.maph {
	font-family: lucida grande,verdana,arial,helvetica,sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.left { text-align: left; }

.center { text-align: center; }

.right { text-align: right; }

.grey {color:#666666;}

table.center { 
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	text-align: left;
}

table.right { 
margin-left: auto;
margin-right: 10px;
table-layout: fixed;
text-align: left;
}

td.middle {
vertical-align: middle;
}



ul.none {
list-style: none;
margin-left: 0;
padding-left: 10px;
}

ul.normal {
list-style: square;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 1em;
padding-left: 1em;
}

img {
margin: 0;
padding: 0;
border: 0;
}

iframe {border: 0pt none;}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }

img.right {
    display: block;
    margin-left: auto;
    margin-right: 0; }

img.left {
    display: block;
    margin-left: 0;
    margin-right: auto; }

img.header {
    position:absolute;
    top:0px;
    left:10px;
    z-index:-2; }

img.footer {
    position:absolute;
    top:0px;
    z-index:-1; }

object.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }

a:link { background-color: transparent; text-decoration: none; color: #FF9900; }
a:visited { background-color: transparent; text-decoration: none; color: #FF3300; }
a:hover { background-color: transparent; text-decoration: none; color: #FF6600; }

#topbar {
margin:0 auto;
padding:0;
height: 45px;
background: #FBFAF4;
border-top: 8px solid #232863;
border-bottom: 1px solid #333;
}

.secondbar {
margin:0 1px 0 0;
padding:0;
height: 1px;
background: #3C3B3A;
border-top: 1px solid #31302F;
border-bottom: 1px solid #50504E;
}

#wrapper {
margin: -57px auto 0 auto;
padding-bottom: 10px;
width: 740px;
border-top: 8px solid #232863;
background: #585756 url("./themes/site_themes/default/bg.gif") repeat;
color: #333;
}

#navbar {
padding: 0 0 1em 0;
background-color: ;
font: 12px lucida grande, verdana, arial, helvetica, sans-serif;
text-align: right;

}

#navbar ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
display: block;
text-align: right;
}

#navbar li {
float: none;
margin: 0px;
list-style: none;
}

#navbar li a {	
display: block; 
padding: 0.75em 0 0.25em; 
text-transform: uppercase; 
color: #696969;
}

#navbar a:hover { background: transparent; text-decoration: none; color: #0066FF; }

.date {
font-size: 120%;
background: transparent;
color: #000;
}

.title {
font-size: 130%;
font-weight: normal;
background: transparent;
color: #336600;
border-bottom: 1px solid #ddd;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #666;
}

.sidetitle {
margin: 18px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
border-bottom: 1px dotted #ccc;
}

.spacer {
clear: both;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
 background-color: #9DB7A7;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #195337;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#ccc;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}


/* right */
a.right 		{ background: url(/assets/fancybox/fancy_nav_right.png); margin-right:10px; float:right;}
a.right:hover 	{opacity:1;filters.alpha.opacity:100;}
a.right:active 	{opacity:1;filters.alpha.opacity:100;} 


/* left */
a.left			{ background: url(/assets/fancybox/fancy_nav_left.png); margin-right 40px; float:right; } 
a.left:hover  	{opacity:1;filters.alpha.opacity:100;}
a.left:active  	{opacity:1;filters.alpha.opacity:100;}

/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 	

