/**********   GENERAL STYLES  **********/
body, html {
	margin: 0px; 
	padding: 0px;
    height: 100%;
}
body, td { 
	font-family: Verdana, Tahoma, Arial, "Times New Roman", sans-serif; 
	font-size: 12px; 
	 background: #ffffff;
	color: #000000;
}

small {
    font-size: 11px;
}
h1 {
    background: transparent;
    font-family: Verdana, Tahoma, Arial, "Times New Roman", sans-serif; 
    color: #5F0000;
    padding: 0px;
    font-size: 18px;
    margin: 0px 0px 15px 0px;
}
h1 span {
    color: #5F0000;
}
h2 {
    background: transparent;
    font-family: Verdana, Tahoma, Arial, "Times New Roman", sans-serif; 
    color: #5F0000;
    padding: 0px;
    font-size: 14px;
    margin: 0px 0px 15px 0px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 15px 20px;
}
ul li {
    font-size: 11px;
    background: transparent url(img/bullet.gif) no-repeat 0px 5px;
    padding: 0px 0px 2px 12px;
    margin: 0px;
}
p {
    font-family: inherit; 
    font-size: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
    margin: 0px 0px 15px 0px;
}
img {
    border: none;
}
a {
    color: #00499A;
    font-family: inherit;
    font-size: inherit;
}
.event
{
 width:200px;

 background:#000000;
 color:#FFFFFF;
 border:double 2px #9D9DA1;
 text-align:left;
 padding: 4px 4px 4px 4px;
}


/**********   STYLES FOR MENU  **********/
.menu {
    white-space: nowrap;    
    vertical-align: bottom;
}
.menu a {
    display: block;
    position: relative;
}
.menu a, .menu div {
    padding: 3px 21px 10px 21px;
    text-decoration: none;
    font-style: italic;
    color: #FFFF00;
    font-weight: bold;
}
.menu a:hover, .menu div, .menu a.active {
    background: transparent url(img/menu_a.gif) repeat-x 0% 100%;
}
div.submenu {
	width: 155px;
	position: absolute;
	visibility: hidden;
	margin: 0px;
    padding: 0px 0px 0px 0px;
    border: none;
}
.submenu a {
	display: block;
	position: relative;
	background: #6094C1;
	text-decoration: none;
	text-align: left;
    padding: 3px 10px 5px 15px;
    border-top: 1px solid #CBE2FF;
    font-size: 11px;
}
.submenu a:hover {
	background: #00499A;
}
.menuBottom {
    font-size: 11px;
    color: #DFEDFF;
    padding: 8px 0px 10px 0px;
    margin: 0px;
}
.menuBottom span {
    color: #00499A;
}
.menuBottom a {
    text-decoration: none;
}
.menuBottom a:hover {
    text-decoration: underline;
}
/**********   STYLES FOR DESIGN ELEMENTS  **********/
.content {
    background: transparent url(img/watermark.jpg) no-repeat 0px 0px;
    padding: 68px 29px 20px 29px;
}
.foot {
    background: #ABCEEB; 
    width: 100%; 
    border-top: 3px solid #00499A; 
    text-align: center;
}
.copyright {
    font-size: 11px;
	font-weight:bold;
 height:41px;
 color:#5F0000;
 vertical-align:middle;
    background: transparent url(img/bottom.gif) ;
    padding: 2px 5px 0px 5px;
}

