body, html {margin:0px; padding:0px; background-color:#000000;}

table{ font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#555656; text-decoration:none; text-align:justify;}

form, p{ margin:0px; padding:0px;}

input, textarea{font:11px/13px Tahoma, Arial, Geneva, sans-serif;  color:#707177; text-decoration:none; margin:0px; padding:0px; font-weight:400; }

td, tr {vertical-align:top; text-align:left}

.style1 {
	color: #000000;
}
.style2 {
	font: 11px/13px Tahoma, Arial, Geneva, sans-serif;
	color: #009900;
	text-decoration: underline;
}
.tahomb {
	font: 14px Tahoma;
	color: #059ee1;
}
.head {
	font: 14px Tahoma;
	color: #000000;
	font-weight: bold;
}
.whead {
	font: 14px Tahoma;
	color: #ffffff;
	font-weight: bold;
}
.points {
	font: 11px Tahoma;
	color: #000000;
	font-weight: normal;
}
.post {
	color: #000000;
}
.end{ font:11px/13px Arial, Tahoma, Geneva, sans-serif; color:#909090; text-decoration:none}
.end:hover{ text-decoration:underline;}
.end a{ font:11px/13px Arial, Tahoma, Geneva, sans-serif; color:#909090; text-decoration:none}
.end a:hover{ text-decoration:underline;}

.mini{ font:10px Arial, Tahoma, Geneva, sans-serif; color:#000000; text-decoration:none}
.mini:hover{ text-decoration:underline;}
.mini a{ font:10px Arial, Tahoma, Geneva, sans-serif; color:#000000; text-decoration:none}
.mini a:hover{ text-decoration:underline;}

.white{ font:11px/13px Arial, Tahoma, Geneva, sans-serif; color:#ffffff; text-decoration:none}
.white:hover{ text-decoration:underline;}
.white a{ font:11px/13px Arial, Tahoma, Geneva, sans-serif; color:#ffffff; text-decoration:none}
.white a:hover{ text-decoration:underline;}

.deep{font: 11px/13px Tahoma, Arial, Geneva, sans-serif;  color:#555656; text-decoration:none;}
.deep:hover{ text-decoration:underline;}
.deep_green{font: bolder 11px/13px Tahoma, Arial, Geneva, sans-serif;  color:#32cd32; text-decoration:none;}
.deep_green:hover{ text-decoration:underline;}
.deep_blu{font: bolder 11px/13px Tahoma, Arial, Geneva, sans-serif;  color:#8b8989; text-decoration:none;}
.deep_blu:hover{ text-decoration:underline;}

.ins{font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#555656; text-decoration:underline}
.ins:hover{ text-decoration:none;}
.ins_blu{font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#8b8989; text-decoration:underline}
.ins_blu:hover{ text-decoration:none;}

.ins_green{font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#32cd32; text-decoration:underline}
.ins_green:hover{ text-decoration:none;}

.more{font:11px/13px Tahoma, Arial, Geneva, sans-serif; color:#000000; text-decoration:underline}
.more:hover{ text-decoration:none;}
.Style4{font: 11px/13px Tahoma, Arial, Geneva, sans-serif;  color:#059ee1; text-decoration:none;}
.Style4:hover{ text-decoration:underline;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: black;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed lightblue;
visibility: hidden;
font: 14px Tahoma;
color: #059ee1;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -350px; /*position where enlarged image should offset horizontally */
}

.dawgmenu{
list-style-type: none;
margin: 1px 0;
padding: 0;
width: 170px;
border: 0px solid #707070;
border-bottom-width: 0;
}

.dawgmenu li a{
background: white url(images/dawglink2.jpg) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Tahoma;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 3px;
text-decoration: none;
}


* html .dawgmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 170px;
}

.dawgmenu li a:visited, .dawgmenu li a:active{
color: white;
}

.dawgmenu li a:hover{
background-image: url(images/dawglink.jpg);
color: #32cd32;
}


.rightmenu{
list-style-type: none;
margin: 0px 0;
padding: 0;
width: 192px;
height: 98px;
border: 0px solid #707070;
border-bottom-width: 0;
}

.rightmenu li a{
background: white url(images/right-dawgs-menu.jpg) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Tahoma;
color: 8b8989;
display: block;
width: auto;
padding: 3px 0;
padding-left: 3px;
padding-top: 30px;
text-decoration: none;
}


* html .rightmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 192px;
height: 98px;
}

.rightmenu li a:visited, .dawgmenu li a:active{
color: 32cd32;
}

.rightmenu li a:hover{
background-image: url(images/right-dawgs-menu-hover.jpg);
color: #000000;
}


.glossymenu{
margin: 5px 0;
padding: 0;
width: 134px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(images/dawgglossy2.jpg) repeat-x bottom left;
font: bold 11px "Lucida Grande", "Trebuchet MS", Tahoma;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: 909090;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(images/dawgglossy.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid green;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 10px "Lucida Grande", "Trebuchet MS", Tahoma;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.SmallBoxFormat {
	width : 30px;
	background-color : #efefef;
	font-family : Arial, Tahoma, Geneva;
	font-size : 11px;		
	font-weight: bold;
	text-align : center;
	visibility : visible;

}

.SmTxt {
	font-family: Arial, Tahoma, Geneva;
	font-size: 11px;
	color: Black;
}
