/** BASIC */
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f6f4e8;
}

form { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }

/** HEADINGS */



H1 {
font-size: 16px;
color: #d36207;
	
}

H2 {
font-size: 14px;
color: #32507e;
	
}

H3 {
font-size: 12px;
	
}

H4 {
font-size: 11px;
	
}



/** TEXTS */

body, th, td, input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #635a50;
	line-height: 15px;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 15px;
}

.boxtext {
	margin: 14px;
	text-align: left;
	line-height: 17px;
}

.hdtext1 {
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #f19c24;
	text-indent: 6px;
}

.hdtext2 {
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #146a88;
	text-indent: 6px;
}

.hdtext2 span {
	color: #A34633;
}

.hdtext3 {
	margin-bottom: 15px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	color: #A34633;
}

.bodyrev {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

.bodyrev2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669999;
}



/** LISTS */

.list1 {
	margin-left: 8px;
	padding-left: 0px;
	list-style: none;
	line-height: 16px;
}



/** LINKS */


A:link {
	color: #b6560a;
	text-decoration : none;
}

A:visited {
	color: #b6560a;
	text-decoration : none;
}

A:hover {
	text-decoration: underline;
	color: #635a50;
}



/** BACKGROUNDS */

.bg_main { background: url(../../images/bg_main.gif) repeat left top; }
.bg_hmstripe { background: url(../../images/bg_hmstripe.gif) repeat-x left top; }
.bg_hmhdr { background: url(../../images/bg_hmhdr.gif) no-repeat left top; }
.bg_subshdr { background: url(../../images/bg_subshdr.gif) no-repeat left top; }
.bg_content { background: url(../../images/bg_content.gif) repeat-y left top; }
.bg_datebar { background: url(../../images/bg_datebar.gif) repeat-x left top; }
.bg_botbar { background: url(../../images/bg_botbar.gif) repeat-x left top; }
.bg_dotrule { background: url(../../images/bg_dotrule.gif) repeat-x left top; }
.bg_box { background: url(../../images/boxbg.gif) no-repeat center top; }


#HeaderImageTD
{
    background-image:url(../../images/hdrpic_sub_edu.jpg); background-repeat:no-repeat;
    width:538px; }

/** Login Table **/
DIV.bg_hmlogin 
{ 
    background: url(../../images/bg_loginbox.gif) repeat-x left top; 
    width:100%;
    padding:16px 0px 16px 0px;
}
DIV.bg_hmlogin TD { color:White; }



/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 6px 4px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}
#LeftPanelHeader {
    background-image: url(../../images/LeftPanelHeader_Blank.gif); background-repeat:no-repeat;
    height:37px;    
     }
#LeftPanelHeader H1
{
    color:White; padding-left:22px; margin-top:12px; margin-bottom:0px;
    text-align:left;
}     
TD.WideContent { padding-left:22px; padding-right:22px; }

DIV.Flyout
{ border:solid 1px #8C8E85; 
  background-color:#DBD8C0; 
  color:#5A534B;
  padding:0px;
  width:139px;}

DIV.Flyout A { color: #5A534B; text-decoration:none; }

DIV.Flyout UL
{ list-style-type:none;
  padding:0px; margin:0px;
}
DIV.Flyout UL LI { padding:4px 0px 4px 4px; }   
DIV.Flyout UL LI:Hover { background-color:White; }     
