/***********************************************/
html { height: 100%; }
* html body { height: 100%; }
body { margin: 0; padding: 0;
background: url(../images/body-bg.png) repeat;
font-size: 12px; color: #424242;
font-family: Arial, Helvetica, sans-serif;
line-height: 20px; min-height: 100%; position: relative;  }
/***********************************************/


/***********************************************/
/* Containers */
#body-container { width:900px;margin:0 auto; }

/***********************************************/

/* Links */
a:link { color:#2B6893; font-size: 11px; text-transform: uppercase; text-decoration:none; }
a:visited { color:#2B6893; font-size: 11px; text-transform: uppercase; text-decoration:none; }
a:hover { color:#666666; font-size: 11px; text-transform: uppercase; text-decoration:none;}


/* small Links */
a.smallLink:link { color:#306873; font-size:11px;}
a.smallLink:visited { color:#306873; font-size:11px;}
a.smallLink:visited:hover { color:#306873; font-size:11px;} 
a.smallLink:hover { color:#666666; font-size:11px;}
a.smallLink:active { color:#306873; font-size:11px;}

/***********************************************/
/* Content Container */
#content-container {
	width:900px;
	height:100%;
	background-repeat:no-repeat;
	background-position:left top;
	background-color:transparent;
	margin-top:10px;
	padding:10px 10px 0;
	border: 1px none #e1e6ec;
}

#content { background-color:#ffffff; }
/***********************************************/


/* Clearfix */
.clear:after { content:"."; display:block;height:0; clear:both; visibility:hidden; }
.clear {display:inline-block; }
 /* Hides from IE-mac \*/
 * html .clear { height:1%; }
 .clear { display:block; }
 /* End hide from IE-mac */


/* Font styles */
.large { font-size:12px;line-height:16px; }
.regular { font-size:11px;line-height:16px; }
.small { font-size:10px;line-height:13px; }
.extra-small { font-size:9px;line-height:13px; }
.bold { font-weight:bold; }


/* Colours */
.black { color:#000000; }
.red { color:#ff3300; }
.dark-red { color:#dd3409; }
.dark-grey { color:#333333; }
.grey { color:#666666; }
.light-grey { color:#999999; }
.light-blue { color:#0099FF; }
.light-blue1 {
	color:#a23a31;
	font-size: 12px;
}

p { margin:0 0 16px 0; }
p.first { margin-top:16px; }



.indented { margin-left:10px;margin-right:10px; }
.title { margin-top:32px; }
.deepindent { margin-left:20px;margin-right:20px; }
.hidden { display:none; }
.inline { display:inline !important; }
.block { display:block !important; }

/* Home page */

div#home-content { width:900px;padding:5px 10px 0; }
div#home-main { width:560px;background-color:#ffffff;float:right; }
div#home-sideContents{ margin:0;padding:0;display:block; }



div#home-sidebar { width:296px;background-color:#ffffff;float:left; }
div.sidebar-title {
	width:280px;
	height:44px;
	padding:0 0 5;
	margin:0;
	border-top: 1px none #333333;
	border-right: 1px none #333333;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #333333;
}
div.sidebar-title img { display:block;float:left; }
div.sidebar-title img.link { padding-top:3px;float:none; }

div#home-sidebar ul { display:block;padding:0;margin:0;list-style-type:none;background-repeat:no-repeat; }
div#home-sidebar li { margin:0;text-align:left;padding:0 16px 0 5px; }
div#home-sidebar li.first { padding-top:16px; }

#bodyContent sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

.sup {
font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

/***********************************************/
/* Footer */
#footer-container { clear:both;text-align:left; margin-top:10px;
border-top-width: 1px; border-top-style: solid; border-top-color: #d5d5d5; background-color: transparent;
	background-image: url(../images/w2k_footer_logo.png);
	background-repeat: no-repeat;
	background-position: right;
	padding: 12px 0px 12px 14px;width:930px;}
	
#footer-container .copyright {
	color: #696969;
	padding: 9px 5px;
	display: block;
	font-size: 10px;
	text-align: left;
}


/***********************************************/


