@charset "UTF-8";
body {
	background-color: #C1C1C1;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

.mainWrapper {-moz-border-radius: 8px;
-webkit-border-radius: 8px;
	background-color: #FFFFFF;
	width: 777px;
	padding-right: 88px;
	padding-left: 88px;
}
.navWrapper {
	background-image: url(images/side_bkgrd.jpg);
	background-repeat: repeat-y;
	background-position: right;
	width: 250px;
	float: left;
	margin-right: 42px;
	text-align: left;
	height: 550px;
}
.contentWrapper {
}
.contentWrapper9 {margin-top:25px;}

.header {
	margin-top: 25px;
	padding-top: 25px;
	margin-bottom: 5px;
    font-size: 14px;
}
.content {
	text-align: left;
	width: 700px;
	float: left;
	margin-top: 10px;
	line-height: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.content h1{
	text-align: left;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	margin: 0px;
}
.content h2{
	text-align: left;
	font-size: 18px;
	letter-spacing: 0.02em;
	font-weight: 400;
	margin: 0px;
}
.footer {
	height: 70px;
	text-align: left;
	background-image: url(images/bottom_rpt.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 14px;
	width: 777px;
	padding-top: 15px;
}
.caption {
	font-size: 10px;
	color: #999999;
}

.footer a:link {
	text-decoration: none;
	color:#333333;
}       /* unvisited link */
.footer a:visited { text-decoration: none; color: #000000;  }    /* visited links */
.footer a:active { text-decoration: none; color: #000000;  }     /* active links */
.footer a:hover { text-decoration: underline; color: #000000; }  
	
	.accordion_toggle {
	display: block;
	width: 150px;
	padding: 5 10px 5 0px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 15px;
	color: #000000;
	cursor: pointer;
	margin: 0 0 10;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.accordion_toggle_active {
	

}
.accordion_content {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
	
.menuBlack {
	color: #333333;	
}

.menuBlack a:link { text-decoration: none; color:#333333 }       /* unvisited link */
.menuBlack a:visited { text-decoration: none; color: #333333  }    /* visited links */
.menuBlack a:active { text-decoration: none; color: #333333  }     /* active links */
.menuBlack a:hover { text-decoration: underline; color: #333333 }  

.menuRed {
	
	color: #FF0000;
	
}
.menuRed a:link { text-decoration: none; color: #FF0000; }       /* unvisited link */
.menuRed a:visited { text-decoration: none; color: #FF0000;  }    /* visited links */
.menuRed a:active { text-decoration: none; color:  #FF0000;  }     /* active links */
.menuRed a:hover { text-decoration: underline; color:  #FF0000; }  

.menuTeal {
	color: #00EBFE;
}
.menuTeal a:link {text-decoration: none;color:#00EBFE;}       /* unvisited link */
.menuTeal a:visited { text-decoration: none; color:#00EBFE;  }    /* visited links */
.menuTeal a:active {text-decoration: none;color: #00EBFE; }     /* active links */
.menuTeal a:hover { text-decoration: underline; color: #00EBFE; }  



.menuBlue {
	color: #0023C5;
}
.menuBlue a:link { text-decoration: none; color:#0023C5;  }       /* unvisited link */
.menuBlue a:visited { text-decoration: none; color:#0023C5; }    /* visited links */
.menuBlue a:active { text-decoration: none; color: #0024C6; }     /* active links */
.menuBlue a:hover { text-decoration: underline; color: #0023C5; }  

.menuPink {
	color: #FF1467;	
}


.menuPink a:link { text-decoration: none; color:#FF1467; }       /* unvisited link */
.menuPink a:visited { text-decoration: none; color: #FF1467; }    /* visited links */
.menuPink a:active { text-decoration: none; color: #FF1467;   }     /* active links */
.menuPink a:hover { text-decoration: underline; color: #FF1467; }  

.menuGreen {
	color: #21D1A9;
}


.menuGreen a:link {text-decoration: none; color:#21D1A9; }       /* unvisited link */
.menuGreen a:visited { text-decoration: none; color: #21D1A9;  }    /* visited links */
.menuGreen a:active { text-decoration: none; color: #21D1A9;  }     /* active links */
.menuGreen a:hover { text-decoration: underline; color: #21D1A9; }  


ul {
	list-style-type: none;
	font-size: 16px;
	line-height: 18px;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 10px;
	font-weight: normal;
}
.list {
	height: 95px;
	width: 135px;
	background-image: url(images/list_03.gif);
	background-repeat: no-repeat;
}
iframe {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 400px;
	height: 272px;
	display: block;
}


topM {
	height: 70px;
	text-align: right;
	font-size: 5px;
	width: 777px;
	padding-top: 15px;
    margin-right: 50px;
}
.caption {
	font-size: 10px;
	color: #999999;
}

topM a:link {
	text-decoration: none;
	color:#333333;
} 	

div#topnavbarright {
    height: 20px;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

div#topnavbarright ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;

}

div#topnavbarright li {
    list-style-type: none; 
    display: inline;
    float: right;
    font-size: 14px;

}

div#topnavbar {
	font-size: 14px;
	font-weight: normal;
    }

div#topnavbar a:visited { text-decoration: none; color: #000000; }
div#topnavbar a:active { text-decoration: none; color: #000000; }
div#topnavbar a:hover { text-decoration: underline; color: #000000; }

div#topnavbarright a:visited { text-decoration: none; color: #000000; }
div#topnavbarright a:active { text-decoration: none; color: #000000; }
div#topnavbarright a:hover { text-decoration: underline; color: #000000; }

div#topnavbarright li a {
    padding: 7px 10px;
}


div#topnavbarleft {
    height: 20px;
    position:absolute;
    left:0px;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

div#topnavbarleft ul {
    margin: 0px;
    padding: 0px;
    white-space: nowrap;

}

div#topnavbarleft li {
    list-style-type: none; 
    display: inline;
    float: left;

}

div#topnavbarleft li a {
    padding: 7px 10px;
}