

#wrapper {          /* Wraps the whole page in a div to keep it narrow and centered */
        width: 770px; 
        margin: 0 auto; 
        background: #14285f; 
        top center repeat-y; 
        text-align: left; 
        }

#header {         /* Enbles every page to have the same header */
        width: 770px; 
        clear: both; 
        background: #14285f; 
        position: relative; 
        }
        
#core {
        width: 770px; 
        clear: both; 
        background: #14285f; 
        position: relative; 
        }



/* Global Styles */

body {
	margin:0px;
	padding: 0;
	color:#99CCFF;
	background: #14285F; 
	}
	
td {
	font:11px arial;
	color:#99CCFF;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	letter-spacing:.08em; 
	color: #99CCFF;
	text-decoration: none;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}

#logo {
	font:18px georgia;
	color: #CC3300;
	line-height:24px;
	letter-spacing:.4em;
	}

#tagline {
	font:12px georgia;
	color: #CC3300;
	line-height:18px;
	letter-spacing:.4em;
	}
	
#dateformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#dateformat a:hover {
	color: #ffffff;
	}

#calendarformat a {
	color:#99CCFF;
	font:16px georgia;
	font-weight: bold;
	color: #99CCFF;
	letter-spacing:.2em;
	text-decoration:none;
	font-weight:bold;
	}
	
#calendarformat a:hover {
	color: #ffffff;
	}

#fancypara:first-line {
        font-variant: small-caps
        }

#fancypara:first-letter {
        float: left; 
        font-size: 375%; 
        line-height: 0.8
        }
	
#linkformat a {
	color:#99CCFF;
	font:11px georgia;
	color: #99CCFF;
	letter-spacing:.08em;
	text-decoration:none;
	font-weight:bold;
	}
	
#linkformat a:hover {
	color: #ffffff;
	}

/* Class Styles */

.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:0.08em;
	}

.bodyText11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight:normal;
	color:#99CCFF;
	line-height:16px;
	letter-spacing:0.08em;
	}

.coreSubhead_1 {
	font:18px georgia;
	color: #99CCFF;
	font-weight: bold;
	line-height:28px;
	margin-top:2px;
	letter-spacing:.05em;
	}

.coreSubhead_2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #99CCFF;
	font-weight: bold;
	line-height:24px;
	letter-spacing:.03em;
	}

.coreSubhead_3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #99CCFF;
	font-weight: normal;
	line-height:18px;
	letter-spacing:.03em;
	}

.coreSubhead_3b {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #99CCFF;
	font-weight: bold;
	line-height:22px;
	letter-spacing:.03em;
	}

.coreTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #99ccff;
	line-height:30px;
	margin-top:2px;
	margin-bottom:2px;
	letter-spacing:.05em;
	}
	
.detailText {
	font:12px arial;
	color:#ffffff;
	line-height: 16px;
	letter-spacing:.1em;
	}
.navSubText {
        font-size:11px;
        font-family: Georgia, "Times New Roman", Times, serif; 
       	letter-spacing: 0.03em; 
       	color: #99CCFF;
       	font-weight:bold;
       	text-decoration: none;
       	line-height:16px;
       	}

.navSubTextItal {
        font-size:11px;
        font-family: Georgia, "Times New Roman", Times, serif; 
       	letter-spacing: 0.1em; 
       	color: #99CCFF;
       	font-weight:bold;
       	font-style: italic;
       	line-height:16px;
       	}

.navSubTextHighlight {
        font-size:11px;
        font-family: Georgia, "Times New Roman", Times, serif; 
       	letter-spacing: 0.03em; 
       	color: yellow;
       	font-weight:bold;
       	text-decoration: none;
       	line-height:16px;
       	}

.pageName {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 22px;
        font-weight: bold;
        color: #99ccff;
	line-height:30px;
	letter-spacing:.1em;
	}

.pageNameItal {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 22px;
        font-style: italic;
        font-weight: bold;
        color: #99ccff;
	line-height:30px;
	letter-spacing:.1em;
	}
	
.sidebarHeader {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
	font-weight:bold;
	line-height:16px;
	color: #99CCFF;
	letter-spacing:.1em;
	}	
	
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	letter-spacing: 0.02em;
	color:#99CCFF;
	}
	
.subHeader {
	font:16px georgia;
	color: #99CCFF;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:16px;
	}	
	
/* Thumbnail Titles */
.thText {
	font-size: 12px;
	font-family: arial;
	color:#ffffff;
	letter-spacing: 0.1em;
	line-height: 16px;
	}

.thTitle {
	font-size: 12px;
	font-family: arial;
	color:#ffffff;
	letter-spacing: 0.1em;
	line-height: 16px;
	}

	
