@charset "UTF-8";
/* CSS Document */

#title {
	position:relative;
	top:0px;
	border-left:#cccccc solid 1px;
	
}

#mini_menu {
	position:relative;
	left:0px;
	top:0px;
	width:830px;
	height: 126px;
}

#vertical_bar {
	top:0px;
	height:1px;
	background-color:#006666;
	width:1100px;
	left:0px;
}

#image_header {
	position:relative;
	float:left;
	top:0px;
	width:750px;
	height:192px;
	border-left:#CCCCCC solid 1px;
}

#quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	border-bottom:solid 1px #ccccff;
}

#daily_quote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	position:absolute;
	left:5px;
	top:160px;
	width:923px;
	height:22px;
	background-color: #FFFFFF;
}
#main_window {
	position: relative;
	}
	
#sidebar_left {
	float: left;
    width: 180px;
    margin-left: 0px;
    margin-right: -210px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
	border-right:#CCCCCC dotted 1px;
}
#sidebar_right {
	float: right;
	width: 240px;
	margin-left: -100px; /* Negative value of #sidebar-right's width + right margin. */
	margin-right: 0px;
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
}
#content {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-right: -100%; /* Negative value of #content's width + left margin. */
	padding: 0; /* DO NOT CHANGE. Add padding or margin to #content-inner. */
}
#content-inner
  {
	padding-left: 185px; /* The width + left margin of #sidebar-left. */
	padding-right: 250px; /* The width + right margin of #sidebar-right. */
  }
#welcome {
	font-family: "Microsoft Sans Serif", sans-serif;
	line-height: 16px;
	font-size: 9.23pt;
	letter-spacing: 1px;
	padding: 5px;
	border-bottom: 1px dotted #FF8000;
}
.dropCap {
	float:left;
	color:#FF6600;
	font-size:60px;
	line-height:45px;
	padding-right:5px;
	padding-top:1px;
	font-family: Georgia, Times, serif;
}
#footnote {
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1D4B5A;
	padding-top: 3px;
	background-color: #E2EDF6;
}
#stationary {
	position:relative;
}

#feature_block {
	border-top-width: 7px;
	border-top-style: dotted;
	border-top-color: #DDF9FE;
	padding-top: 5px;
	padding-bottom: 5px;
	clear:both;
}
