body {
	font-family: arial, helvetica, serif;
	font-size: 80%;
	margin: 0;
}

.quickLinkBack {
	background: #08000C url(../images/quick-link-back_54.gif) top left no-repeat;
	margin:0px;
	}

#content {
	width: 34em;
	background-color: #f4ecd9;
	padding: 1em 0;
	border: 6px double #7d6340;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 32em;
}

html>body #content {
	width: 32em;
} 

a {
	text-decoration: none;
}

a:link {
	color: #79B91C;
}

a:visited {
	color: #79B91C;
}

a:active {
	color: #79B91C;
}

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: center;
	padding: 0 0 0.25em 0;
	margin: 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.copyright{
    font-size: 11px;
    padding: 0 0 0 10px;
	font-family:"arial"; 
	text-decoration:none;
	font-style:normal;
	color:#666666;
	line-height: normal; 
}

.footer
{
    font-size: 11px;
    padding: 0 10px 0 10px;
	font-family:"arial"; 
	text-decoration:none;
	font-style:normal;
	color: #79B91C;
	line-height: normal; 
}

.footer a
{
    margin: 0 8px 0 8px;
	color:#666666;
}

/*START SIDE-NAVIGATION*/
#activesidenav{
    background-color: #79B91C;
}
#activesidenav a
{
	color: #1D2F68;
}

#snDio div, #snOca div
{
	display:none;
}

.sidenav{
    position: relative;
    width: 210px;
    vertical-align:text-bottom;
    padding: 3px 0 3px 20px;
    cursor:pointer;
}

.sidenav div a{
    position: relative;
    width: 200px;
    vertical-align:text-bottom;
    padding: 3px 0 3px 12px;
    font-size: 85%;
    font-weight:normal;
    line-height:140%;
}

.sidenav:hover{
    background-color: #79B91C;
	color: #E6F7CD;
	cursor:pointer;
}

.sidenav li{
    font-weight: bold;
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	cursor: default;
	background-color: white;
	height:24px;
	padding-top: 0.5em;
}

.sidenav a, .sidenav a:link, .sidenav a:visited {
	color: #1D2F68;
	font-size: 12px;
	font-family:"arial"; 
	font-weight:bold;
	text-decoration:none; 
	line-height: normal;
}
.sidenav a:hover{ /*menu bar - hover*/
	color: #E6F7CD;
}

#snOca div, #snDio div
{
	width:210px;
}
#snOca div a, #snDio div a{
	font-weight:normal;
}
/*END SIDE-NAVIGATION*/

/*START MAINNAV*/
#activemainnav{
    background: url(../images/activeTab.gif) left bottom no-repeat;
    height:24px;
}

#nav li {    /*top-level of main-nav*/
    font-weight: bold;
	float: left;
	position: relative;
	width: 10em;
	text-align: center;
	height:24px;
	padding-top: 0.5em;
	width: 131px;
	}

#nav li li {    /*main-nav drop-down menu*/
    height:15px;
}

#nav li:hover, li.over { /*top-level of main-nav - hover*/
    font-family:"arial";
    background: url(../images/greenTab.gif) left bottom no-repeat;
}

#nav li a { /*anchors in top-level of main-nav*/
	color: #1D2F68;
	font-size: 11px;
	font-family:"arial"; 
	font-weight:bold;
	text-decoration:none; 
	line-height: normal;
	
}

#nav li div a:hover {   /*anchors in top-level of main-nav - hover*/
	color: #E6F7CD; /*change link color*/
}


#nav li li a {  /*anchors in dropdown menu*/
	display:block;
    width:180px;
	font-size:11px;
	font-family:"arial"; 
	font-weight:bold;
	color:#FFFFFF;
	padding:0 0 0 10px;
	text-align:left;
}

#nav li li a:hover {    /*dropdown menu anchors - hover*/
    width:180px;
	padding:0 0 0 10px;
	color:#1D2F68;
	text-align:left;
}

#nav li li img {/*menuitem - image*/
    position: relative;
    padding: 0 0 0 0;
    top: 8px;
    height: 8px;
}
/*END MAINNAV*/

li {
	font-size: 12px;
	font-family:"arial"; 
	color:#333333; 
}

li ul {/*dropdown*/
	display: none;
	position: absolute;
	top: 100%;
	font-weight: bold;
	background-color:#79B91C;
	padding: 0 0 0 0;
	width: 200px;
	left: 0px;
}

li>ul {
	top: auto;
	left: auto;
}

li li { /*menuitem*/
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	padding: -1em 0 -1em 0;
}

li:hover ul, li.over ul {   /*menuitem - hover; li.over ul = IE specific*/
	display: block;
	top: 30px;
	/*border-top: 1px solid #A7E89A;*/
}

.bulleted li{
    list-style-image: url(../images/bullet.gif);
    padding: 3px 0 0 3px;
    margin-left: 15px;
    color:#333333; 
}

.callout{
    padding: 10px 10px 10px 10px;
    border: solid thin black;
    margin: 0 10px 0 0;
}

.error{
    color: Red;
}

p { 
	font-size: 12px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: normal;
	color:#151515; 
	line-height: normal; 
}

.directions { 
	font-size: 12px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: normal;
	color:#333333; 
	line-height: normal; 
}

#date { 
	font-size: 12px;
	font-family:"Georgia"; 
	text-decoration:none;
	font-style: normal;
	color:#000000; 
	line-height: normal; 
}

#subheader { 
	font-size: 12px;
	font-family:"arial"; 
	text-decoration:none;
	font-weight: bold;
	color:#000000; 
	line-height: normal; 
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	color: #7d6340;
	padding: 1.25em 1.25em 0.25em 0.25em;
}

p.image img {
	display: block;
	border: 1px solid #7d6340;
}

#greyheader { 
	font-size: 14px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: normal;
	color:#666666; 
	line-height: normal; 
}


#PositiveHeader { 
	font-size: 18px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: normal;
	color:#79B91C; 
	line-height: normal; 
}

#callOutHeader { 
	font-size: 15px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: bold;
	color:#79B91C; 
	line-height: 20px; 
}

#callOutBody { 
	font-size: 13px;
	font-family:"arial"; 
	text-decoration:none;
	font-style: normal;
	color:#333333; 
	line-height: 18px; 
}

#NegativeHeader { 
	font-size: 12px;
	font-family:"arial"; 
	text-decoration:none;
	font-weight: bold;
	color:#FFFFFF; 
	line-height: normal; 
}

.greenlist, .greenlist:hover, .greenlist ul, .greenlist ul:hover, .greenlist li:hover ul
{
	position:relative;
	top:0px;
	margin:0;
	padding:0;
	display:block;
	background-color:Transparent;
	font-weight:normal;
}

.greenlist li
{
	font-weight:bold;
}

.greenlist li li
{
	font-weight:normal;
    padding: 5px 0 4px 5px;
    line-height:1.3em;
}

