body
{
    font-weight: normal;
	color: #000000;
    background-color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
	margin: 6px 6px 6px 6px;
	padding: 0px;
}

body, body p, body ol, body li, body dt, body dd, body dl, body th, body tr, body td    {

             /* more specific to override rule in importing sheet */
    font-size:    x-small;      
             /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
             /* trick WinIE4/5 into thinking the rule is over */
    voice-family: inherit;   
             /* recover from trick */
    font-size:    small         
             /* intended value for better browsers */
    }

html>body, html>body p, html>body ol, html>body li, html>body dt, html>body dd, html>body dl, html>body th, html>body tr, html>body td {
	font-size: small
}

/* LINKS */
a:link{
	color:#660099;
	text-decoration: none;
}

a:visited{
	color:#660099;
	text-decoration: none;
}

a:active{
	color:#660099;
	text-decoration: none;
}
a:hover{
	color:#660099;
	text-decoration: underline;
}


/*HEADERS*/

h1 {
	font-size: 150%;
	font-weight: bold;
    color:#660099;
	margin-bottom:0px;
}

h2 {
	font-size: 130%;
    font-weight: bold; 
    color:#660099;
	margin-bottom:0px;
}

h3 {
	font-size: 120%;
	font-weight: bold; 
	color: #660099;
	margin:0px;
}

h4 {
	font-size: 110%;
    font-weight: bold;
    color: #660099;
	margin:0px;
}

/*not actually used*/
h5 {
	font-size:100%;
    font-weight: bold; 
    color: #660099;
	margin:0px;
}

h6 {
	font-size:90%;
    font-weight: bold; 
	color: #660099;
	margin:0px;
}

/*not used in SusDev but okay to leave*/

.smalltext 
{
    font-size: 85%;
    font-family: Arial, Helvetica, sans-serif;
}

form {
    font-size: 90%;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
}

/* BREADCRUMB */
a.breadcrumblinks:link {
    font-size: 85%;
    text-decoration: none;
}

a.breadcrumblinks:visited {
    font-size: 85%;
    text-decoration: none;
}

a.breadcrumblinks:hover {
    font-size: 85%;
    text-decoration: underline;	
}

a.breadcrumblinks:active {
    font-size: 85%;
    text-decoration: none;
}

.breadcrumbhere {
    font-weight: bold;
    font-size: 85%;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #660099;
}

/* TOP nav links */
a.topnavlinks:link {
    font-size: 85%;
    text-decoration: none;
}

a.topnavlinks:visited {
    font-size: 85%;
    text-decoration: none;
}

a.topnavlinks:hover {
    font-size: 85%;
    text-decoration: underline;	
}

a.topnavlinks:active {
    font-size: 85%;
    text-decoration: none;	
}

/*LEFT NAV LINKS*/
a.leftnavlinks:link {
    font-size: 90%;
    text-decoration: none;
}

a.leftnavlinks:visited {
    font-size: 90%;
    text-decoration: none;
}

a.leftnavlinks:hover {
    font-size: 90%;	
    text-decoration: underline;
}

a.leftnavlinks:active {
    font-size: 90%;
    text-decoration: none;	
}

.leftnavhead {
    font-weight: bold;
    font-size: 90%;
    font-family: arial, helvetica, sans-serif;
    text-decoration: none;
    color: #660099;
}

/* LEFT SUB NAV*/
a.leftsubnav:link {
	font-size: 90%;
    color: #666666;
    text-decoration: none;
}
a.leftsubnav:visited {
	font-size: 90%;
	color: #666666;
    text-decoration: none;
}
a.leftsubnav:active {
	font-size: 90%;
	color: #666666;
    text-decoration: none;
}

a.leftsubnav:hover {
	font-size: 90%;
	color: #666666;
    text-decoration: underline;
}

/* class below not used in sus dev */
.leftnavhere {
    font-weight: bold;
    font-size: 90%;
    font-family: arial, helvetica, sans-serif;
    color: #666600;
    text-decoration: none;	
}


/*	------------------	Main Navigation	--------------------	*/

#navigation {
	padding : 0 20px 0 12px;
	vertical-align: top;
}

#navigation ul {
	margin : 0px;
		padding-left : 0px;
}

#navigation li {
	list-style : none;
	margin-bottom : 5px;
}

#navigation a:hover {
	text-decoration : underline;
}

#navigation ul ul {	/*	Sub Navigation of menu item	*/
	padding : 0px 2px 0px 10px;
	font-weight : normal;
}

/*	------------------	Right Hand Navigation	--------------------	*/

#rightnav {
	padding: 0px 12px 5px 10px;
	vertical-align: top;
}

#rightnav ul {
	margin : 0px;
		padding-left : 0px;
}

#rightnav li {
	margin:0px;
	border:0px;
	padding:0px;
	list-style : none;
	padding-left : 0px;
}

/*	Sub Navigation of menu item	*/
#rightnav ul ul {	
	padding : 0px 2px 0px 10px;
	font-weight : normal;
}

#rightnav a:link {
	font-size:80%;
	color: #666666;
    text-decoration: none;
}

#rightnav a:visited {
	font-size:80%;
	color: #666666;
    text-decoration: none;
}

#rightnav a:active {
	font-size:80%;
	color: #666666;
    text-decoration: none;
}

#rightnav a:hover {
	text-decoration : underline;
}

/* Right Nav Headers */

#rightnav h1
{	
	font-size : 100%;
	font-weight:bold;
	margin-bottom: 0px;
}
#rightnav h2
{	
	font-size : 100%;
	font-weight:bold;
	margin-bottom: 0px;
}
#rightnav h3
{	
	font-size : 100%;
	font-weight:bold;
	margin-bottom: 0px;
}

#rightnav h4
{	
	font-size : 100%;
	font-weight:bold;
	margin-bottom: 0px;
}
#rightnav h5
{	
	font-size : 95%;
	font-weight:bold;
	margin-bottom: 0px;
}
#rightnav h6 
{	
	font-size : 80%;
	font-weight:bold;
	margin-bottom: 0px;
}


/* --- MAIN content area --*/



/*

#main table td,  #main table th {
	background-color : #D3BCE2;
}

*/

#main hr{
		margin-bottom:10px;
}

#main ol {
	list-style-type: decimal;
}

#main ul {
	list-style-type: disc;
}

#main li {
	margin-bottom : 10px;
}

#main a:hover {
	text-decoration: underline;
}

.mainborder {
    border-style: solid;    
    border-width: 1px;
    border-color: #D3BCE2;		
}

/* FOOTER */

a.footer:link
{
    font-size: 100%;
	text-decoration: none;
}

a.footer:visited
{
    font-size: 100%;
	text-decoration: none;
}

a.footer:hover
{
   text-decoration: underline;
    font-size: 100%;
}

a.footer:active
{
    font-size: 100%;
	text-decoration: none;
}

/* Header Title */
#titletext {
	font-size:200%;
	font-weight:bold;
	color:#660099;
}

.smtitletext {
	font-size:70%;
	font-style:italic;
	color:#000000;
	vertical-align:text-top;
}

