* 
{
    padding:0;
    margin:0;
}

body 
{
    font-family: "trebuchet MS";
	color: #333333;
	line-height: 1.166;	
	background: #cccccc url("bg_grad.jpg") fixed;
}

p
{
    margin: 1em;
	text-align:justify;
    font-size:80%;
}

.centre
{
    text-align:center;
}

a img
{
    border:none;
}

.statsTable
{
  border-collapse:collapse;
      width:90%;
      margin-left:5%;
      margin-right:5%;
}

.statsTable td
{
    border:solid 2px black;
    padding: 2px 5px 2px 5px;
    vertical-align:top;
}

.statsTable .annotation
{
    font-size:60%;
 
}

.statsTable .alt
{
    background-color:#bdd2d7;
}

.statsTable thead
{
    background-color:#000066;
    color: White;
    font-size:large;
    text-align:center;
}



#content h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
	padding:0.5em;
	text-align:center;
}

#content h4
{
     margin:1em;
	font-size:large;
}

#content h5
{
     margin:1em;
	font-size:100%;
	font-weight:bold;
	color:Black;
}

#content ul
{
    font-size:80%;
    padding-left:3em;
    list-style-type:square;   
}

#content ul li
{
    padding-top:0.5em;
}

#content ol
{
    font-size:80%;
    padding-left:3em;
    
}

#content .strongroman
{
    list-style:upper-roman;
    font-weight:bold ;
}


.floatRight
{
    float:right;
    margin: 10px;
}

.floatLeft
{
    float:left;
    margin: 10px;
}

.minHeight
{
  min-height:12em;
}

.clear
{
    clear:both;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.skipLinks {display: none;}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;

}

h2{
 font: bold 114%;
 color: #006699;

}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;

}

h4{
 font:100%;
 color: #333333;
 font-weight:normal;

}

h5{
 font: normal 100%;
 color: #334d55;
 font-weight:normal;
}

/********** Header Styles ********/

#masthead
{
	background-color: #000033;
	
}

#tophead
{
    padding:5px;
}

#tophead a
{
    text-decoration:none;
}

#masthead img
{
    float : left;
    border:0;
}

#header
{
    width:95%;
    padding-left:2%;
    padding-right:2%;
    height: 125px;
}

#siteName{
	padding: 16px 5px 8px 5px;
	color: #ffffff;
	font-weight: normal;
	text-align:center;
	margin-left:25%;
	margin-right:25%;
}


/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	float:right;

	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/



#topMenu
{
    height: 50px;
	color: #cccccc;
	background-image:  url('glbnav_background.gif');
	background-repeat:repeat-x;
	padding-top:6px;
	white-space:nowrap;
	overflow:hidden;
}

#topMenu li
{
    list-style:none;
    display:inline;
    border-right: 1px solid #8FB8BC;
    overflow:hidden;
}

#topMenu li.last
{
    border-right: none;
}

#topMenu li a, #topMenu li a:visited
{
   font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	
}

#topMenu li:hover a{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}
    
    #topMenu li.hover a{
  	background-image:  url("glblnav_selected.gif");
	text-decoration: none;
}
    
#topMenu ul
{
    /*Second Level Menu */
    list-style:none;
    display:none;
    padding-top:6px;
    padding-left:6px;
    height:35px;
    color:White;
    width:95%;
    float:left;
}

#topMenu ul li
{
    list-style:none;
    display:inline;
    border:none;
    padding:2px 0px 4px 0px;
}

#topMenu li ul a, #topMenu li ul a:visited
{
   color:White;
   text-decoration:none;
   padding:0 5px 0 0px;
   border-right: 1px solid #FFFFFF;
   font-size:80%;
 
}

#topMenu li ul li.last a, #topMenu li ul li.last a:visited
{
    border-right:none;
}

#topMenu li:hover li a
{
    background-image:none;
  }

#topMenu li:hover ul a:hover
{
   text-decoration:underline;  
}

#topMenu li:hover ul
{
    display:inline;
    float:left;
}

#topMenu li.hover li a
{
    background-image:none;
  }

#topMenu li.hover ul a:hover
{
   text-decoration:underline;  
}

#topMenu li.hover ul
{
    display:inline;
    float:left;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 5px 5px 10px;
	font: small Verdana,sans-serif;
	color: #AAAAAA;
}

#breadCrumb li
{
    list-style:none;
    display:inline;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

#footer{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
	text-align:center;
}

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks li
{
    list-style:none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	font-size: small;
	height:100%;
}

#pageNav li
{
    display:inline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	
	border-bottom:1px solid #ccd2d2;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin-left:178px;
	text-align:center;
}

#mainPage
{
    width:95%;
    margin-left:2%;
    margin-right:2%;
    background-color: #ffffff;
}

#pagecell1{
	position:absolute;
	top: 131px;
	left: 31px;
	right: 2%;
	width:95.6%;
	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#content
{
    margin-left:178px;
    padding:5px;
    border-left:1px solid #CCD2D2;
    padding-bottom:3em;
}

.max-width
{
    max-width:100%;
}
