html{height: 100%; margin-bottom: 1px;}
	
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bg_page.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	color: #535548;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 100%;
}

/* Layout */

#center3Cols{
  width: 100%;
  margin: 0;
  float: none;
}

#center2Cols{
  width: 100%;
  margin: 0;
  float: none;
}

.noPrint{
	display: none;
	visibility: hidden;
}

#container{
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none;
}

#header{
	background-color: #FFF;
	padding: 3px;
}

#navTop{
	background-image: url(../images/layout/topmenu_bg.png);
	background-repeat: repeat-x;
	width: 100%;
	height: 33px;
	margin-top: 2px;
}

#footer{
	display: none;
	visibility: hidden;
}

/* Boxes */

#left{
	display: none;
	visibility: hidden;
}

#center{
	position: absolute;
	left: 0;
	top: 5em;
	width: 95%;
}

#right{
	display: none;
	visibility: hidden;
}

.t {}
.b {}
.l {}
.r {}
.bl {}
.br {}
.tl {}
.tr {}

.alignLeft{
	text-align: left;
}

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.vertMiddle{
	margin-top: -50%;
}

img{
	border: 0;
	margin: 0;
	padding: 0;
}

.h100{
	height: 100%;
}
	
.h20{
	height: 20px;
}

.h15{
	height: 15px;
}

.pad25{
	padding: 25px;
}

.pad20{
	padding: 20px;
}

.pad15{
	padding: 15px;
}

.pad10{
	padding: 10px;
}

.pad5{
	padding: 5px;
}

.width100{
	width: 100%;
}

.title{
	width: 100%;
	padding: 3px;
	background-color: #DFE9F5;
	color: #09407E;
	font-weight: bold;
	font-size: 80%;
}

.red{
	color: red;
}

.green{
	color: green;
}
	
/*typography*/
h1, h2, h3, h4, h5, h6, ol, ul{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 150%;
	font-weight: normal;
}

h2{
	font-size: 120%;
	font-weight: normal;
	color: #008080;
}

h3{
	font-size: 100%;
	font-weight: bold;
}

h4{
	font-size: 70%;
	font-weight: bold;
}

h5{
	font-size: 70%;
	font-weight: bold;
}

h6{
	font-size: 64%;
	font-weight: bold;
}

/*ol, ul, li{
	list-style: none;
	font-size: 80%;
	line-height: 120%;
	margin-left: 50;
}*/

ul{
	line-height: 130%;
	margin-left: 25px;
	font-size: 70%;
}

li{
	margin-bottom: 5px;
}

p{
	margin: 5px 0 5px 0;
	line-height: 120%;
	font-size: 70%;
}

#footer p{
	font-size: 60%;
}

a{
   color: #048FFD;
}

a:link{
}

a:visited{
}

a:active{
}

a:hover{
	/*hover doesn't work in nn4*/
	color: #000;
}

pre{
	font-family: monospace;
}

strong, b{
	font-weight: bold;
}

hr{
	border: none 0;
	border-top: 1px solid #DFE9F5;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

br{
	margin: 0;
	padding: 0;
}

/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 90%;
}

.narrow2{
	width: 50%;
	line-height: 105%;
}

