.body{
 background:url(../images/back_950.png) repeat-y center;
 margin:0 auto;
 font-size:11pt;
 color:#333;
}
.background{
 background-color: #fff;
 margin:0 auto ;
}
/* page top ------------------------------------------------------------------------------ */
.toolbar{
 background:transparent url(../images/th.png) repeat-x bottom left;
 text-align:center;
 font-size:11pt;
 padding:10px 5px 5px 5px;
}
.head{
 background: #fff;
}
.top{
 background: #fff;
 float:left;
 height : 280px ;
 text-align: left;
 margin: 10px 5px 5px 10px;
 /*border:1px solid #ccc;*/
}
.header{
 background:#eee url(http://forevermanutd.com/images/stories/fmubanner1.jpg) no-repeat center top;
 float:right;
 height:310px ;
 text-align:left;
 margin:10px 10px 5px 5px;
}
/* page middle --------------------------------------------------------------------------- */
.main{
 clear : both ;
 background: #fff;
}
.left{
 clear:both; 
 float:left;
 height:100%;
 text-align:left;
 margin:5px 5px 5px 10px;
}
.right{
 float:right;
 height : 100% ;
 text-align: left;
 margin: 5px 10px 5px 5px;
}
.center{
 float:right;
 height : 100% ;
 text-align: left;
 margin: 5px 5px 5px 5px;
}
/* page bottom ---------------------------------------------------------------------------- */
.bottom{
 clear:both; 
 height:100%;
 text-align:center;
 margin:5px 10px 10px 10px;
}
.footer{
 clear:both ; 
 height:100%;
 text-align:center;
 margin:5px 10px 10px 10px;
}
.copyright{
 clear:both ; 
 background:transparent url(../images/bar.png) repeat-x bottom left;
 height:50px;
 text-align:center;
 font-size:11pt;
 line-height: 50px;
 margin:5px 0px 0px 0px;
}

/* basic CSS ------------------------------------------------------------------------------ */
h1{
 text-align: left;
 font-size : 25px;
 border-bottom: 7px solid #ccc;
}
h2{
 text-align: left;
 font-size : 20px;
 border-bottom: 5px solid #ccc;
}
h3{
 text-align: left;
 font-size : 15px;
 border-bottom: 3px solid #ccc;
}
table{
 width:100%;
 border:none;
}
div{
}

/*mainlevelnav----------------------------------------------*/
ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	border-right: 1px solid #cccccc;
}
/*commented out white space nowrap*/

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #333333;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{
	color: #fff;
	background: #c64934;
}

*/end main level nav----------------------------------------------------------*/
/* new css ------------------------------------------------------------ */
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li


{
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position: 0px 2px;
/*end new css */



/* ----------------------------------------------------old css 
li{
 line-height: 20px;
 font-size: 11pt;
}
ul{
 list-style-image: url(../images/rating_star_blank.png);
 list-style-position:inside;
 list-style-type:none 
 display:inline
 padding:0px 5px 0px 0px;
 margin:0px 0px 10px 20px;
-----------------------------------------------------------------*/
}
a:link{
 color:#333;
 text-decoration:none;
}
a:hover{
 color:#ccc;
 text-decoration:none;
}
a:visited{
 color:#333;
 text-decoration:none;
}

/* basic module --------------------------------------------------------------------------- */

table.moduletable {
 background:#fff;
 width:100%;
 margin:0px 0px 10px 0px;
 border-spacing:0px;
 border-collapse:collapse;
 border:1px solid #ccc;
}
table.moduletable th {
 background: transparent url(../images/th.png) repeat-x bottom left;
 color:#333;
 padding:0px 0px 0px 5px;
 height:25px;
 text-align:left;
 horizontal-align:middle;
 font-weight:normal;
 font-size:11pt;
}
table.moduletable td {
 padding:2px 0px 3px 5px;
 text-align:left;
 font-size:11pt;
 color:#333;
}

/* input box ----------------------------------------------------------------------------- */
.inputbox{
 font-size:12pt;
}

/* frontpage title ----------------------------------------------------------------------- */
table.contentpaneopen td.contentheading{
 height:25px;
 padding:0px 5px 0px 5px;
 font-size:11pt;
 border-bottom:1px solid #999;
 border-left:4px solid #999;
}
.componentheading{
 height:25px;
 padding:0px 5px 0px 5px;
 font-size:11pt;
 border-bottom:1px solid #999;
 border-left:4px solid #999;
}

/* writer --------------------------------------------------------------------------------- */
.small{
 padding:0px 0px 0px 14px;
 font-size:11pt;
}

/* date ----------------------------------------------------------------------------------- */
td.createdate{
 padding:0px 0px 0px 16px;
 text-align:left;
 font-size:9pt;
 color:#aaa;
}
td.modifydate{
 padding:0px 0px 0px 16px;
 text-align:left;
 font-size:9pt;
 color: #aaa;
}
