html { height:100%; }
body
{
    margin: 0;
    padding: 0;
    font-family: 'Lucida Grande', Verdana, Helvetica;
    font-size: 11pt;
    height: 100%;
    max-width: 1050px;
}

#main_content_table
{
	height: 100%;
}

.content
{
    /*background-color: #ffc;*/
    margin: 0;
	padding: 0 25px;
}

.nav
{
	font-size: 9pt;
	margin: 0;
	padding: 20px;
	background-color: #E5EDF7;
	border-right: #BBBBBB;
	border-width: 0 1px 0 0;
	border-style: solid;
	background-image: url(images/app_icon_watermark.png);
	background-repeat: no-repeat;
}

.nav h3 
{ 
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.nav ul
{
	margin: 3px 0 1em 0;
	padding: 0;
	list-style: none;
}

.nav li 
{
	margin: 0;
	padding: 0 0 1px 15px;
}

/* LVHA important order */
/* Lord Vader Froze Han's Ass */

.nav a
{
	text-decoration: none;
	color: #000;
}

.nav a:link,
.nav a:visited
{
	
}

.nav a:focus,
.nav a:hover
{
	text-decoration: underline;
}

code
{
    color: #000;
}

blockquote
{
	background-color: #eee;
	font-style: italic;
	border-left: #ccc;
	border-width: 0 0 0 3px;
	border-style: none none none solid;
	font-family: 'Trebuchet MS', Helvetica;
	padding: 1px 20px;
	line-height: 19px;
}

.content h1, 
.content h2, 
.content h3
{
	color: #333;
	text-shadow: #ccc 2px 2px 5px;
}
