#MainTable
{
	border-top: #000000 1px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
}
#CompanyName
{
	padding-left: 105px;
	font-weight: normal;
	font-size: 28px;
	color: #333;
	padding-top: 35px;
	font-family: Tahoma, Verdana, Arial;
}
#Tagline
{
	padding-left: 105px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	font-style: italic;
	font-family: Tahoma, Verdana, Arial;
}
#MainContent
{
	padding-left: 15px;
	font-size: 11px;
	padding-bottom: 5px;
	color: #333;
	padding-top: 5px;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
}
#MainContent H1
{
	font-weight: normal;
	font-size: 18px;
	color: #333;
	border-bottom: #ccc 1px dashed;
}
#MainContent H2
{
	font-weight: normal;
	font-size: 14px;
	color: #333;
}
#MainContent A:link
{
	font-weight: bold;
	color: #007cde;
	text-decoration: none;
}
#MainContent A:visited
{
	font-weight: bold;
	color: #007cde;
	text-decoration: none;
}
#MainContent A:hover
{
	font-weight: bold;
	color: #007cde;
	text-decoration: underline;
}
#LeftSideBar P
{
	padding-right: 6px;
	padding-left: 6px;
	font-size: 10px;
	padding-bottom: 6px;
	color: #f5f5f5;
	padding-top: 6px;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
}
#LeftSideBar A:link
{
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#LeftSideBar A:visited
{
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}
#LeftSideBar A:hover
{
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}

#Footer
{
	background-position: 50% top;
	font-size: 10px;
	background-image: url(../images/carina/footer-bg.jpg);
	color: #ccc;
	padding-top: 18px;
	background-repeat: no-repeat;
	font-family: Tahoma, Verdana, sans-serif, Helvetica;
	background-color: #343434;
	text-align: center;
}
#Footer A:link
{
	color: #ccc;
	text-decoration: none;
}
#Footer A:visited
{
	color: #ccc;
	text-decoration: none;
}
#Footer A:hover
{
	color: #fff;
	text-decoration: underline;
}
.inputbox
{
	font-size: 10px;
	width: 100px;
	font-family: Verdana, Arial, sans-serif;
}
#NormalList
{
	list-style-position: outside;
	left: 10px;
	visibility: visible;
	overflow: auto;
	width: auto;
	list-style-type: square;
	position: relative;
	height: auto;
}
UL
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: bold 11px verdana;
	width: 195px;
	padding-top: 0px;
	border-bottom: #ccc 1px solid;
	list-style-type: none;
}
UL LI
{
	position: relative;
}
LI UL
{
	display: none;
	left: 194px;
	position: absolute;
	top: 0px;
}
UL LI A
{
	border-right: 0px;
	padding-right: 5px;
	border-top: #e5e5e5 1px solid;
	display: block;
	padding-left: 5px;
	background: background;
	padding-bottom: 5px;
	border-left: 0px;
	color: #fff;
	padding-top: 5px;
	border-bottom: 0px;
	text-decoration: none;
}
HTML UL LI
{
	float: left;
	height: 1%;
}
HTML UL LI A
{
	height: 1%;
}
UL LI A:hover
{
	font-weight: bold;
	background: firebrick;
	text-align: center;
}
LI UL LI A
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
LI:hover UL
{
	display: block;
}
LI.over UL
{
	display: block;
}
