p, li, td {
  font-family : Arial, Helvetica, sans-serif;
  font-size : 13px;
  color : #003399;
}

a {
  color : #003399;
  text-decoration : bold;
  font-size : 11px;
}

a:hover {
  color : #ff0000;
  text-decoration : underline;
}
/* the section links in the navigation bar */
A.nav:link {
        color : "#003399";
        text-decoration : none;
		padding : 2px;
		margin : 2px;
        font-weight : normal;
        font-size : 11px;
        background : transparent;

        }
A.nav:visited {
        color : #003399;
        text-decoration : none;
        font-weight : normal;
        font-size : 11px;
        background : transparent;
        
        }
A.nav:hover {
        background-color : #3366cc;
		color : #aaccff;
        text-decoration : none;
        font-weight : normal;
        font-size : 11px;
		padding : 2px;
		margin : 2px;
        border-top: 2px dotted #003399;
        border-bottom: 2px dotted #003399;
        }
A.navtot { /* the style for the page */
        color : #ffffff;
        text-decoration : none;
        font-weight : 600;
        font-size : 12px;
        background : transparent;
        }
H4 { color : #003399;  font-size : 16px;  font-family : Palatino Linotype, Times; font-weight : bold; }
H2 { color : #003399; }
.bold {font-weight : bold}
.bold.em {font-size : 1.2 em; font-family : Palatino Linotype, Times;f}
.ital {font-style : italic; font-family : Palatino Linotype, Times; font-size : 14px;}
ul {
  text-indent : 0px;
  list-style-type : circle;
  list-style-position : inside;
  line-height : 16px;
  padding-top : 0px;
  margin-top : 0px;
}
li {
  margin-top : 0px;
  padding-top : 10px;
  text-indent : 5px;
}
li.nobullet {list-style : "none outside"; padding-top : 5px;}
ul.center {text-align : center}

body {
    margin-top : 0px;
    margin-left : 50%;
	color : #003399;
    }

#content {
    width : 760px;
    margin-left : -380px;
    position : relative;
}
#banner { position: absolute; top: 10px; }
#subpage {
     width : 760px;
     height: auto;
     position: absolute;
     top: 200px;
     left: 0px;
     background-color: #ffffff
}
#subpage p {padding-left : 20px; padding-right : 20px; }
#welcome {
     width : 500px;
     height: 385 px;
     position: absolute;
     top: 190px;
     left: 250px;
 	 background-image : url("./images/bg_2.jpg");
	 background-repeat : repeat-y;
     }
#welcome p { padding-top: 10px; padding-left : 10px; padding-right :5px; }
#welcome p.center {text-align :center}
#column1{
    width: 250px;
    height: 385px;
    position: absolute;
    top: 190px;
    left: 0px;
    background-color: #ffffff;

}
#column1 p {font-size 20px;
	padding-top : 10px;
	padding-left : 10px;
    
}
#lines {
    width: 200px;
    height: 385px;
    position: absolute;
    top: 200px;
    left: 325px;
    padding-top : 35px;
}
#lines p {
    padding-left: 20px;
    padding-right: 25px;
}
#sublinks {
    width: 150px;
    height: 385px;
    position: absolute;
    top: 200px;
    left: 0px;
     background-color: #3366cc;
}
#sublinks p {font-size 20px;
    padding-left: 20px;
    padding-right: 25px;
         color : #ffffff;

}
#linkpage {
    width: 620px;
    height: 385px;
    position: absolute;
    top: 200px;
    left: 150px;
    padding-top : 35px;
}
#linkpage p {
    padding-left: 20px;
    padding-right: 25px;
}

#subnav {
    position: absolute;
    top: 614px;
    width: 760px;
    height: 25px;
    border: 2px solid #00c000;
	background-color : #ffffff;
    }
#subnav2 {position : relative; top : 0px;
    width: 760px;
    height: 25px;
    border: 2px solid #00c000;
	background-color : #ffffff;
}
#subnav p {
    line-height : 20px;
    margin-top : 0px;
    padding-top: 0px;
    text-align : center;
	font-size: 10px;
		color : #003399;

    }
#subnav2 p {
    line-height : 20px;
    margin-top : 0px;
    padding-top: 0px;
    text-align : center;
	font-size: 10px;
		color : #003399;
    }
#menu {
    width : 760px;
    position : absolute;
	color : white;
    top : 150px;
	margin-top : 0 px;
	text-align : center;
	background-image : url("./images/mnubak.gif");
	background-repeat : repeat-x;
	height : 40px;
    }
/* The links element */
.Navigation {
   width : 760px;
    position : absolute;
	color : #003399;
    top : 150px;
	margin-top : 0 px;
	text-align : center;
	background-image : url("./images/mnubak.gif");
	background-repeat : repeat-x;
	height : 40px;
        }

.linkbox { /* button-like box for navigation links */
        font-family :Arial, Tahoma,  Verdana, Helvetica, sans-serif;
		font-size : 11px;
        padding : 2px;
		padding-top : 10px;
        margin : 2px;
        background: transparent;
        text-align: center;

       }
#footer {

    position: absolute;
    top: 639px;
    width: 760px;
    text-align : center;
    border-top: 1px solid #003399
    }
#footer.rel {position : relative; }