body 
{
	background:#F0F7FD;
	text-align:center;
}
#farouter
{
	width: 1000px;
	background: white;
	margin: auto;
}
#outer 
{
	text-align:left;
}
#ParentMenu 
{
	padding:0px;
	margin:0px;
	height:29px;
}
#ChildMenu 
{
	padding:0px;
	margin:0px;
	background:url(images/childmenu.jpg) repeat-x;
	height:25px;
}
#Login 
{
	padding:0px;
	margin:0px;
	height:29px;
	padding:6px;
}
#BlackLine 
{
	background:black;
	height:1px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	margin-bottom:3px;
	margin-bottom:5px;
}
#OrangeLine 
{
	background: url(images/orangedash.gif) repeat-x;
	height:1px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	margin-top:5px;
	margin-bottom:2px;
}
#Nav
{
	background-image: url(images/loginbar.gif);
	background-repeat: repeat-x;
	height: 29px;
	background-color: transparent;
}
#NavLeft
{
	float: left;
	background-image: url(images/loginbarl.gif);
	background-repeat: no-repeat;
	padding-left:8px;
	width:630px;
	color:#EC6C0B;
	margin-bottom:8px;
	height:29px;
	font-size:9pt;
}  
#Navright
{
	float: right;
	width: 330px;
	text-align:right;
	margin-right:8px;
	color:#EC6C0B;
	height:29px;
	margin-bottom:2px;
	font-size:9pt;
} 
#NavClear
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#dnn_dnnSEARCH_txtSearch{
	margin-top:3px;
	margin-left:3px;
}
#Main
{
	background-position: 702px 0px;
	background-image: url(images/vertOrange.gif);
	background-repeat: repeat-y;
}
#MainLeft
{
	clear: both;
	float: left;
	width: 697px;
}  
#MainRight
{
	float: right;
	width: 300px;
} 
#MainClear
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
#BottomLeft
{
	float: left;
	width: 300px;
}  
#BottomRight
{
	float: right;
	width: 600px;
	text-align:right;
} 
#BottomClear
{
	clear: both;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

p
{
	padding-bottom: 4px;
	margin-bottom: 4px;

}

a:link {
	font-size: 9pt;				//our change, before 11pt
	color: #6e6e6e;				//our change, before was #6E6E6E
	text-decoration: none;
	font-family:Arial, Sans-Serif;
	font-weight: bold;			//our change before nothing
}
a:visited {
	font-size: 9pt;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}
a:hover {
	font-size: 9pt;
	color: #6E6E6E;
	text-decoration: underline;
	font-family:Arial, Sans-Serif;
}
a:active {
	font-size: 9pt;
	color: #6E6E6E;
	text-decoration: none;
	font-family:Arial, Sans-Serif;
}


