﻿/* START HOMEPAGE
------------------------------------------------------------------------------------------------------------------------------------ */
.TableImage {
	padding:1px;
	background-color:#EEEEEE;
	border:0px;
	border-color:#999999;
}
Table {
	font-size:12px;
	color:Black;
	font-family:Arial;
}
a.TableText {
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	font-variant:small-caps;
	color:#EA6B1C;
	margin-top:10px;
}
ul.TableText {/*-- UL Settings for Link --*/
	list-style-image: url(images/Arrow.gif);
	margin-left: 0;
	text-align:center;
}
/* END HOMEPAGE
------------------------------------------------------------------------------------------------------------------------------------ */


/* START HEADER
------------------------------------------------------------------------------------------------------------------------------------ */
BODY { /* -- Set Body Properties --- */
	margin-left: 10px;
	margin-top: 15px
}
#Shell { /* -- Holds everything. Centers the site. -- */
	margin:0 auto;
	padding:0;
	width:784px;
}

/* END HEADER
------------------------------------------------------------------------------------------------------------------------------------ */


/* START BODY
------------------------------------------------------------------------------------------------------------------------------------ */
a.Menu {
	text-decoration: none;
	font-weight:bold;
	font-size:11px; 
	color:#666666; 
	font-family: Arial;
}
a.Menu:hover {
	text-decoration: none;
	font-weight:bold;
	font-size:11px; 
	color:#999999; 
	font-family: Arial;
}
.Head {
	font-family:Arial;
	font-size:13px;
	color:#E2671B;
	font-weight:bold;
}
a.Head:hover {/*-- Link Hover Settings for Side Menu --*/
	text-decoration: none; 
}
a.Link {/*-- Link Settings for Side Menu --*/
	text-decoration: none;
	font-size:10pt; 
	color:#327FB1; 
	font-family: Arial;
	line-height:1px;
}
a.Link:hover {/*-- Link Hover Settings for Side Menu --*/
	text-decoration: none; 
	font-size:10pt; 
	color:#003366; 
	font-family: Arial
}
.LogoHeader {/*-- Headline Settings for Side Menu --*/
	padding:2px;
	border:0px;
	border-bottom:1px; 
	border-top:0px;
	border-color: #999999; 
	border-style: dashed;
	font-weight:bold;
}
#Title {/*-- Page Title/Header --*/
	text-decoration:none;
	font-weight:bold;
	font-size:25px; 
	color:#EA6B1C;
	margin-bottom:15px; 
	font-family: Arial;
	border-bottom:solid 0px silver ;
}
.subhead {
	width:98%; 
	background-color:#cccccc; 
	padding:5px; 
	color:#666666; 
	font-weight:bold
}
.BarTop {
	height:15px; 
	background-color:#F0F0F0
}
.BarBelow {
	background-color:#EA6B1C;
	height:4px
}
.MenuSubjectHeader {/*-- Headline Settings for Side Menu --*/
	padding:2px;
	background-color:#EEEEEE;
	border:0px;
	border-bottom:1px; 
	border-top:1px;
	border-color: #999999; 
	border-style: dashed;
	font-weight:bold;
	margin-bottom:15px;
}
a.MenuSide {/*-- Link Settings for Side Menu --*/
	text-decoration: none; 
	font-size:10pt; 
	color:#327FB1; 
	font-family: Arial
}
a.MenuSide:hover {/*-- Link Hover Settings for Side Menu --*/
	text-decoration: none; 
	font-size:10pt; 
	color:#003366; 
	font-family: Arial
}
#ColumnRight {/*-- Settings for Right Column --*/
	width:190px;
	padding:15px;
	vertical-align:top;
	background-image:url("images/ColumnRightBack.gif");
	font-size:13px;
	color:#4F4F4F;
	line-height:15px;
	font-family:Arial;
}
ul.OrangeArrow {/*-- UL Settings for Arrow --*/
	margin-left:0px; 
	list-style:none;
}
ul.OrangeArrow li {/*-- Bullet Settings for Arrow --*/
	padding-left:15px; 
	margin-bottom:0px;
	background-image:url(images/Arrow2.gif); 
	background-repeat:no-repeat; 
	background-position:0 .2em;
}
.footer-blog {
	border: none 0; 
	border-top: 1px dashed #999999;
	width: 100%;
	height: 1px;
}
.headline-blog {
	font-size:15px; 
	font-weight:bold; 
	color:#666666
} 


/* END BODY
------------------------------------------------------------------------------------------------------------------------------------ */


/* START FOOTER
------------------------------------------------------------------------------------------------------------------------------------ */
#MenuFooter { /* -- Positions the text under the footer bar. -- */
	margin:0;
	padding:5px 15px 0 15px;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	text-decoration:none;
}
a.MenuFooter:link {  /* -- Footer links are gray/white. -- */
	color:#CCCCCC;
}
a.MenuFooter:visited {
	color:#CCCCCC;
}
a.MenuFooter:active {
	color:#FFFFFF;
}
a.MenuFooter:hover {
	color:#FFFFFF;
}
/* END FOOTER
------------------------------------------------------------------------------------------------------------------------------------ */