h1{
 font-size: 18px;
 color: #cc0033;
 font-family : Comic Sans MS, sans-serif;
}

#homepage_title
{
   font-weight: bold; 
   font-size: 350%; 
   font-family: "Comic Sans MS", sans-serif;
   color: #FF9933;
}


body 
{
   background-color: #7e7e7e;
   font-size: 8pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   padding: 5px;
}


#divMain
{
   background-color: #cc0033;
   margin-top: 0px;
   padding: 9px;
}

#divAppIconBar
{
   background-color: #7099CC;
   border-bottom-width: 9px;
   border-bottom-style: solid;
   border-color: #cc0033;
}

.divSidebox
{
   position: relative;
   width: 185px;
   height: 100%;
   min-height: 450px;
   border-right: #cc0033 9px solid;
   background-color: #7099cc;
   padding: 3px;
}

#tdSideboxLeft,#tdSideboxRight
{
	width:170px;
	background-color:white;
	overflow:visible;
	vertical-align: top;
}

#tdAppbox
{
   background-color: White;
   vertical-align: top;
   width: 100%;
}

#divAppboxHeader
{
	background-repeat: repeat-x;
	line-height:20px;
	text-align:center;
	padding-bottom:0px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

#divAppbox
{
   padding: 25px;
   min-height: 420px;
}

#content {
   width: 800px;
} 

img
{
    border-width:0px;
    border-style:none;
    padding-top:4px;
}

a:link,a:visited
{
	cursor:pointer;
	color: #000000; 
	text-decoration: none;
}

a:hover,a:active
{
	cursor:pointer;
	color: #ff9933;
	text-decoration: underline;
}

input,button
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

input[type=submit],input[type=button],button
{
	margin:1px;
	padding:1px;
	cursor: pointer; 
	cursor: hand;
}

input[type=image]
{
	cursor: pointer; 
	cursor: hand;
	border: 0px #bbbbbb none;
}
select 
{
	font-size: 11px; 
	color: #006699; 
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #bbbbbb solid;
}

td
{
	font-size: 11px;
}

hr {
   color: #000;
background-color: #000;
height: 1px;
}