body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 11px arial,Trebuchet MS,helvetica,sans-serif;
	background-color: #f5f5f5;
}

div.HeaderLeft{
position: absolute; 
left: 0px; 
top: 0px; 
width: 740px; 
height: 150px; 
background-color: #6699CC;
z-index:2;
background: url(/images/RodeoHeader.gif);

}

div.HeaderRight{
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 141px;
background-color: #6699CC;
z-index:1;

}

div.HeaderBottom {
position: absolute; 
left: 0px; 
top: 137px; 
width: 100%; 
height: 5px;
background-color: #333366;
z-index:0;
}

div.PageContent {
position: absolute; 
left: 0px; 
top: 151px; 
width: 85%; 
height: 150px;
z-index:1;
padding: 5px 5px 5px 5px;
font: 14px arial,Trebuchet MS,helvetica,sans-serif;
background-color: #f5f5f5;
}

div.PhotoPageContent {
position: absolute; 
left: 0px; 
top: 151px; 
width: 95%; 
height: 150px;
z-index:1;
padding: 5px 5px 5px 5px;
font: 14px arial,Trebuchet MS,helvetica,sans-serif;
background-color: #f5f5f5;


}

div.ArticleContent {
position: relative; 
left: 0px; 
width: 85%; 
z-index:2;
margin-top: 10px;
margin-top: 15px;
padding: 5px 5px 5px 5px;
font: 14px arial,Trebuchet MS,helvetica,sans-serif;
border-top: 2px dashed #6699CC;
border-right: 2px dashed #6699CC;
border-bottom: 2px dashed #6699CC;
background-color: #ffffff

}
div.ArticleContentGrey {
position: relative; 
left: 0px; 
width: 85%; 
z-index:2;
margin-top: 10px;
margin-top: 15px;
padding: 5px 5px 5px 5px;
font: 14px arial,Trebuchet MS,helvetica,sans-serif;
border-top: 2px dashed #6699CC;
border-right: 2px dashed #6699CC;
border-bottom: 2px dashed #6699CC;
background-color: #f5f5f5;

}

div.PageContentRight {
	background: #ffffff;
	position: absolute;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	right: 5px;
	top: 155px;
	width: 200px;
	height: auto;
	min-height: 800px;
	z-index: 1;
	border: 2px dashed #6699CC;

}

div.PageContentRightLower {
	background: #ffffff;
	position: absolute;
	margin-top: 10px;
	padding: 5px 5px 5px 5px;
	right: 5px;
	top: 425px;
	width: 200px;
	height: auto;
	min-height: 800px;
	z-index: 1;
	border: 2px dashed #6699CC;

}

div.footer {
	position: relative;
	left: 0px;
	width: 100%;
	height: auto;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

P {
	font: 14px arial,Trebuchet MS,helvetica,sans-serif;
	list-style-type: disc;
	letter-spacing: normal;
}
B {
	font: bold 14px arial,Trebuchet MS,helvetica,sans-serif;
}
STRONG {
	font: bold 14px arial,Trebuchet MS,helvetica,sans-serif;
}
I {
	font-size: 14px;
	font-style: italic;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
}
A {
	font-size: 14px;
	color: #41537e;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
	text-decoration: none;
}
A:link {
	font-size: 14px;
	color: #41537e;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
	text-decoration: none;
}
A:visited {
	font-size: 14px;
	color: #41537e;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
	text-decoration: none;
}
A:active {
	font-size: 14px;
	color: #1e90ff;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
	text-decoration: underline;
}
A:hover {
	font-size: 14px;
	color: #1e90ff;
	font-family: arial,Trebuchet MS,helvetica,sans-serif;
	text-decoration: underline;
}