/* CSS Document */

/* Suggested settings to provide default cross-browser behaviours */
html,
body,
p,
ul,
ol,
li,
a,
input,
label,
form,
table,
tr{
	margin:0px;
	padding:0px;
	border:0px;
}

a{
	text-decoration:none;
}

img{
	border:none;
}

ul{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;	
	list-style:none;
}


fieldset {
	border:none;
	margin:0px;
	padding:0px;
}

html body
{
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	margin:0;
	text-align:center;
}

h1,h2,h3{
	text-transform:uppercase;
	padding:0;
	margin:0;
}

div h1{								/* This is needed for info semantics but should not be displayed */
	position:absolute;
	top:-100px;
	left:-600px;
	color:#000;
	font-size:115%;
}

h2{
	/*color:#a72818;*/
	font-size:112%;
	margin-bottom: 10px;
}

.globalContainer {
	text-align:left;
	margin:0 auto;
	width:990px;
}

.topContainer{
	float:left;
	padding:0px;
	width:100%;
}


.topContainerInner{
	float:left;
	padding:14px 0 16px 0;
}

.navContainer{
	float:left;
	width:220px;
	margin-left:10px;
}



.mainContainer{
	clear:both;
	float:left;
	width:100%;
	
}
.middleContainer { float:left; }
.middleContainer-st01 { padding-left:10px; padding-top:20px;}

.mainTopContainer{
	float:left;
}

.row{
	clear:both;
}

.column{
	float:left;
}

.columnsOne .column{
	width:750px;

}

.columnsThree .column{
	width:330px;
}

.columnsThree .column-st01{
	width:260px;
	
}

.columnsThree .column-st02 {
	width:450px;
}

.columnsThree .column-st03 { width:310px;}


.columnsThree .content {
	padding-right:20px;
	
}

.columnsOne .content {
	padding-left:20px;
	
}
.columnsThree .column-st02 .content, .columnsThree .column-st03 .content { padding-right:0px; }



