body,html{
	margin: 0;
	padding: 0;
	height: 100%;
	background-color:#dddddd;
	font-family:"Helvetica", Helvetica, Times New Roman, sans-serif;
	font-size:11px;
	color:#ffffff;
	background-image:url(../images/header_loop.jpg);
	background-repeat:repeat-x;
}
#headerWrapper{
	height:88px;
	width:780px;
	margin:0 auto;
}
#logoFrame{
	width:148px;
	height:88px;
	float:left;
}
#navFrame{
	width:500px;
	height:88px;
	float:right;
}
#nav{
	width:500px;
	height:19px;
}
#navHeaderSpace{
	color:#36428e;
	width:500px;
	height:42px;
	padding-top:5px;
	text-align:right;
	font-size:9px;
}
.tabHolder{
	float:left;
	width:100px;
}
#topSpacer{
	color:#36428e;
	height:25px;
	width:780px;
	margin:0 auto;
	padding-top:10px;
}
#topSpacer a{
	color:#36428e;
}
#topSpacer a:hover{
	background-color:#36428e;
	color:#FFFFFF;
}
#siteWrapper{
	margin: 0 auto;
	padding-bottom:10px;
	width: 760px;
	padding-left:10px;
	padding-right:10px;
	background-color:#36428e;
}
.leftColumn{
	float:left;
	width:380px;
}
.rightColumn{
	padding-top:10px;
	float:right;
	width:370px;
	padding-left:10px;
}
#footerWrapper{
	background-image:url(../images/footer_bg.jpg);
	background-position:right;
	background-repeat:no-repeat;
	height:17px;
	width:780px;
	margin:0 auto;
	text-align:right;
	paddin-top:0;
}
.logosFooter{
	width:780px;
	padding-top:20px;
	text-align:center;
}
.catalogueLeft{
	float:left;
	width:90px;
}
.catalogueRight{
	float:left;
	width:650px;
}
a img{
	border:none;
}
a{
	color:#FFFFFF;
}
a:hover{
	background-color:#FFFFFF;
	color:#36428e;
}
.clearBoth{
	clear: both;
}
h1{
	letter-spacing:-1px;
	font-family:"Trebuchet MS";
	padding-top:0px;
	padding-bottom:5px;
	margin:0;
	font-weight:normal;
}
h2{
	font-size:18px;
	font-family:"Trebuchet MS";
	padding-top:0px;
	padding-bottom:0px;
	margin:0;
	font-weight:normal;
}
hr{
	border-bottom:1px dashed;
	border-top:0;
	color:#4b5cbc;
	height:1px;
	margin-bottom:10px;
}
p{
	line-height:16px;
	padding-bottom:15px;
	padding-top:5px;
	margin:0;
}
.bold{
	font-weight:bold;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
li{
	margin-left:-25px;
	margin-bottom:0;
	padding:0;
	list-style-image:url(../images/list_style.jpg);
}
ul{
	margin-bottom:0;
}
.red{
	color:#FF0000;
}

