@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #left_shadow {
	background-image:url(images/left_trans.png);
	background-position:left;
	background-repeat:repeat-y;
}
.twoColFixLtHdr #right_shadow {
	background-image:url(images/right_trans.png);
	background-position:right;
	background-repeat:repeat-y;
}
.twoColFixLtHdr #main_block {
	background-color:#FFF;
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 16px;
}
.twoColFixLtHdr #header {
	background-color:#FFF;
	background-image:url(images/top_bg.jpg);
	background-position:top;
	margin: 0;
	height: 140px;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:"Times New Roman", Times, serif;
	font-size:60px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.twoColFixLtHdr #stylish {
	padding: 0;
	text-align:justify;
	color:#7EA7C4;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	margin: 10px 10px 20px 10px;
}
.twoColFixLtHdr #contentblock {
	padding: 0;
	border: thin solid #7EA7C4;
	text-align:justify;
	margin: 10px 10px 20px 10px;
}
.twoColFixLtHdr #contentblock p {
	margin: 5px 10px;
	padding:0;
	font-size:12px;
}
.twoColFixLtHdr #contentblock h2 {
	margin: 0;
	padding:5px;
	font-size:12px;
	color:#FFF;
	background-color: #7EA7C4;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent p {
	padding:0 0 10px 0;
	font-size:12px;
	text-align:justify;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:right;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #phone {
	font-size: 24px;
	padding:0;
	color: #900;
	width:200px;
	float:right;
}

.twoColFixLtHdr #tag {
	font-size: 22px;
	padding:0 0 0 150px;
	color: #900;
	width:350px;
	text-align:right;
	font-style:oblique;
	font-family:"Times New Roman", Times, serif;
}

.twoColFixLtHdr #menu {
	font-size: 12px;
	padding:1px 0 2px 0;
	color: #2b2a55;
	text-align:left;
	font-style:oblique;
	margin: 10px 0 0 0;
	border-top: 1px #900 solid;
	border-bottom: 1px #900 solid;
	
}
.twoColFixLtHdr #menu a,  #menu a:visited{
	font-weight: bold;
	color: #2B2A55;
	text-decoration: none;
	padding:2px 5px;
}
.twoColFixLtHdr #menu a:hover{
	font-weight: bold;
	color: #fff;
	background-color:#900;
	text-decoration: none;
	padding:2px 5px;
	border-left:none;
	border-right:none:
	border: thin #003;
}
.twoColFixLtHdr #bot_shadow { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: right; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bottom_trans.png);
	background-position:top left;
	background-repeat:no-repeat;
	height:30px;
	font-size: 10px;
	padding:1px 20px 2px 0;
	color: #2b2a55;
	text-align:right;
	font-style:oblique;
} 
.twoColFixLtHdr #bot_shadow p{ 
	margin: 0 20px;
}
.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.non_transparent {
	filter:alpha(opacity=99);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.sub_menu {
	color: #333;
	font-size:12px;
	text-decoration: none;
	padding:2px;
}
.sub_menu a {
	font-weight: bold;
	color: #333;
	font-size:10px;
	text-decoration: none;
	padding:2px;
}
.sub_menu:visited{
	font-weight: bold;
	color: #2B2A55;
	text-decoration: none;
	padding:2px;
}
.sub_menu:hover{
	color: #fff;
	background-color:#7EA7C4;
	text-decoration: none;
	padding:2px;
	border-left:none;
	border-right:none;	
	border: thin #003;

}

.sub_menu {
	display: block;
	list-style-type: none;
}
.sub_menuX {
	display: block;
	list-style-type: none;
}
ul {
	text-indent: 0px;
	display: compact;
	margin-left: 0px;
	padding-left: 0px;
	margin: 0;
}
.right_photo {
	margin-left: 8px;
	border: thin solid #81A7C3;
}
a {
	color: #600;
	text-decoration: none;
}
 p.dropcapit:first-letter {
 font-size : 350%;
 font-weight : bold;
 float : left;
 width : 1em;
 color : #7EA7C4;
 font-family:"Times New Roman", Times, serif;
 }
 .super {
	font-size: 9px;
	color: #333;
}
.footnote-it {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333;
	padding: 0 10px;
	margin: 0 20px;
}
hr {
	border:none;
	border-top:thin solid #7EA7C4;
	padding: 0;
	margin: 2px 10px 0 0;
}