/*  Dodgeball World Championship - Bacic    */
/*  Date: 11/04/2005					    */
/*  Author: James Stuart Johnson            */
/*  Email: jjohnson@NationalDodgeball.com   */

/* Default Styles */
/* Image Related Styles */

/* Site color Codes:
Deep Gold = "#FDB813"
LT. Gold = "#FFED14"
LT. Red = "#EFCCC6"
DK. Red = "#BF311A"
Extra LT. Gray ="#E0E0E0"
LT. Gray = "#C8C7C7"
Dk. Gray = "#231f20"
Backgroung Gray = "#666666"
*/

.ClearBoth {clear: both;}

body {
	color: black;
	background: #003366 none;
	font-size: 80%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 130%;
}

img {
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0px;
	}
	
table {
}

div {margin: 0; padding: 0;}

p{
	margin: 2px 0px 5px 0px;
	}

a {
	color: #C00;
	background: transparent none;
	text-decoration: underline;
	}
	
a:link { color: #C00;}
a:visited { color: #BF311A; }
a:active { color: #231f20;}
a:hover { color: #232323;}	
	
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; line-height: 110%;}

h1 { font-size: 280%;}
h2 { font-size: 250%;}
h3 { font-size: 150%;}
h4 { font-size: 120%;}
h5 { font-size: 90%;}
h6 { font-size: 80%;}

/*To turn off centering effect simply comment out #page */
/*This my also help the disply in some WYSIWYG editors linke Adobe GoLive. */

#Page {
	float: left;
	position: Absolute;
	left: 50%;
	width:725px;
	height: 1500px;
	margin-left: -363px;
	margin-top: 10px;
	background: transparent;
	}
	
#Cover  {
	width: 725px;
	background: white;}	

#Header {margin: 0 0 15px 0;}

/* Top menu Item link Styles */

#TopMenuBlock {
	text-align: left;
	font-size: 100%;
	width: 725px;
	background: #6D9FCC;
	font-weight: bold;
	color: White;
	border-bottom: 2px solid white;
	}

#TopMenu { width: 700px; margin: 0px 10px 0px 10px; padding: 3px 0px 2px 0;}
#TopMenu a { text-decoration: none; margin: 0 10px 0 10px;}
#TopMenu a:link { color: white;}
#TopMenu a:visited { color: white;}
#TopMenu a:active { color: white;}
#TopMenu a:hover { color: white; text-decoration: underline;}

#TopMenu a.NDLHomeLink:link  { color: #FDB813;}
#TopMenu a.NDLHomeLink:visited { color: #FDB813;}
#TopMenu a.NDLHomeLink:active  { color: #FDB813;}
#TopMenu a.NDLHomeLink:hover  { color: #FDB813; text-decoration: underline;}

#NDL{
	display: inline;
	margin-left: 200px;
	}

/* Bottom Menu Item link Styles */

#BottomMenuBlock {	
	clear: both;
	width: 725px;
	text-align: center;
	margin: 10px 0 5px 0;
	font-size: 100%;
	}

#BottomMenu {width: 725px; padding: 3px 0 10px 0;}	

#BottomMenu .MenuSpacer {
	margin: 5px;
	}	

#BottomMenu a {text-decoration: none;}
#BottomMenu a:link { color: #333333; }
#BottomMenu a:visited { color: #555555;}
#BottomMenu a:active { color: #333333;}
#BottomMenu a:hover { color: #333333; text-decoration: underline;}

#SubHeader {clear: both;}

#SubContent {
	padding: 10px 10px 20px 10px;
	width: 705px;
	}
	
#SubContent2 {
	width: 655px;
	padding: 10px 35px 20px 35px;
	margin: 0;
	}

#ContactBlock {
	display: inline;
	width: 680px;
	float: left;
	font-size: 105%;
	color: black;
	background: white;
	margin: 20px 20px 10px 20px;
	}

#ContactCopy{
	float: left;
	text-align: left;
	width: 580px;
	}

.StarsLeft {
	margin: 10px 10px 0 0;
	float: left;
	}
.StarsRight {
	margin: 10px 0 0 5px;
	}

#Copyright p{
	text-align: center;
	font-size: 90%;
	clear: both;
	color: white;
	background: transparent none;
	width: 725px;
	line-height: 120%;
	}

#Copyright a {text-decoration: underline;}
#Copyright a:link {color: #FDB813;}
#Copyright a:visited {color: #FDB813;}
#Copyright a:active {color: #FDB813;}
#Copyright a:hover {color: #C8C7C7;}

.Caption { margin: 0; Padding: 0;}
.HeadlineColor {color: #BF311A }

dl, dt, dd {margin: 0; Padding: 0;}

#RightTeamColumn {
	float: left;
	clear: both;
	width: 348px;
	}
	
#RightTeamColumn dd, dt {
	width: 230px;
	margin-left: 85px;
	}
	
#RightTeamColumn .TeamThumb { 
	float: left;
	display: inline;
	width: 80px;
	margin: 5px 10px 5px 10px;
	} 

#RightTeamColumn .TeamName {
	font-Size: 110%;
	margin-top: 5px;
	font-weight: bold;
	} 
	
#RightTeamColumn .TeamHype {
	} 
	
#RightTeamColumn .TeamLink {
	}
	
#RightTeamColumn .TeamBarType1 {
	border: 1px solid green;
	float: left;
	background: #ccc;
	width: 342px;
	padding; 3px;
	} 
	
#RightTeamColumn .TeamBarType2 {
	border: 1px solid green;
	float: left;
	background: #999;
	width: 342px;
	padding: 0px;
	} 

.newsItemWC { 
	color: #ffffff;
	background-color: #6D9ECB;
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	margin: 2px 0px 5px 0px;
	padding-left: 5px;}	
	
#GalleryBlock { 
	width: 417px;
	}
