html
{
    height: 100%;
}
body 
{ 
    font-family: verdana, arial, sans-serif;
    font-size: 10pt; color: #333;
    background-color: #fff;
    margin: 0px;
    height: 100%;
}
.menu_logo
{
	background-image: url(http://norcrossinstitute.com/images/logo.jpg);
	height: 199px;
	width: 166px;
}
.menu_bottomimage
{
	background-image: url(http://norcrossinstitute.com/images/menu_bottom_bk.jpg);
	height: 29px;
	width: 166px;
}

.menu_shadow
{
	background-image: url(http://norcrossinstitute.com/images/shadow.gif);
	width: 7px;
}
table,tr,td
{
    border-collapse: collapse;
    font-family: Arial, Tahoma, sans-serif;
    vertical-align: top;
    margin: 0px;
    height: 100%;
}
p,form
{
    margin-top: 0px;
    margin-bottom: 0px;
}
select,textarea,submit,input
{
    font-size: 11px;
    border: 1px #404040 solid;
    background-color: #FFFFFF;
    color: #404040;
    font-family: courier;
}
.mytable
{
    width: 1%;
    background-color: #0E0F28;
}
.menu {
	vertical-align: top;
	width: 166px;
	padding: 0px;
	background-image: url(http://norcrossinstitute.com/images/menu_bk.jpg);
	background-repeat: repeat-x;
	background-color: #0c0d22;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	
	background-image: url(http://norcrossinstitute.com/images/menu_bk.jpg);
	background-repeat: repeat-x;
	height: 310px;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 7px 10px 4px 23px;
	color: #ffffff;
	display: block;
	text-decoration: none;
	font-size: 14px;
	background-image: url(http://norcrossinstitute.com/images/bottom.gif);
	font-weight: bold;
}
.menu a:hover {
	background-color: #336699;
	text-decoration: none;
}
.menu_current {
	font-weight: bold;
}
.highlight {
	background-color: #D0D0D0;
}
.border {
	font-size: 1px;
	height: 10px;
}
.loginbox
{
    font-size: 11px;
    border: 1px solid #ABABAB;
    background-color: #EFEFEF;
    padding: 8px;
    font-family: courier;
}
.infobox
{
    width: 99%;
    border: 1px solid #000;
    background-color: #EFEFEF;
    padding: 3px;
    
}
.content {
	padding: 30px 10px 10px 10px;
	background-color: #FFFFFF;
	height: 300px;
	vertical-align: top;
	text-align: left;
}
.appform
{
    font-size: 11px;
    font-family: courier;
    background-color: #EFEFEF;
    border-right:  0px;
    border-left:   0px;
    border-top:    0px;
    border-bottom: 1px solid #OOO;
}
img        { vertical-align:middle; border:0px }
img.attach { border:2px outset #EEF2F7; padding:2px }
