@charset "UTF-8";
html, body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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;
	background-image: url(images/background-shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #CCCCCC;
}
#container  {
	width: 829px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
	border-left: 2px solid #977a99;
	border-right: 2px solid #977a99;
	background-image: url(../images/240px-purple-line.gif);
	background-repeat: repeat-y;
} 
#nav-home {
	padding: 19px 0px 0 0px;  /* 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. */
	height: 30px;
	width: 830px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}
.nav-home   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
}

.nav-home a:link {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
}
.nav-home a:active {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}
.nav-home a:hover {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}
.nav-home a:visited {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
}
#header  {
	background: #FFFFFF;
	padding: 0 0px 0 0px;  /* 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. */
	height: 150px;
	border-bottom-color: #977a99;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/background-logo.jpg);
} 
.horizontal-rule {
	color: #977a99;
	height: 1px;
	background-color: #977a99;
	border: 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 */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
#header   p {
	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 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}
#rotator {
	float: left;
	height: 280px;
	width: 510px;
	margin: 20px 0px 20px 0px;
}
#header-text {
	float: right;
	height: 280px;
	width: 270px;
	margin: 20px 0px 20px 5px;
}
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}
#sidebar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
}
#sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
}
#mainContent  {
	margin: 0 0 0 0px; /* 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: 10px 15px 0px 10px;
	float: right;
	width: 560px;
} 
#mainContentHome {
	margin: 0 0 0 0px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 500px;
}
#mainContent 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: 20px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
}
#mainContent   h2 {
	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: 20px 0 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
#mainContent   p {
	margin: 0px 0px 0px 0px; /* 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: 0px 5px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 17px;
}
#mainContent  a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #663399;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer  {
	padding: 5px 0px 0 0px;
	height: 60px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #977a99;
	width: 100%;
	background-image: url(../images/background-footer.jpg);
} 
#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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	line-height: 13px;
}
#footer  a:link {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
}
#footer  a:visited {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #333333;
}
#footer  a:hover {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	font-weight: bold;
}
#footer  a:active {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.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;
}
.sidebar a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.sidebar a:active {
	color: #977a99;
	text-decoration: underline;
	font-weight: bold;
}
.sidebar a:hover {
	color: #977a99;
	text-decoration: underline;
	font-weight: bold;
}
.sidebar a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
