/*Base
-------------------------------------------*/
body {
	margin:0;
	padding:0;
	text-align:center;
	}

#wrapper {
	width:900px; /*contents width*/
	margin:0 auto;
	text-align:left;
	}


/*Reset
--------------*/
/*all reset
* {
	margin:0;
	padding:0;
	}
*/

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,th,td {
	margin:0;
	padding:0;
	}

img {
	border:0;
	line-height:0;
	margin:0;
	padding:0;
	}



/*Link
--------------*/
a:link {
	color:#003399;
	}

a:visited {
	color:#003399;
	}

a:hover {
	color:#cc0000;
	}

a:active {
	color:#003399;
	}


/*Font
--------------*/
.txtL {
	font-size:85%;
	line-height:1.6;
	}

.txtM {
	font-size:75%;
	line-height:1.6;
	color:#464646;
	}

.txtM2 {
	font-size:75%;
	line-height:1.4;
	color:#000000;

	}


/*Text-align
--------------*/
.txaL {
	text-align:left;
	}

.txaR {
	text-align:right;
	}

.txaC {
	text-align:center;
	}	


/*Float
--------------*/
.flL {
	float:left;
	}

.flR {
	float:right;
	}


/*Clear
--------------*/
.both {
	clear:both;
	}

.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
	}

.clearfix {
	display:inline-block;
	}	


/*Display
--------------*/
.block {
	display:block;
	}	


/*Rollover
--------------*/	
a.imgov img:hover{
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
	}


/*Margin
--------------*/
.mg5 {margin:5px;}
.mg10 {margin:10px;}
.mg15 {margin:15px;}
.mg20 {margin:20px;}
.mg25 {margin:25px;}
.mg30 {margin:30px;}

/*top*/
.mgT5 {margin-top:5px;}
.mgT10 {margin-top:10px;}
.mgT15 {margin-top:15px;}
.mgT20 {margin-top:20px;}
.mgT25 {margin-top:25px;}
.mgT30 {margin-top:30px;}

/*right*/
.mgR5 {margin-right:5px;}
.mgR10 {margin-right:10px;}
.mgR15 {margin-right:14px;}
.mgR20 {margin-right:20px;}
.mgR25 {margin-right:25px;}
.mgR30 {margin-right:30px;}

/*bottom*/
.mgB5 {margin-bottom:5px;}
.mgB10 {margin-bottom:10px;}
.mgB15 {margin-bottom:15px;}
.mgB20 {margin-bottom:20px;}
.mgB25 {margin-bottom:25px;}
.mgB30 {margin-bottom:30px;}

/*left*/
.mgL5 {margin-left:5px;}
.mgL10 {margin-left:10px;}
.mgL15 {margin-left:15px;}
.mgL20 {margin-left:20px;}
.mgL25 {margin-left:25px;}
.mgL30 {margin-left:30px;}


/*Padding
--------------*/
.pd1 {padding:1px;}
.pd5 {padding:5px;}
.pd10 {padding:10px;}
.pd14 {padding:14px;}
.pd15 {padding:15px;}
.pd20 {padding:20px;}
.pd25 {padding:25px;}
.pd30 {padding:30px;}

/*top*/
.pdT5 {padding-top:5px;}
.pdT10 {padding-top:10px;}
.pdT15 {padding-top:15px;}
.pdT20 {padding-top:20px;}
.pdT25 {padding-top:25px;}
.pdT30 {padding-top:30px;}

/*right*/
.pdR5 {padding-right:5px;}
.pdR10 {padding-right:10px;}
.pdR15 {padding-right:15px;}
.pdR20 {padding-right:20px;}
.pdR25 {padding-right:25px;}
.pdR30 {padding-right:30px;}

/*bottom*/
.pdB5 {padding-bottom:5px;}
.pdB10 {padding-bottom:10px;}
.pdB15 {padding-bottom:15px;}
.pdB20 {padding-bottom:20px;}
.pdB25 {padding-bottom:25px;}
.pdB30 {padding-bottom:30px;}

/*left*/
.pdL5 {padding-left:5px;}
.pdL10 {padding-left:10px;}
.pdL15 {padding-left:15px;}
.pdL20 {padding-left:20px;}
.pdL25 {padding-left:25px;}
.pdL30 {padding-left:30px;}


/*header*/

#ms_header {
background:#003399 url(images/header_bg.gif) top left no-repeat !important;
height:150px !important;
width:900px;
margin-bottom:0px;
padding-bottom:0px;
}

#about_leaderboard {
margin:auto;
padding:10px 0;
align:center;
width:728px;
}

#ms_logo {
padding-left:15px;
}

/*subheader h1*/

#sub_header {
background:url(images/h1_bg.gif) no-repeat top left;
height:47px;
margin-bottom:10px;
}


#sub_header h1 {
padding:10px 15px;
color:#003399;
font-size:24px;
line-height:1.2;
}

/*3column
-----------*/


.box {
width:288px;
border:1px solid #b4b4b4;
float:left;
}

/*footer
--------------*/

#footer {
background-color:#e5e5e5;
padding-top:15px;
padding-bottom:5px;
text-align:center;
}

