@import url(./undohtml.css);
@import url(./headers.css);
@import url(./menu.css);
@import url(./forms.css);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	background-color: #D7EAEF;
	padding: 0;
}

a:link {color: #106173;text-decoration: underline;}
a:visited {color: #106173;text-decoration: underline;}
a:hover {color: #F6831D;text-decoration: underline;}
a:active {color: #106173;text-decoration: underline;}

#wrapper {
	width:982px;
	margin:0 auto;
	padding:10px;
	background-color:#fff;
}

#masthead {
	height:46px;
	background:url(../img/masthead_bg.png) no-repeat;
}

#left { 
	width:200px;
	float:left;
	padding:10px;
}

#right { 
	margin-left:222px !important;
	margin-left:220px;     				/* Move it in a couple of px for IE6 */
	margin-top: 10px;
	height:auto !important;
	height:400px;
	min-height:400px;
	width:759px;
/*	width:733px;*/
	line-height:1.6em;
}

#right ul{
	list-style: disc;
	margin: 10px 0px;
}

#right ol{
	list-style:decimal;
	margin: 0px 10px;
}

#right li{
	margin-left: 23px;
	padding-left: 0px;
	line-height: 1.3em;
	margin-bottom: 2px;
}

#footer {
	width:1000px; height:20px;
	background:url(../img/footer_bg.png) no-repeat;
	margin:0 auto;
}

/* CLASSES */
.content {
	padding:10px;
}

.boxout1 {
	width: 384px;
	height:80px;
	background-image:url(../img/boxout_1.gif);
	background-repeat:no-repeat;
	color:#fff;
	padding:10px;
	margin-top:25px;
	letter-spacing:1px;

}

.boxout1 a {
	color:#fff;
	text-decoration:none;
}
.boxout1 a:hover {
	text-decoration:underline;
}
.boxout2 {
	float:right;
	width:212px;
}
.boxout2 img {
	display:block;
	margin-top:10px;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: block;
}

#right .banner {
	height:167px;
}
#right .banner img {
	display:block;
}

/* HTML */
p {
	margin:5px 0;
}