body, form, div, h1, h2, h3, p
	{margin:0; padding:0;}

body
	{background-color:#ffffff;}

p
	{margin-bottom:8px;}

h1, h2, h3
	{	font-size:16px;
		padding-bottom:8px;
	}

.clearlist ul, ul.clearlist
	{	list-style:none;
		padding:0;
		margin:0;
	}
.clearlist li
	{	margin:0;
		padding:0;
	}

.divclear
	{	font-size:1px;
		height:1px;
		clear:both;
	}

.hidden {display:none;}

.loadingcontainer
{
	position:absolute;
	width:100%;
	height:100%;
	z-index:99;
	background-color:#fff;
	text-align:center;
}
.loadingcontent
{	z-index:100;
	width:32px;
	height:32px;
	width:100%;
	height:100%;
}

.floatleft
{	float:left;
}

.scrollerstyle
{	width:175px;
	height:14px;
	margin:0;
	padding:0;
	border:0;
	padding-left:5px;
}

.selectpreview {height:0; width:200px; overflow:scroll; clear:both;}

.newwindow
{	background:url(img/icon_newwindow.gif) center right no-repeat;
	width:auto;
	padding-right:14px;
}

#maintenance
{	display:none;
	padding-bottom:10px;
}

.rightmost
{	float:right;
}

.article, .article.w100
{	float:left;
	clear:none;
	width:100%;
}
.article.w33
{	float:left;
	clear:none;
	width:32%;
}
.article.w60
{	float:left;
	clear:none;
	width:59%;
}
.article.w40
{	float:left;
	clear:none;
	width:39%;
}
.article.w50
{	float:left;
	clear:none;
	width:49%;
}
.articlespacer
{	float:left;
	clear:none;
	width:1%;
}

.instructional
{
display:block;
width:100%;
padding:20px;
padding-top:0;
clear:both;
}
.instructional .instr_icon
{
width:65px;
height:65px;
float:left;
}
.instructional .instr_text
{
float:left;
padding-top:25px;
}
.instructional .tick
{
background-image:url(/img/tick.gif);
background-repeat:no-repeat;
background-position:50% 50%;
width:65px;
height:65px;
}
.instructional .cross
{
background-image:url(/img/cross.gif);
background-repeat:no-repeat;
background-position:50% 50%;
width:65px;
height:65px;
}
.instructional .information
{
background-image:url(/img/information.gif);
background-repeat:no-repeat;
background-position:50% 50%;
width:65px;
height:65px;
}
.instructional .priorityinformation
{
background-image:url(/img/priorityinformation.gif);
background-repeat:no-repeat;
background-position:50% 50%;
width:65px;
height:65px;
}
