/* CSS Document */

body
{
	background-image: url("images/main-bg.gif");
	background-repeat: repeat-x;
	background-color: #8f0d0d;
}
.dir-img
{
	padding: 5px;
	margin: 5px;
}
.directors, a.directors, a:active.directors, a:visited.directors, .director, a.director, a:active.director, a:visited.director
{
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}
a:hover.director
{
	font-family: verdana;
	font-size: 10pt;
	text-decoration: underline;
	color: black;
}
.medium
{
	font-family: verdana;
	font-size: 10pt;
	text-decoration: none;
	color: black;
}
.content
{
	border: solid 12px #cecece;
	background-color: white;
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 10pt;
	color: black;
	width: 502px;
	padding: 0px;
	background-color: white;
	border: solid 1px #ededed;
	margin: 5px;
	padding: 5px;
}
.newslink, a.newslink, a:active.newslink, a:visited.newslink
{
 color: black;
 text-decoration: none;
}
a:hover.newslink
{
 color: maroon;
 text-decoration: underline;
}
.small
{
	font-size: 7pt;
}
.intro-text
{
	width: 481px;
	padding: 4px;
}
.top-menu, a.top-menu, a:visited.top-menu, a:active.top-menu, a:hover.top-menu
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 8pt;
	color: white;
	text-decoration: none;
	font-weight: normal;
}
.articles-header
{
	background-color: #f5f5f5;
	height: 43px;
	padding-top:14px;
	padding-left: 37px;
	padding-right: 0px;
	width: 450px;
}
h2
{
	font-family: verdana, helvetica, arial, tahoma;
	text-transform: uppercase;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
}
h3
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 10pt;
	font-weight: bold;
}
li, ul
{
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 10pt;
	padding: 8px;
}

/* drop down menu css */


.ddmx {
    font: 10px verdana;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	font-family: verdana, helvetica, arial, tahoma;
	font-size: 8pt;
	text-decoration: none;
	font-weight: normal;
    color: #ffffff;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	padding: 2px;
	border-bottom: solid 1px #ededed;
}
.ddmx .item2 {
    background-color: #ffffff;
	width: 350px;
	margin: 0px;
	padding: 2px;
	height: 30px;
}
.ddmx .item2:hover
{
	text-decoration: underline;
}
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;

}
.ddmx .section {
    border: 1px solid #000000;
    position: absolute;
    visibility: hidden;
    z-index: -1;
	width: 400px;
	margin: 0px;
	margin-left: 0px;
	#margin-left: 0px;	
	#margin: 0px;
	#padding: 0px;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
