body{
	margin:0px auto;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333333;
	width:796px;
	background-color:#DDDDDD;}

img{border:0px;}

a:link, a:visited{
	color:#0033FF;
	text-decoration:none;}
a:hover{color:#CC0000;/*color:#0066FF;*/}

/** IDS ******************/
#header{
	margin:10px 0px;
	padding:5px;
	height:128px;
	background-color:#ffffff;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;}

#mainbody{
	background-color:#FFFFFF;
	border-right:2px solid #999999;
	border-bottom:2px solid #999999;}

#contentheading{
	color:#CC0000;
	background:url(../images/seperator.gif) repeat-x bottom left!important;
	font-weight:bold;
	font-size:16px;
	padding:10px;
	margin:0px 0px 15px 0px;}

#content{
	margin:0px 25px 0px 25px;}

#footer{
	background:url(../images/seperator.gif) repeat-x top left!important;
	text-align:center;
	padding:20px 0px 0px 0px;
	margin:25px auto;}

/* STYLE FOR CHECKBOXES */
span.checkbox {
	width:19px;
	height:25px;
	/*padding:0px 5px 0px 0px;*/
	padding:0px 0px 0px 0px;
	background:url(../images/checkbox.gif) no-repeat;
	display:block;
	clear:left;
	/*float:left;*/}
span.radio {
	width:19px;
	height:25px;
	padding:0 5px 0 0;
	background:url(../images/checkbox.gif) no-repeat;
	display:block;
	clear:left;
	float:left;}
span.select {
	position:absolute;
	width:158px; /* With the padding included, the width is 190 pixels, the actual width of the image. */
	height:21px;
	padding:0 24px 0 8px;
	color:#fff;
	font:12px/21px arial,sans-serif;
	background:url(../images/checkbox.gif) no-repeat;
	overflow:hidden;}