body{
	margin:0;
	padding:0;
	margin-left: 15px;
	background-color: white;
}

body,tr,td{
	line-height: 1.5em;
	font-size: 9pt;
	color: #9e9e8a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{
	color: #9e9e8a;
	font-size: 110%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

b{
	font-size: 110%;
}

em{
	color: red;
}

a{
	color: #9e9e8a;
	text-decoration:none;
	border-bottom: #ccc dotted 1px;
}
a.image{
	border: 0;
}

/*.....[ overall enclosing area ] ......*/
#outer {
	border: 0;
	width: 900px;
	margin: auto;
	background-color: white;
} /*.....end [ overall enclosing area ] ......*/

#topsection{
	background: #808080 url(../images/bg_top.jpg) top left no-repeat;
	width: 100%;
	height: 90px;
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#columnwrapper{
	float: left;
	width: 100%;
	height: 450px;
}

#rightcolumn{
	float: left;
	width: 188px;
	height: 450px;
	margin-left: -188px; /*Set margin to -(rightcolumnWidth)*/
}
	
#footer{
	clear: left;
	width: 100%;
	height: 36px;
	background: #808080 url(../images/bg_footer.gif) top left repeat-y;
	color: #dedcc0;
	font-size: 7pt;
	text-align: center;
	padding: 4px 0;
	border-top: solid #808080 1px;
}

#footer tr td{
	color: #dedcc0;
	font-size: 7pt;
}

#footer a{
	color: #dedcc0;
}

