/* CSS Document */

body{ background-image:url(images/bk.jpg); background-color:#acacac; font-family:Arial, Helvetica, sans-serif; color:black; font-size:13px; margin-top:0px;}

.clear{clear:both;}

.titles{font-size:19px; font-weight:bold; background-image:url(images/small_icon.jpg); background-repeat:no-repeat; background-position:bottom left; padding:10px 0 0 40px; margin-bottom:10px;}
.imgrt{float:right; padding-left:10px;}
.imglt{float:left; padding-right:10px;}
.bd{border:1px solid black;}
.tbb{ background-image:url(images/tbb_bk.jpg); background-repeat:no-repeat; background-position:right }
.icon{ background-image:url(images/icon.jpg); background-repeat:no-repeat; width:130px; height:150px; float:right; }
.boxwidth{width:900px; margin:0 auto 10px auto; height:1%; border:1px solid black;}
.boxwidth_pad{width:870px; margin:0 auto 10px auto; height:1%; border:1px solid black; }
.big{ list-style:none; background-image:url(images/large_bullet.jpg); background-repeat:no-repeat; background-position:top left; padding:0px 0 5px 30px; }
#mainhead{ background-color: #fee801; border-top:0}

.midcontent{ background-color:#000000; height:194px;}

.midcontent2{ background-color:#419e30; background-image:url(images/footbk.jpg); background-repeat:repeat-x; border-bottom:1px solid black; }

.footer{color:white; font-size:10px; font-weight:bold; text-align:center; border:0}

/* Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;

}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:14px;
width:149px;
padding:20px 0;
color:#fff;
font-weight:bold;
background-image:url(images/navbk.jpg); background-repeat:repeat-x;
letter-spacing:1px;
text-decoration:none;
border-right:1px solid #fee801;
text-align:center;
font-family: Geneva, Arial, Helvetica, sans-serif;
}
/* style the links hover */
.menu :hover{
color:#fff;
background-image:url(images/navbkO.jpg); background-repeat:repeat-x;
letter-spacing:1px;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}







/* Links */

a.blackbold:link{font-weight:bold; font-size:14px; color:black; text-decoration:none}
a.blackbold:visited{font-weight:bold; font-size:14px; color:black; text-decoration:none}
a.blackbold:hover{font-weight:bold; font-size:14px; color:#cc1118; text-decoration:none}

a.whitebold:link{font-weight:bold; font-size:14px; color:white; text-decoration:none}
a.whitebold:visited{font-weight:bold; font-size:14px; color:white; text-decoration:none}
a.whitebold:hover{font-weight:bold; font-size:14px; color:#cc1118; text-decoration:none}

a.low:link{ color:white; text-decoration:none; font-size:11px;}
a.low:visited{ color:white; text-decoration:none; font-size:11px;}
a.low:hover{ color:#cc1118; text-decoration:none; font-size:11px;}

a.pd:link{ color:white; text-decoration:none; font-size:10px;}
a.pd:visited{ color:white; text-decoration:none; font-size:10px;}
a.pd:hover{ color: #6666CC; text-decoration:none; font-size:10px;}

a.red:link{ color:#cc1118; text-decoration:none; font-size:11px;}
a.red:visited{ color:#cc1118; text-decoration:none; font-size:11px;}
a.red:hover{ color: #acacac; text-decoration:none; font-size:11px;}