BODY {
    font: 10px Verdana, sans-serif;
    background: #ffffff; /*********** changes background color of sides ************/
    color: #fefefe;
    margin: 0;
    padding: 0;
}
/********** i added this part ************/
p,div {
	/* font-family: Arial, Helvetica, sans-serif; */
        line-height: 150%; /********* OK - this works to change the spacing in the whole site! ***********/
	/* font-size: 11px; */
	/* color: #333333; */
}
/*****************************************/
.pathway {
	padding-left    : 5px;
	border			: 0;
	color: #ffffff;
	font-family: Arial;
	
}

a:link.pathway, a:visited.pathway {
	color			: #ffffff;
	font-size		: 11px;
	line-height		: 18px;
	font-family: Arial;
}
a:hover.pathway {
	color			: #ffffff;
	font-family: Arial;
}
ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
font-family: Verdana;
line-height: 20px;
padding-left: 18px;
padding-top: 0px;
background-image: url('images/icon.png') ;
background-repeat: no-repeat;
background-position: 0px 3px;
font-size:11px; 

}

.header
{
    font-weight:bold;color:#000099; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px; font-style:normal; font-variant:normal; font-size:14px; font-family:Verdana
}

.melel
{
    border-left-width:1px; border-right-width:1px; border-top-width:1px; font-variant:normal; font-size:11px; font-family:Verdana
}

.componentheading
{
	height: 14px;
	margin-left:2px;
	padding-left:0px; /************** was 3px ***************/
	border-bottom: 1px solid #993333; /****************** was #336699*******************/
	color: #993333; /****************** was #336699*******************/
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;  /****************** was 12px *****************/
	font-weight:bold;
}


a:link.toclink, a:visited.toclink
{
	line-height:normal;
	font-size:11px;
	font-family:arial;
	color: #993333; /******************** was #000000 *******************/
	text-decoration: underline;
}

a:hover.toclink
{
	text-decoration: none;
}

table.contenttoc {
	border: 1px solid #FFFFFF;
	padding: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}


table.contenttoc th {
	background: #E1DECF;
	color: #C20A28;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}


.button {
	margin-top:3px;
	margin-bottom: 3px;
	padding-left:5px;
	padding-right:5px;
	border:solid 1px #ADAA9C;
	background-color: #E1DECF;
	color: #000000;
	font-family: Arial, Helvetica, Sans Serif;
	text-align: center;
	font-size: 11px;
}

.sectiontableheader
{
	background: #E1DECF;
	height: 20px;
	padding-right:3px;
	font-weight :bold;
}

table.contentpane td.contentdescription
{
	font-size:12px;
	line-height:18px;
}

table.contentpane td.componentheading
{
	background:#E1DECF;
	height: 20px;
	padding-left:3px;
	border: 1px solid #FFFFFF;
	color: #C20A28;
	text-align: left;
	padding-bottom:3px;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
}

table.contentpane td
{
	padding-top:1px;
	padding-bottom:2px;
	font-size:14px; /************* was 12px **************/
}

a:link, a:visited {
	font-family: Times, Arial; /************* was arial ***************/
	color: #993333; /******************** was #000000 *******************/
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}	

table.contentpaneopen
{
	width:100%;
}

table.contentpaneopen td
{
	line-height:18px;
        font-family: Times, Arial; /************* i added ***************/
	font-size:14px;  /**************** was 12px *****************/
}

table.contentpaneopen td.contentheading
{
	height: 20px;
	padding-left:0px; /*********** was 3px ******************/
	color: #993333; /**************** was #77C21F *****************/
	text-align: left;
	white-space: nowrap;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #000000; /**************** was #336699 *****************/
}


a:link.sublevel, a:visited.sublevel {
	display: block;
	vertical-align: middle;
	font-size: 12px;
	text-align: left;
	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width:180px;
	border-bottom: 1px solid #76CA10;
	color:#3D3E8E;
	
}

a:hover.sublevel {
	text-decoration: none;
	border-bottom-color: #3D3E8E;
	color: #9999FF;  /*************** was #76CA10 ***************/
	text-align: right;

}


a:link.mainlevel, a:visited.mainlevel {
	display: block;
	vertical-align: middle;
        font-family: Arial; /************* i added this ***************/
	font-size: 12px;
        font-weight: bold; /*************** I added this ***************/
	text-align: left;
	padding-left:3px;
	padding-top: 5px;
	height: 16px;
	width:180px;
	text-decoration: none;
	border-bottom: 1px solid #cccccc;
	color:#333333;
}


a:hover.mainlevel {
    background-image: url("images/menuh.gif");
	background-repeat: no-repeat ;
	background-position: top right;
	text-decoration: none;
	border-bottom-color: #330033; /************** was #3D3E8E *************/
	color: #993333; /***************** was #336699 ******************/
	text-align: left;
}


.moduletable h3 {
	color:#ff6600;
	text-align:left;
    font: 10px Verdana, sans-serif;
    padding:8px 0px 0px 30px;
    margin-top:10px;
    background-image: url("images/menu.gif");
	background-repeat: no-repeat ;
	background-position: top left;
	height:30px !important;
	width:160px;	
	
}

table.moduletable{
	width:100%;	
	margin-bottom: 5px;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.moduletable th {
	color: #336699;
	text-align: left;
	vertical-align:middle;
	padding-left: 16px;
	height: 25px;
	font-weight: bold;
	font-size: 12px;
}

table.moduletable td {
	padding-left:7px;
	font-size: 11px;
	font-weight: normal;
}

td
{
	font-family: Times, Arial; /***** was Arial - i used it to change "contact us" component font ******/
	font-size:11px; /********** I don't know what it changes ***********/
	color:#3C3032;
}

.inputbox {
	font-size:10px;
	font-family:verdana;
	border:solid 1px #ADAA9C;
	background-color: #F3F0E1;
	
}
/* ***************************************************************************************************** */
.height {

	height: 50%; /************ changes page height?? was 100% ***********/

}
.td1 {
	background-image: url("images/siteground_01.jpg");
	background-repeat: no-repeat ;
	width: 804px;
	height: 17px;
}

.td2 {
	background-image: url("images/siteground_02.jpg");
	background-repeat: no-repeat ;
	width: 804px;
	height: 30px;
}

.td3 {
	background-image: url("images/siteground_03.jpg");
	background-repeat: no-repeat ;
	width: 804px;
	height: 13px;
}

.td4 {
	background-image: url("images/siteground_04.jpg");
	background-repeat: repeat-y ;
	width: 221px;
	height: 600px;
}

.td5 {
	background-image: url("images/siteground_05.jpg");
	background-repeat: no-repeat ;
	width: 804px;
	height: 76px;
}

.td6 {
	background-image: url("images/siteground_06.jpg");
	background-repeat: repeat-y ;
	width: 583px;
	height: 524px;
}

.td7 {
	background-color:#993333; /************* was #283b8e **************/
	width: 804px;
	color:#fefefe;
	padding:5px;
}


/*************************/
#topnavigation a:link.topnavigation, a:visited.topnavigation {
	font-family: Verdana,Tahoma,Arial;
	font-size: 10px;
	font-weight: bold;
	letter-spacing : 1px;
	color: #fefefe;
	padding-right:5px;
	text-decoration:none;
}

#topnavigation a:hover.topnavigation {
	color: #FFCCCC; /************* was #b9f15d **************/
	border-bottom: none;
	text-decoration:none;	
}

#topnavigation a:active.topnavigation {
	color: #FFCCCC; /************** was #51c0f5 ***************/
	text-decoration:none;	
}

#sgf {
	font-family: Arial, Verdana, Helvetica;
	font-size:10px;
  	font-weight:bold;	
	color: #fefefe;
	text-decoration: none;	
}
#sgf a.sgfooter {
	font-family: Arial, Verdana, Helvetica;
	color: #fefefe;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}
#sgf a:hover.sgfooter {
	font-family: Arial, Verdana, Helvetica;
	color: #fefefe;
  	font-weight:bold;	
	text-decoration: none;
	font-size:10px;
}


/* -------------------------- */
a:link.sgfooter, a:visited.sgfooter {
	color			: #000;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a:hover.sgfooter {
	color			: #000;
	font-family: Arial;
	text-decoration:none;
}
.sgf {
font-size: 9px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-decoration:none;
}
.sgf1 {
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #333;
text-align:left;
}

a:link.sglink, a:visited.sglink {
	color			: #333;
	font-size		: 11px;
	font-family: Arial;
	text-decoration:none;
}
a:hover.sglink {
	color			: #333;
	font-family: Arial;
	text-decoration:none;
}