@charset "utf-8";


body {
		font: 100% Verdana, Arial, Helvetica, sans-serif;
		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;
		border: 0;
		background-image: url(../images/bgrndsEtc/fullBG.jpg);
}

img {
		border: 0px;
}
table {
	border: 0px;
	font-size: 2px;
}
.SMlayout #container {
		width: 780px;
		margin: 0 auto;
		text-align: left; /* this overrides the text-align: center on the body element. */
		height: 100%;
		background-color: #0555A0;
} 
.SMlayout #header {
		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. */
		position: relative;
		height: 46px;
		background-image: url(../images/bgrndsEtc/headerBG.jpg);
		background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
} 
.SMlayout #headerCover {
		position: absolute;
		height: 88px;
		top: 0px;
		width: 780px;
		z-index: 1;
		font-size: 2px;
} 
.SMlayout #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		font-size: 9px;
}
.SMlayout #header-sub {
		position: relative;
		height: 124px;
		background-image: url(../images/bgrndsEtc/subBG.jpg);
		font-size: 2px;
} 
.SMlayout #header-sub 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
		font-size: 9px;
}
.SMlayout  #navBar {
		width: 170px;
		height: 510px;
		top: 160px;
		position: absolute;
		font-size: 2px;
}
.SMlayout   #navBar-sign {
		width: 215px;
		height: 232px;
		position: absolute;
		font-size: 2px;
		left: -29px;
		top: -22px;
}
.SMlayout #mainTopper {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 170px;
	position: relative;
	background-color: #FFFFFF;
	height: 15px;
	padding: 0px;
} 
.SMlayout #mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	position: relative;
	background-color: #FFFFFF;
	height: 600px;
	overflow: auto;
} 

.SMlayout #rndCrnrRt {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 0px;
	right: 0px;
	left: auto;
	background-image: url(../images/bgrndsEtc/rnd-RTcnr.png);
	background-repeat: no-repeat;
}
.SMlayout #rndCrnrLt {
	position: absolute;
	height: 15px;
	width: 15px;
	top: 0px;
	right: auto;
	left: 0px;
	z-index: 0;
	background-image: url(../images/bgrndsEtc/rnd-LTcnr.png);
}
.SMlayout  #footer-tags {
		height: 108px;
		width: 780px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		background-image: url(../images/bgrndsEtc/subBG.jpg);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 24px;
		font-weight: bold;
		color: #000000;
		text-align: center;
		padding-top: 6px;
		padding-right: 0;
		padding-bottom: 6px;
		padding-left: 0;
}
.SMlayout #menuBottom {
	width: 776px;
	margin-right: auto;
	margin-left: auto;
	height: 74px;
	background-image: url(../images/bgrndsEtc/headerBG.jpg);
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-position: top;
	background-repeat: repeat-x;
	background-color: #0555A0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #070A6E;
	text-align: center;
}
h1 {
		margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		color: #000000;
		text-align: center;
		padding-top: 6px;
		padding-right: 0;
		padding-bottom: 12px;
		padding-left: 0;
}
h2 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
h3 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #070A6E;
	text-align: center;
	font-weight: bold;
}
h4 {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: left;
	font-weight: lighter;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	line-height: 14.4px;
	text-align: justify;
}
p.center {
		text-align: center;
}
p.bold {
	font-weight: bold;
}
p.italic {
	font-style: italic;
}
a {
		text-decoration: none;
}
a:link {
		color: #070A6E;
		text-decoration: none;
}
a:visited {
		color: #070A6E;
		text-decoration: none;
}
a:active {
		color: #666666;
		text-decoration: none;
}
a:hover {
		color: #FF0000;
		text-decoration: none;
}
.dropcap {
		float:left;
		color:#D4D4C7;
		font-size:57px;
		line-height:38px;
		padding-top:2px;
		font-family: Times, serif, Georgia;
}
.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: 10px;
		margin-top: 9px;
		margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
		float: left;
		margin-right: 10px;
		margin-top: 9px;
		margin-bottom: 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;
}
