@charset "ISO-8859-1";
body  {
	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: #222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #a1c4ee;
}
a:link {
	color: #1142aa;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #06276F;
}
#container  {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
} 
#header  {
	height: 160px;
	width: 1000px;
	margin: 0px;
	padding: 0;
} 
#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 */
}

#mainContent  {
	margin-top: 35px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
	width: 500px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1142aa;
	border-left-color: #1142aa;
	position: relative;
} 
#mainContent {
	min-height:1000px;
}
#mainContent h1 {
	font-size: 1.2em;
	color: #06276f;
}
#mainContent h2 {
	font-size: 1.1em;
	color: #4573D5;
}
#mainContent  h3 {
	font-size: 1em;
	color: #6c8dd5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	line-height: 1.2em;
}
#mainContent h4 {
	color: #1142aa;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
#mainContent img {
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.imageLeft {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.imageRight {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 20px;
}

#mainContent a:hover {
	text-decoration: underline;
}
#mainContent a {
	font-weight: bold;
	color: #1142aa;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#mainContent li {
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.smallText {
	font-size: .7em;
}


#mainContent blockquote {
	font-style: italic;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #888888;
	border-bottom-color: #888888;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 30px;
	background-image: url(../image-files/quote_up.gif);
	background-repeat: no-repeat;
	font-size: .9em;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#horizNav {
	width: 1000px;
	background-repeat: repeat-x;
	height: 35px;
	background-image: url(../image-files/nav-bkg.jpg);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 150px;
	display: none;
}
#horizNav ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#horizNav li {
	list-style-type: none;
	float: left;
	line-height: 30px;
	border-right-width: 3px;
	border-right-style: groove;
	font-weight: normal;
	border-right-color: #EEEEEE;
	font-size: 0.8em;
	display: block;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	}
#horizNav   li   a:link    {
	display: block;
	text-decoration: none;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-image: url(../image-files/nav-bkg.jpg);
	color: #5F86AB;
	font-weight: bold;
}
#horizNav   li   a:hover	{
	color: ##445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
	}
#horizNav li a {
	display: block;
	padding-top: .2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#horizNav li a.current, #horizNav li a.current:hover {
	color: #445b91;
	background-image: url(../image-files/nav-bkg-hover.jpg);
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #888888;
	background-image: url(../image-files/quote_up.gif);
	text-align: center;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 1em;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 190px;
	top: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	position: absolute;
	left: 0px;
	font-size: 90%;
}
#sidebar1 h3 {
	font-size: 1em;
	line-height: 30px;
	color: #06276f;
	padding-left: 10px;
}
#sidebar1 h2 {
	font-size: 1em;
	color: #2a4580;
	margin: 0px;
	padding: 0px;
}
#sidebar1 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#leftNav  ul {
	margin: 0px;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#leftNav li {
	text-decoration: none;
	list-style-type: none;
	font-size: 0.9em;
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.6em;
}
#leftNav  li a {
	text-decoration: none;
	color: #1142aa;
	padding-left: 10px;
	font-size: 1em;
	display: block;
	border: 1px solid #1142aa;
	background-color: #D8D8D8;
}
#leftNav  a:hover {
	color: #000000;
	background-color: #FFFF99;
	border: 1px solid #000000;
}
#leftNav li a.current {
	color: #FFFFFF;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	top: 150px;
	position: absolute;
	left: 760px;
	border: 1px 1 #bbbbb;
}
#sidebar2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#sidebar2 h3 {
	color: #06276f;
	font-size: 1em;
	line-height: 30px;
	padding-left: 10px;
}
#sidebar2 h4 {
	font-style: normal;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBBBBB;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.9em;
	color: #777777;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBBBBB;
}
#sidebar2 a:link {
	color: 1142aa;
}
#sidebar2 a:hover {
	color: #1142aa;
	text-decoration: underline;
}
#footer  {
	text-align: center;
	margin-top: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#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: 0.8em;
}
#footer a:hover {
	text-decoration: underline;
}
.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;
}

#addSiteTo {
width:90%;
font-size:85%;
text-align:center;
padding:8px 0;
border:1px solid #000;
margin:12px auto;
background-color: $FFFF00;
}

#addSiteTo p {
padding:2px 2px 4px;
margin:0;
}

#addSiteTo img {
width:91px;
border:0;
padding:1px 0;
}
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */


 /* the section below is for the rounded corner box */

.sidebox {
	width: 220px;
	font-size: 100%;
	background-image: url(../image-files/sbbody-r.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 10px;
	padding: 0px;
	left: -20px;
	position: relative;
	display: block;
}
.boxhead {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../image-files/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxhead h2 {
	margin: 0;
	padding: 22px 30px 5px;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	background-image: url(../image-files/sbhead-l.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #1142aa;
}
.boxbody {
	margin: 0;
	padding: 5px 30px 31px;
	background-image: url(../image-files/sbbody-l.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.ReminderBox {           /* the container box */
	background-color: #ddd;
	width: 24%;
	border: 1px solid #8f8fb3;
	margin: 0 0 12px 18px;
	float: right;             /* adding float enables text to flow around it */
	color: 222222;
}
.CalloutBox {
	background-color: #fff;
	width: 90%;
	border: 1px dotted #8f8fb3;
	padding: 4px;
	color: black;
	margin-top: 18px;
	margin-right: auto;
	margin-bottom: 24px;
	margin-left: auto;
}
.Caption {
font-size: 85%;
font-weight: bold;
color: #000;
display: block;
line-height: 150%;
margin-bottom:10px;
}

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 2px 18px 12px 0;
text-align: center;
}

#navcontainer
{
	width: 100%;
	margin: 0 auto;
	padding: 0;
		font-size: 13px;
	text-align: left;
	text-transform: capitalize;
	color: #06276f;
	background-color: #EBF0FA;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	border-width: 1px;
	border-color: #ffe #aaab9c #ccc #fff;
	border-style: solid;
	color: #1142aa;
	text-decoration: none;
	background: #D8D8D8;
	padding-top: 0.3em;
	padding-right: 0;
	padding-bottom: 0.3em;
	padding-left: 1.5em;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
	background: #EBF0FA;
	color: #1142aa;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #06276f;
	background: transparent;
	border-color: #aaab9c #fff #fff #ccc;
}
