/**********************************
* Overall Frames
**********************************/
#outerFrame	{
	width: 760px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

#innerFrame {
	float: left;
	width: 760px;
	padding: 0px;
	background:#fff;
	border-left:1px solid;border-right:1px solid;border-bottom:1px solid;
}

/**********************************
* Inner Columns
**********************************/

#leftCol    {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: left;
}

#rightCol	{
	margin: 0px;
	padding: 0px;
	width: 580px;
	float: right;
	/*background: #f5f5f5;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;*/
}

#spacer {
	clear: both;
	margin: 0;
	text-align:center;
	line-height: 12px;
}

/**********************************
* Footer
**********************************/
#footer {
	clear: both;
	margin-top: 2px;
	padding-top: 4px;
	text-align:center;
	width:760px;
	height:16px;
	vertical-align:middle;
	line-height: 14px;
}

/**********************************
* Various Text Settings
**********************************/
.header {
   font-family:Arial,verdana,sans-serif;
   font-size:40px;
   line-height:90px;
   font-weight:bold;
   color:#FFFFFF;
}

.footer {
   font-family:Arial,verdana,sans-serif;
   font-size:12px;
   margin-top:2px;
}

.left {
   text-align:left;
}

.bold {
   font-weight:bold;
}

.right {
   text-align:right;
}

.center {
   text-align:center;
}

.italic {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

/**********************************
* Global settings
**********************************/
body {
   margin:0px;
   background: url(images/banner-bg-faded.gif) #E3EFFC repeat-x top;
   padding: 0;
   font: 80% arial, verdana, sans-serif;
   text-align: center;
}

   html>body div.clear {
   /* a child with clear:both causes the containing element to wrap around all children - including floats. */
   /* IE:win32 excluded due to infinite loop bug with column shadow height expression. */
   clear:both;
   display:block;
}

.column {
   margin-left:0px;
   float:left;
}

.border {
   border:1px solid #000000;
}

img {
   border-width: 0px;
   border:none;
}

a,a:link,a:active {
   font-family:Arial,verdana,sans-serif;
   color:#000000;
}

a:visited,a:hover {
   font-family:Arial,verdana,sans-serif;
   color:#888888;
}

h3 {
   margin-bottom:0px;
   padding-bottom:0px;
   font-size:larger;
}

.rightalign {
   float:right;
}

/**********************************
* HEADER
**********************************/
#fffmheader {
   width:760px;
   height:90px;
   background: url(images/banner-bg.gif) repeat-x top;
}

#football {
   height:90px;
   width:90px;
   background: url(images/football.gif) no-repeat center;
}

#fffm {
   width:578px;
   height:90px;
}

#champion {
   height:90px;
   width:90px;
}

/**********************************
* Navigation
**********************************/
#menucolumn {
   width:170px;
}

#cell {
   width:160px;
   margin-left:10px;
   margin-top:10px;
}

#top {
   height:20px;
   line-height:20px;
   margin:0px;
   padding:0px;
}

#left-top {
   height:20px;
   line-height:8px;
   width:8px;
   background: url(images/left-top-corner.gif) #F0F1F3 no-repeat bottom;
   margin-top:0px;
   margin-bottom:0px;
}

#right-top {
   height:20px;
   line-height:8px;
   width:8px;
   background: url(images/right-top-corner.gif) #F0F1F3 no-repeat bottom;
   margin-top:0px;
   margin-bottom:0px;
}

#top-cell {
   height:20px;
   line-height:8px;
   width:144px;
   background: url(images/top-line.gif) #F0F1F3 no-repeat bottom;
   margin-top:0px;
   margin-bottom:0px;
}

#cell-content {
   margin-top:0px;
   width:100%;
}

#menugeneral {
   background-color:#F0F1F3;
   border-left:1px solid;
   border-right:1px solid;
}

#menucell {
   font-family:Arial,verdana,sans-serif;
   font-size:14px;
   font-weight:bold;
   line-height:20px;
   text-align:left;
   padding-left:8px;
}

#bottom {
   height:20px;
   line-height:20px;
   margin:0px;
   padding:0px;
}

#left-bottom {
   line-height:20px;
   width:8px;
   background:transparent url(images/left-bottom-corner.gif) no-repeat top;
   height:20px;
}

#right-bottom {
   line-height:20px;
   width:8px;
   background:transparent url(images/right-bottom-corner.gif) no-repeat top;
   height:20px;
}

#bottom-cell {
   line-height:20px;
   width:144px;
   background:transparent url(images/bottom-line.gif) no-repeat;
   height:20px;
}

#logo {
   width:170px;
   margin-left:5px;
   height:120px;
   background:transparent url(images/logo.gif) no-repeat center;
   margin-top:10px;
   margin-bottom:10px;
}

#welcome {
   padding:2px;
   font-family:arial,verdana,sans-serif;
   font-size:12px;
   line-height:14px;
}

/**********************************
* Main Column
**********************************/
#maincolumn {
   width:570px;
}

#maincell {
   padding-left:10px;
   padding-right:10px;
   margin-top:10px;
   text-align:justify;
}

/**********************************
* Various local settings
**********************************/
#imgborder {
   margin-top:3px;
   margin-bottom:1px;
}

.divider {
   border-bottom:1px solid;
   width:300px;
   margin-top:10px;
   margin-bottom:20px;
   margin-left:130px;
   margin-right:130px;
}