/***********************************************/
/* main.css 
/* Ochavo.com, LLC main CSS file.
/***********************************************/

/***********************************************/
/* HTML tag styles 
/***********************************************/ 
body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
a:link, a:hover {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
p {
	text-indent: 10px;
	padding: 0px 10px;
	text-align: justify;
	margin: 5px;
}
p a:link, a:hover {
	color: #000099;
	text-decoration: none;
}
p a:visited {
	color: #000099;
	text-decoration: none;
}

/***********************************************/
/* Side menu
/***********************************************/
#sideMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	color: #000000;
	background-color: #EEEEEE;
	position: relative;
	float: right;
	width: 144px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sideMenu a:link {
	color: #000099;
	text-decoration: none;
	white-space: nowrap;
	float: right;
	width: 144px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sideMenu a:hover {
	color: #000099;
	text-decoration: none;
	white-space: nowrap;
	background-color: #CCCCCC;
	float: right;
	width: 144px;
}
#sideMenu a:visited {
	text-decoration: none;
	white-space: nowrap;
	color: #000099;
	float: right;
	width: 144px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#sideMenuSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	white-space: nowrap;
	color: #000000;
	background-color: #EEEEEE;
	position: relative;
	float: right;
	width: 144px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#sideMenuSection a:link {
	color: #000099;
	text-decoration: none;
	white-space: nowrap;
	float: right;
	width: 144px;
	text-indent: 5px;
}
#sideMenuSection a:hover {
	text-decoration: none;
	white-space: nowrap;
	background-color: #000099;
	float: right;
	width: 144px;
	text-indent: 5px;
}
#sideMenuSection a:visited {
	text-decoration: none;
	white-space: nowrap;
	color: #000099;
	float: right;
	width: 144px;
	text-indent: 5px;
}

/***********************************************/
/* Text 
/***********************************************/ 
#smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
}
/***********************************************/
/* Bottom menu 
/***********************************************/ 
#bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	white-space: nowrap;
	padding: 10px;
	clear: both;
	border: 1px solid #cccccc;
	position: relative;
	margin: 0px;
	float: none;
}
#bottomMenu a:link, a:hover {
	color: #000099;
	text-decoration: none;
}
#bottomMenu a:visited {
	color: #000099;
	text-decoration: none;
}

