body	{ 
	background-color: #667799;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top:0px;
	}
	
div	{
	position: relative;
	border:none;
	}

div.bodyContainer {
	position: relative;
	top:0px;
	margin-top: 0px;
	z-index: 0;
	}

/**********Header*******************************/
	
div.headerContainer {
	position: relative;
	background-color: #336699;
	border-color: #6699CC #5588BB #114477 #000000;
	border-style: solid;
	border-width: 07 40 15 0;
	float: left;
	height: 130px;
	width: 95%;
	z-index: 10;
	height: 105px;
}

html>div{
	height: 100px;
	}
	
/***********************************************/	
	
/**********Title*******************************/

div.titleContainer {
	position: relative;
	width: 100%;
	left:0px;
	top: 0px;
	padding: 0px;
	margin-top:0px;
	}

h1.Title {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 40pt;	
	font-family: century gothic, tahoma, arial;
	font-weight: normal;
	text-decoration: none;
	color: white;
	}
/***********************************************/


/***************Main section*******************/

div.mainContainer {
	width: 100%;
	left: 0px;
	}

div.leftColumn {
	position: relative;
	top:10px;
	margin: 0px;
	margin-left: 1px;
	width: 10%;
	float:left;
	padding: 0px;
	}
	
div.column {
	position: relative;
	top:20px;
	margin: 0px;
	margin-left: 20px;
	width: 40%;
	float:left;
	padding: 0px;
	}



div.itemBox {
	margin-top: 0px;
	margin-bottom: 12px;
	position: relative;
	background-color:#EEEEEE;
	width: 100%;
	}

table.itemBox{
	padding: 0px;
	spacing: 0px;
	}


td.boxHeader {
	margin: 0px;
	margin-top: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	border-style: solid;
	border-color: #000000;
	border-width: 1 1 1 1;
	background-color: #CCCC33;
	}

h2.boxTitle {
	font-family: arial;
	font-weight: normal;
	font-size: 14pt;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

td.boxBody {
	top: 26px;
	background-color: #EEEEEE;
	border-style: solid;
	border-color: #000000;
	border-width: 0 1 1 1;
	margin-top:0px;
	padding: 4px;
	}

/************************************************/


div.footerContainer {
	margin-top: 50px;
	margin-left: 100px;
	width:99%;
	float: left;
	position: relative;
	}

/*************Other elements********************/

a.std {
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}

a.std:hover {
	color: #000000;
	text-decoration: underline;
	}

a.std:visited {
	color: #666666;
	}

img {
	border: none;
	}

p {
	font-family: arial;
	font-size: 10pt;
	color: #000000;
	}
	
p.caption {
	text-align: center;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 3px;
	}

p.dateRight {
	text-align: right;
	font-size: 9pt;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: -11px;
	font-weight: normal;
	color: #000000;
	}

p.dateLeft {
	text-align: left;
	font-size: 8pt;
	margin-left: 5pt;
	margin-bottom: 5pt;
	font-weight: normal;
	color: #000000;
	}

p.Quote {
	margin-left: 10px;
	margin-top:0px;
	margin-right: 5px;
	font-family: times;
	font-style: italic;
	font-weight: bold;
	font-size: 14pt;
	color: #666666;
	}

p.footer {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 8pt;
	}
	
p.stdTxt {
	margin-left: 6px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 10pt;
	color: #444444;
	font-weight: normal;
	}

p.thumb {
	color: #444444;
	font-size: 9pt;
	}

h3 {
	margin-bottom:5px;
	margin-left: 5px;
	margin-top: 5px;
	font-family: veranda, arial;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-decoration: none;
	}
h4 {
	margin-bottom:0px;
	margin-left: 3px;
	margin-top: 0px;
	font-family: veranda, arial;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
	}
	
div.PictureRight {
	float:right;
	position:relative;
	border: none;
	margin: 5px;
	}
	
div.PictureLeft {
	float:left;
	position:relative;
	border: none;
	vertical-align: center;
	margin: 5px;
	}
	
div.decorationA {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 95%;
	height: 180px;
	z-index: 0;
	background-color: #88AADD;
	visibility: hidden;
	}
	
div.decorationB {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10.5%;
	height: 1000px;
	z-index: 0;
	background-color: #113366;
	}