/* ----------general text-------- */

body {
	background-color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	padding:20px;
	margin:15px;
}


.header {
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#0066CC;
	font-weight: bold;
}

.headerblack {
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
	font-weight: bold;
}

.headline {
	font-size: 14px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000C;
	font-weight: bold;
	text-transform: uppercase;
}

.sub {
	font-size: 12px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#0066CC;
	font-weight: bolder;
}

.main {
	font-size: 10px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#000000;
}

.split {
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	color:#0066CC;
	font-weight: bold;
}


a:link {
	color:0066CC;
	text-decoration: none;
}

a:visited {
	color:#0066CC;
	text-decoration: none;
}

a:active {
	color:0066CC;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}


h1 {
	font-size: 11px;
	text-transform:uppercase;
	padding:5px 15px;
	margin:0px;
	background-color: #FFFF00;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

/* ----------general images-------- */

.img1 {
	float: right;
	height: 75px;
	width: 100px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #0066CC;
	margin-right: 0px;
	padding: 2px;
}

.mainpic {
	float: right;
	height: 200px;
	width: 260px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #0066CC;
	clear: left;
	margin-bottom: 20px;
	margin-left: 20px;
}

.teampic {
	float: right;
	height: 200px;
	width: 260px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.yzdesigns {
	float: left;
	height: 20px;
	width: 30px;
}

/* ----------container to center the layout-------- */

#container {
	width: 950px;
	padding:0px;
	background-color: #FFFFCC;
	bottom: 0px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
} 



/* ----------banner-------------- */

#banner {
	background-color: #FFFFFF;
	height: auto;
	width: 950px;
}

#banner_flash {
	margin: 0px;
	padding: 0px;
	height: 40px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF00;
}




/* --------------left navi------------- */

#left {
	float:left;
	width: 140px;
	background-color: #0066CC;
	height: 850px;
 }
 
 /* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 140px; /*For KHTML*/
  list-style: none;
}

ul#navmenu:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}

/* Root Menu */
ul#navmenu a {
	padding: 0 6px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	font-weight: normal;
	background-color: #0066cc;
	
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #0066CC;
	background-color: #FFFF00;
}

/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #0066CC;
	background-color: #FFFF00;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #FFFF00;
	background-color: #0066CC;
}

/* 3rd Menu */
ul#navmenu li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li a {
	color: #FFFF00;
	background-color: #0066CC;
}

/* 3rd Menu Hover Persistence */
ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	color: #0066CC;
	background-color: #FFFF00;
}

/* 4th Menu */
ul#navmenu li:hover li:hover li:hover li a,
ul#navmenu li.iehover li.iehover li.iehover li a {
	color: #FFFF00;
	background-color: #0066cc;
}

/* 4th Menu Hover */
ul#navmenu li:hover li:hover li:hover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover li a:hover {
	color: #0066CC;
	background-color: #FFFF00;
}

ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}




/* --------------right navi------------- */

 #right {
	width:140px;
	height: 850px;
	background-color: #FFFF00;
	float: right;
 }



/* -----------------content--------------------- */ 

#content{
	background-color: #FFFFCC;
	float: left;
	width: 640px;
	clear: right;
	padding-right: 12px;
	padding-left: 12px;
}

p {
	padding: 5px 10px;
	margin:0px; 
}

#contentleft {
	width: 305px;
	float: left;
	padding-right: 8px;
	height: 250px;
}

#backtotop {
	padding-top: 20px;
	width: 640px;
	clear: both;
	text-align: right;
	margin-bottom: 20px;
}

#goback {
	padding-bottom: 20px;
	padding-top: 10px;
}

#contentright {
	float: right;
	width: 300px;
	padding-left: 10px;
}

#contentclub1 {
	background-color: #FFFFCC;
	height: auto;
	width: 640px;
}

#teamdetail {
	background-color: #FFFF99;
	width: 640px;
	border: thin dotted #0066CC;
}

#teamintro {
	background-color: #FFFF99;
	width: 640px;
	border: thin dotted #0066CC;
}

#teamnews {
	background-color: #FFFF99;
	width: 630px;
	padding: 5px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#headlines {
	background-color: #FFFFCC;
	clear: both;
	float: left;
	width: 640px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	padding-top: 10px;
	padding-bottom: 10px;
}

#headline1 {
	background-color: #FFFFCC;
	width: 309px;
	clear: none;
	float: right;
	padding: 5px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #0066CC;
	height: auto;
}

#headline2 {
	background-color: #FFFFCC;
	width: 309px;
	clear: left;
	float: right;
	padding: 5px;
	height: auto;
}




/*  ----------------footer---------------------- */ 
#footer {
	clear:both;
	padding:0px;
	text-align: right;
	background-color: #FFFF00;
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFCC;
	border-bottom-color: #FFFFCC;
	height: 30px;
} 

