@charset "UTF-8";
/* CSS Document */

#leftColumn{
	background: #094370 url(Images/TopLeftCornerFade.png) top left no-repeat;
	color:#fff;
	vertical-align:top;
	text-align:left;
}


#rightColumn{
	background-color:#fff;
	color:#666;
	vertical-align:top;
}

#bottomRow{
	color:#666;
	font-size:10px;
	border-top:8px #666 double;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	background-color:#f5f5f5;
}

a{
	color:#069;
}

h3{
	color:#333;
	text-align:left;
}

p{
	text-align:justify;
}

.floatRight{
	float:right;
	margin:0 0 10px 10px;
	border:1px #CCC solid;
}

.firstWord{
	font-size:200%;
	font-style:italic;
	color:#b5c3e8;
	font-family:"Times New Roman", Times, serif;
}

.leftsideBullets{
	font-size:120%;
	text-align:left;
	text-decoration:none;
	margin:0;
	padding:0;
}

.leftsideBullets li{
	list-style:none;
	margin:0 0 20px 0;
	border-bottom:2px dotted #06C;
}

.leftsideBullets a{
	color:#FFF;
}	

.firstLetter{
	font-size:200%;
	font-style:italic;
	font-family:"Times New Roman", Times, serif;
	color:#069
}

.myUL{
	list-style:none;
	margin:0;
	padding:0;
	width:230px;
}
	
.myUL li{
	margin-bottom:15px;
	text-align:justify;
	border-bottom:2px dotted #06C;
}

#centerMe{
	text-align:center;
}

.leftAlign{
	text-align:left;
}

#section1, #section2, #section3{
	display:none;
}

#leftColumn .myUL a{
	color:#09C;
	font-size:110%;
}


#showButton1, #showButton2, #showButton3{
	cursor:hand;
}

#archiveTable li{
	margin:5px;
	padding:0;
	text-align:left;
	font-weight:bold;
}

#archiveList{
	margin:0; 
	padding:0;
}

#archiveList li{
	padding-top:10px;
}

.pullquote {
	padding: 10px;
	float: right;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #694e1c;
	border-bottom-color: #694e1c;
	font-size: 16px;
	text-align: center;
	line-height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

.tooltip{
	color:#F60;
	text-decoration:none;
	cursor:default;
	border-bottom:1px dotted #F60;
}
	