
/**
 * General HTML Body Styling
 * -------------------------
 */

body { 
margin-top : 0; 
font : 75%/1em Arial, Helvetica, sans-serif; 
} 

a { 
text-decoration : none; 
} 

a { 
text-decoration : none; 
color : #282169; 
} 

a:hover { 
color : #D55C5F; 
} 


p { 
line-height : 1.35em; 
} 

h1 { 
font : 185%/1em Arial, Helvetica, sans-serif; 
font-size : 1.95em; 
font-weight : bold; 
} 

hr { 
border : none; 
border-top : 1px solid #cccccc; 
height : 3px; 
width : 100%; 
} 

/**
 * Basic DIV Elements 
 * ----------------------------
 * 
 */
 

#container { 
width : 906px; 
margin : 0 auto; 
background-color : #ffffff; 
} 

#rightColumn { 
float : right; 
width : 660px; 
margin : 0; 
margin-top : 20px; 
padding : 1em; 
min-height : 600px; 
border-left : 1px dotted #cccccc; 
}	  
/**
 * for index.html only
 * ----------------------------
 */
   
  #rightColumn2 { 
float : right; 
width : 300px; 
margin : 0; 
margin-top : 20px; 
padding : 1em; 
min-height : 600px; 
border-left : 1px dotted #cccccc; 
}	
/**
 * for index.html only
 * ----------------------------
 */
   
#leftColumn { 
float : left; 
width : 150px; 
margin : 0; 
margin-top : 20px; 
padding : 1em; 
min-height : 600px; 
border-right : 1px dotted #cccccc; 
}     
  
#content { 
padding : 1em; 
margin-right : 5px; 
margin-left : 5px; 
background-color : #ffffff; 
min-height : 550px; 
} 

#newContent { 
padding : 1em; 
margin-right : 5px; 
margin-left : 5px; 
background-color : #ffffff;  
width : 605px; 
} 
#div3 { 
padding : 1em; 
margin-right : 5px; 
margin-left : 5px; 
background-color : #ffffff; 
min-height : 80px; 
} 
#div4 { 
padding : 1em; 
margin-right : 5px; 
margin-left : 5px; 
background-color : #ffffff; 
min-height : 40px; 
} 
#div5 { 
padding : 1em; 
margin-right : 5px; 
margin-left : 5px; 
background-color : #ffffff; 
min-height : 180px; 
} 
#pathway { 
width : 450px; 
margin-bottom : 10px; 
letter-spacing : 0.15em; 
font-size : 0.8em; 
color : #666666; 
} 
#footer { 
clear : both; 
text-align : left; 
margin : 0 auto; 
margin-top : 0; 
width : 736px; 
height : 200px; 
line-height : 1em; 
background-color : #ffffff; 
padding : 1em 0; 
padding-left : 10px; 
padding-right : 10px; 
} 
#pagetitle { 
font-size : 3.25em; 
font-weight : bold; 
padding-top : 20px; 
color : #1d6963; 
padding-bottom : 10px; 
} 
#pagetitlespacer { 
margin : 0 0 0 0; 
height : 22px; 
background : url('../images/pagetitlespacer.gif') no-repeat center bottom; 
} 
#topBorder { 
margin : 0 auto; 
margin-top : 10px; 
width : 706px; 
height : 8px; 
font : 1px/1px sans-serif !important ; 
font : 0/0 sans-serif; 
background : url('../images/bordertop.gif') no-repeat center bottom; 
} 
#bottomBorder { 
text-align : left; 
margin : 0 auto; 
width : 706px; 
height : 8px; 
background : transparent url('../images/borderbot.gif') no-repeat center top; 
} 

#leftColumn p, #rightColumn p { 
margin : 0.5em 0 1em 0; 
} 
#leftColumn h2, #rightColumn h2 { 
font : 100%/1em Arial, Helvetica, sans-serif; 
margin : 0.5em 0 1em 0; 
border-bottom : 1px dotted #cccccc; 
font-weight : bold; 
padding-left : 2px; 
margin-bottom : 10px; 
line-height : 1.35em; 
} 
#rightColumn ul { 
margin : 0.5em 0 1em 0; 
} 
#content h2 { 
margin : 1em 0 0.5em 0; 
font : 125%/1em Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
#rightColumn a:hover { 
background : #dcf8f6; 
} 
.ProductName { 
color : black; 
font-family : Verdana, Helvetica, sans-serif; 
font-weight : bold; 
font-size : 12px; 
} 
.TableHeader { 
font-family : Verdana; 
font-weight : bold; 
font-size : 12px; 
color : #ffffff; 
background : #00008b; 
} 

.TableRow { 
font-family : Verdana; 
font-size : 11px; 
background : #dcdcdc; 
} 

.DepartmentListHead { 
border-right : 2px solid #0468a4; 
border-top : 2px solid #0468a4; 
border-bottom : 2px solid #0468a4; 
border-left : 2px solid #0468a4; 
background-color : #5AA29C; 
font-family : Verdana, Arial; 
font-weight : bold; 
font-size : 8pt; 
color : #f5f5dc; 
padding-left : 3px; 
} 
.DepartmentListContent { 
border-right : 2px solid #0468a4; 
border-top : 2px solid #0468a4; 
border-left : 2px solid #0468a4; 
border-bottom : 2px solid #0468a4; 
background-color : #efefef; 
font-family : Arial, Verdana; 
font-size : 9pt; 
padding-top : 5px; 
padding-left : 12px; 
padding-bottom : 5px; 
} 
#NoticeContent { 
width : 595px; 
border-right : 2px solid #ea6d00; 
border-top : 2px solid #ea6d00; 
border-left : 2px solid #ea6d00; 
border-bottom : 2px solid #ea6d00; 
background-color : #cccccc; 
} 
