#master{
	text-align:center;
	width:794px;
	min-height: 1334px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:20px;
	background-color: #DADADA;
}
#banner{
	background-color: #FFFFFF;
/*	background-image:url(banner.JPG);*/
	background-repeat:no-repeat;
	width:794px;
	position:relative;
	text-align:center;
	height:100px;
	border-bottom:2px;
	border-bottom-style:solid;
	border-bottom-color: #CF0E43;
	margin-bottom:10px;
	z-index:2;
}
#hdr{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
position: relative;
width:300px;
margin-top:3px;
border-bottom: 2px;
border-right: 2px;
border-top:0px;
border-left:0px;
border-style:solid;
border-color: #CF0E43;
}
#tandi{
/*background-image:url('background-text.png');
background-position:left;
background-repeat:no-repeat;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
float:left;
text-align:left;
padding-left:80px;
padding-top:5px;
margin-right:0px;
width:714px;
z-index:1;
}
#news{
float:right;
width:230px;
height:428px;
overflow:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
position:relative;
margin-top:5px;
}
.newsitem{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif
}
#btop{
background-image: url(bracket-top.png);
height:250px;
width:auto;
background-repeat:no-repeat;
background-position: 0px 0px;
z-index:2;
}
#bbot{
/*background-image:url('bracket-bot.png');
height:270px;
max-width:794px;
min-width:280px;
background-repeat:no-repeat;*/
position:relative;
float:right;
/*padding-bottom:10px;*/
margin-right:-75px;
margin-top:-90px;
z-index: 2;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
/*	background-image:url('background-master.jpg');
	background-repeat:repeat-x;*/
	margin-top: 0px;
	background-color: gray;
	border:none;
}

.ddsmoothmenu{
font: bold 11px Verdana;
/*background: #414141;*/ /*background of menu bar (default state)*/
/*width: 100%;*/
text-align:center;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background-color: #cc3333; /*background of menu items (default state)*/
color: black;
margin-top: 6px;
padding-top:6px;
padding-bottom:6px;
margin-left:2px;
/*border-right: 1px solid #DADADA;
border-left: 1px solid #DADADA;*/
width: 75px;
/*color: #2d2b2b;*/
text-decoration: none;
text-align:center;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: black;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #a52929; */
color: black;
}

.ddsmoothmenu ul li a:hover{
background-color: #f43d3d; /*background of menu items during onmouseover (hover state)*/
color: black;
background-position: 0 0; /* kicks IE 7 */
}

.ddsmoothmenu ul li a:active{
background-color: #a52929;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-right: 2px solid #DADADA;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

.ddsmoothmenu ul li ul li ul li{
margin-left: -2px;
border-right: 0px;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: bold 11px Verdana;
width: 91px; /*width of sub menus*/
padding-right: 7px;
/*border-top-width: 0;*/
margin-top: 0;
border-top: 3px solid #DADADA;
}





/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 3px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

/*.toplevelshadow{
opacity: 0.8;
}*/