﻿@import url("layout.css");
body {
	font-family: "Verdana", "Arial", "Times New Roman", Times, serif;
	font-size: small;
	background-image:url('../images/bgTile.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
#container {
	width: 920px;
	margin: 20px auto;
	background-color:red;
}
#masthead {
	color:#00a74f;
	text-align: center;
	width: 920px;
	height:45px;
	padding-top:140px;
	background-image:url('../images/homepage.jpg');
	background-repeat:no-repeat;
	background-color:white;
}
#navigation {
	position: relative;
	float:left;
	width: 920px;
	height:10px;
	border-color:green;
	background-color:white;
	margin-bottom: 5px;
}
#page_top {
	width: 560px;
	text-align: left;
	margin-left:220px;
	overflow: auto;
}
  #page_top p { text-align: center; }
  /* main nav */
  #nav-main,
  #nav-main li .sub {
    padding: 0;
    list-style: none;
  }
  #nav-main {
    margin: 15px 0 0;
    height: 20px;
    font: 15px/normal arial, helvetica, sans-serif;
  }
    #nav-main li {
      float: left;
      width: 93px;
    }
      #nav-main li a {
        display: block;
        color: red;
        text-align: center;
        text-decoration: none;
      }
      #nav-main li a:hover {
        color: #EF5A98;
        font-weight: bold;
      }
      #nav-main li .sub {
        position: absolute;
        left: auto;
        margin: 0;
        width: 105px;
        visibility: hidden;
        background: #fff;
      }
      #nav-main li:hover .sub { visibility: visible; }
        #nav-main li .sub li {
          float: none;
          width: 100%;
          font-size: 13px;
          line-height: 26px;
        }
  /* --main nav */

#content {
	top: 0px;
	background-color: white;
	position: relative;
	float: left;
	color: black;
	width: 900px;
	padding:10px;
	margin-top:0px;
	margin-bottom: 5px;
}
#content_left {
	top:0;
	width:575px;
	float:left;
	position: inherit;
}

#content_right {
	top:0;
	width:305px;
	float:right;
	position: inherit;
}
#content_right ul {
	margin:0px;
}
#content_right li {
	margin: 0px;
	text-indent: 2px;
}
#content_right img {
	width:98%;
}
#content_right p {
	text-align:center;
}
#footer {
	top: 0px;
	color: #00a74f;
	background-color:white;
	position: relative;
	float: left;
	width: 900px;
	padding:10px;
	margin-top:0px;
}
#calendar {
	font-size:small;
}
#calendar dt {
	color: #00a74f;
	font-size:medium;
	font-weight:bold;
}
#calendar dd {
	font-size: small;
}
#calendar table {
	border:medium;
	border-color: #00a74f;
	padding:5px;
	border-collapse:collapse;
}
#calendar th {
	color:white;
	background-color:#00a74f;
}
#calendar td {
	text-align:left;
	vertical-align:top;
	font-size:small;
}
#calendar h2 {
	font-size:medium;
	text-align:center;
	color: #00a74f;
	padding-top:0px;
}
#calendar_item {
	width:560px;
	padding:20px;
	margin:20px;
	font-size:small;
	background-color: white;
	border:medium;
	border-color: #00a74f;
}
/* Masthead Styles */
#masthead h1 {
	color: #00a74f;
	font-size:x-large;
	text-decoration:none;
	margin-top:0;
	margin-bottom:0;
}
/* Content Styles */
#content h4 {
	color: #00a74f;
	font-size:medium;
	margin-bottom:0;
}
#content h3 {
	color: #00a74f;
	margin-top: 5px;
	margin-bottom: 0px;
	font-size:large;
}
#content h2 {
	color: #00a74f;
	font-size:x-large;
	margin-top: 1px;
	margin-bottom: 0px;
}
#content dl {
	margin-top:0px;
	padding-top:0px;
}

#content dt {
	font-weight:bold;
	margin-top:10px;
}	
#content a:hover {
	text-decoration:underline;
}
#content li {
	list-style-type: circle;
	list-style-image: url('../images/bullet_flower.jpg');
}
#content img {
	padding: 5px;
	vertical-align: text-bottom;
}
/* Footer Styles */
#footer p {
	color: #00a74f;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer a {
	color: #00a74f;
	font-size:8pt;
	text-decoration: underline;
}
#footer a:hover {
	color: #00a74f;
	font-weight:bold;	
}
a {
	color: #00a74f;
	text-decoration: underline;
}
a:hover {
	color: #00a74f;
	font-weight:bold;	
}
.style_red_bold {
	color:red;
	font-weight:bold;	
}



