/* design */

body {
margin: 0px;
background: #cccccc;
}

.drop_left {
background: url(photos/drop_left.jpg) top right repeat-y;
}

.drop_right {
background: url(photos/drop_right.jpg) top left repeat-y;
}

.nav_background {
background: url(photos/temp_nav.jpg) top right repeat-y;
}

.content {
background: #ffffff url(photos/temp_corner.jpg) top left no-repeat;
}

.home_text {
font-family: verdana, arial, sans-serif;
font-size: 8pt;
color: #000000;
line-height: 20px;
text-align: justify;
}

.plain_text {
font-family: verdana, arial, sans-serif;
font-size: 8pt;
color: #000000;
line-height: 20px;
}

h1 {
font-family: verdana, arial, sans-serif;
font-size: 11pt;
color: #010193;
font-weight: bold;
margin-bottom: 6px;
}

.home_photo {
position: relative;
left: 30px;
}


/* nav buttons */

a.nav:link {
font-size: 8pt;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #ffffff;
text-decoration: none;
background: #1616FE;
border: solid 1px #000000;
width: 145px;
padding: 3px 1px 3px 1px;
display: block;
margin-top: 9px;
}

a.nav:visited  {
font-size: 8pt;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #ffffff;
text-decoration: none;
background: #1616FE;
border: solid 1px #000000;
width: 145px;
padding: 3px 1px 3px 1px;
display: block;
margin-top: 9px;
}

a.nav:hover {
font-size: 8pt;
font-weight: bold;
font-family: verdana, arial, sans-serif;
color: #ffffff;
text-decoration: none;
background: #7676FE;
border: solid 1px #000000;
width: 145px;
padding: 3px 1px 3px 1px;
display: block;
margin-top: 9px;
}


/* resources */

.links { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: normal ; 
color: #0000ee;
}

.links_bold { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: bold; 
color: #000000;
}

.up { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal ; 
color: #0000ee;
}

.text { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt; 
font-weight: normal;
text-align: justify;
 }
 
 .clause {
font-family: Arial, Helvetica, sans-serif; 
font-size: 8pt; 
font-weight: normal;

 }









