/* CSS Document */

body {

  font: 12px Geneva, Arial, Helvetica, sans-serif;
  background: #000 ;
  color: #000;
  text-align: center;
  margin-top:0px;
  background:#CCCCCC; 
  /*background: #000 url(../images/bg-body.gif) */

}


#con {
 width: 760px;
 margin: 0px auto 0px auto;
 position: relative;
 background-color: #fff;
 height:100%;
}


#header {

background-image:url(../images/BG_top.gif);
background-repeat:repeat-x;
}



#BodogSiteLinks {
color:#8a9499;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
height:21px;
}


#BodogSiteLinks a {
color:#8a9499;
text-decoration:none;
}

#BodogSiteLinks a:hover {
color:#fff;
}

#BodogSiteLinks ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding:0px ;
	list-style: none;
	font-weight: bold;
}
		
#BodogSiteLinks li {
float: left; 
padding: 6px 10px 0px 10px; 
margin: 0px; 
background: URL(../images/TopMenu_TabLine.gif) 0 0.2em no-repeat;

}

#BodogSiteLinks li.first {
padding: 6px 10px 0px 8px; 
background: none;

}

#logo {
background: #000 
}


#logo a {
	display: block;
	width: 100%;
	height:31px;
	background: #000 url(../images/logo.gif) no-repeat; 
	
}

/*- Menu --------------------------------------------- */

#Menu {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
height:29px;
}


#Menu a {
color:#4d4d4d;
text-decoration:none;
}

#Menu a:hover {
color:#c70000;
}

#Menu ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding:0px ;
	list-style: none;
	font-weight: bold;
	background:url(../images/Menu_Tab.gif) repeat-x;
	height:29px;
}

			
#Menu li {
float: left; 
padding: 8px 8px 0px 8px; 
margin: 0px; 
background: URL(../images/Menu_TabLine.gif) no-repeat;
height:29px
}


#Menu li a:hover {
border-top:2px #c70000 solid;
padding-top:6px;
}

#Menu li.first {
padding: 8px 10px 0px 8px; 
background: none;
}
/*- content --------------------------------------------- */
#ContentBorder {
height: 100%;
background-color:#fff;
width:760px;
padding:0px;
margin:0px

}

#content {
color:#5c5c5c;
float:right;
width:570px;
background:#fff;
padding:10px;
text-align:left;
min-height:500px; /* min-height for Opera */
}


#content h1 {
color:#406a80;
font-size:18px;
background: url(../images/headerLineDot.gif) repeat-x bottom;
text-align:left;
}

#content a {
color:#406a80;
background: url(../images/headerLineDot.gif) repeat-x bottom;
text-decoration:none;
}

#content a:hover {
color:#1689c5;
}

/*- SideNav --------------------------------------------- */ 
#SideNav {
float:left;
width:160px;
padding-left:10px;
padding-top:10px;
text-align:left;
background: #fff url(../images/verticalLineDot.gif) repeat-y right;
color:#3e4347;

}

#SideNav ul {
margin:0px;
padding:0px;
}

#SideNav li {
list-style:none;
padding:2px 0;
font-weight:bold
}

#SideNav li a {
text-decoration:none;
color:#3e4347
}


#SideNav li a:hover {
text-decoration:none;
color:#c70000
}


#SideNav h2 {
color:#3e4347;
font-size:12px;
text-transform:uppercase;
margin:2px 0
}


/*- Footer --------------------------------------------- */ 	

#footer {
	width: 760px;
	clear: both;
	margin:0px;
	padding: 5px 0 0 0;
	background:url(../images/headerLineDot.gif) top repeat-x;
	font-size: 11px;
	
}

#footer a {
	color: #c70000;
	text-decoration: none;
	padding: 0px 4px;
}

#footer a:hover {
text-decoration:underline;
}

#copyrights {
 font-size: 11px;
 text-align:center;

}