body {
max-width: 1200px;
min-width: 700px;
background-color: #d2dbff; 
background-image: url();
background-repeat: repeat-x;
font-family: Arial, Verdana,  sans-serif;
font-size: 93%; /*sets the overall base size of your fonts.*/
color: #333;
margin: auto;
padding: 0;
text-align: center;
}


.max-width {
width:expression(document.body.clientWidth < 702? "700px" :document.body.clientWidth > 1202? "1200px": "auto" );
}

/*the font size is 100% of the body font setting So while it says 100%, this is actually 100% of whatever we set in the body selector. By default, that is 85%. No need to touch this if you dont want to */
table {
font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
color: inherit;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: left;
}

table.border{ /*this sets the border around your main content table*/
border: none;
width:100%; /*this sets how wide your content table will be. Change to 100% for full screen width*/
}



ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 30px;
}

li.custom2 {
background: url(../image-files/bulletrose.gif) left center no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
 }



a { font-family:  Arial, Verdana, sans-serif;
  font-size: 100%;
  color: #0066cc;
  text-decoration: underline;
}

a:visited { font-family:  Arial, Verdana, sans-serif;
  font-size: 100%;
  background-color: transparent;
  color: purple;
}

a:hover { font-family:  Arial, Verdana, sans-serif;
  font-size: 100%;
  background-color: transparent;
  color: black;
}


#header-link{
  text-align: center;
}

#header-link a{
  text-decoration: none;
}

#header-link a:hover{
  background-color: transparent;
}



h1 { font-family: Georgia, Arial, Verdana, sans-serif; font-size: 150%;  color: #300437; text-align:center; margin-top:0}
h2 { font-family: Georgia, Arial, Verdana, sans-serif; font-size: 116%;  color: #300437; text-align:left; margin-top:0}
h3 { font-family: Georgia, Arial, Verdana, sans-serif; font-size: 108%;  color: #300437; text-align:left; margin-top:0; margin-bottom: 2px}

h3.hbg{
color: white;
background-color:#330033;
padding: 2px;
text-align: center;
margin-top: 10px;
}

b {
color: #300437;
}


blockquote {
color: #666;
font-family: 'Lucida Sans Typewriter', Verdana, sans-serif;
font-size: 85%;
border-top: 1px dotted #006666;
border-bottom: 1px dotted #006666;
}



.header {
  background-color: #fff;
  background-image: url('../image-files/header.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  height: 180px;
  margin: 0;
  padding: 0;
}

.spacer {
  background-color: #fff;
  width: 20%;
}

.content {
  background-color: #fff;
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted  #cccccc;
  border-top: none;
  border-bottom: none;
  font-size: 93%;
  color: inherit;
  padding: 20px 10px 20px 10px;
  width: 60%;
}

.right {  
  font-size: 80%;
  color: inherit;
  background-color: #fff;
  padding: 5px;
  width: 20%;
}

.left {
  font-size: 80%;
  color: inherit;
  background-color: #fff;
  padding: 15px;
}

.footer {
  font-size: 80%;
  color: inherit;
  background-color: #fff;
  padding: 5px;
  border-top: 1px solid #ccc;
}

.bottom-strip {
  background-color: #fff;
  background-image: url('../image-files/footerbg.jpg');
  background-position: bottom left;
  background-repeat: repeat-x;
  font-size: 85%;
  color: #000;
  text-align: center;
}





.navigator {                     
  background-color: transparent;
  border: none;
  width: auto;
  padding: 2px;
  text-align: left;
}



.navlink a {
  font-family: Georgia, Arial, san-serif;
  font-size: 100%;
  margin-top: 3px; 
  margin-right: 3px;
  margin-bottom: 3px; 
  margin-left: 3px;
}





.navlink {
  font-weight: bold;
}




.navlink a {
  padding: 3px;
  text-decoration: none;
  display: block;
  color: #407495; 
  background-color: transparent;
  border-bottom: 1px dotted #000;
  margin: 3px 15px;
}

.navlink a:visited {
  color: #666;
  background-color: transparent;
}



.navlink a:hover {
  color: black;
  background-color: transparent;
}



.search{
position: absolute;
top: 117px;
left: 30px;
}

.top-nav  {
  text-align: center;
  font-family:  Georgia, Arial, sans-serif;
  font-weight: bold;
  font-size: 85%;
  position: absolute;
  top: 160px;
  right: 50px;
}


.top-nav  ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.top-nav  ul li {
  border: none;
  display: inline;
  background-color: transparent;
  padding: 4px;
  margin: 5px;
}

.top-nav  a {
  color: #407495;
  text-decoration: none;
  text-align: center;
}

.top-nav  a:visited {
  color: purple;
  text-decoration: none;
}

.top-nav  a:hover {
  color: #000;
  background-color: transparent;
}



div.top-nav-position{
  width: 100%;
  background-color: transparent;
  height: 1px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}







.center-box {
  width: 60%;
  background-color: #fff;
  background-image: url(../image-files/centerbg.jpg);
  background-repeat: repeat-x;
  margin: 25px auto;
  padding: 15px;
  border: 1px dotted #000066;
}


div.full {
  background-color: #fff;
  background-image: url(../image-files/footerbg.jpg);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 15px 25px 10px 25px;
  padding: 15px;
  border: 1px solid #ccc;
}

div.full2 {
  background-color: #ffffaa;
  margin: 15px 0px 10px 0px;
  padding: 15px;
  border: 1px solid #000066;
}


div.half-left {
  background-color: #ffffff;
  margin: 5px 5px 5px 5px;
  border: 1px solid #000066;
  padding: 10px;
  width: 50%;
  float: left;
}


div.half-right {
  background-color: #ffffff;
  margin: 5px 5px 5px 5px;
  border: 1px solid #000066;
  padding: 10px;
  width: 50%;
  float: right;
}






.img-left {
  float: left;
  padding: 3px;
  margin-right: 5px;
  border: 1px solid #666;
}
.img-right {
  float: right;
  padding: 3px;
  margin-left: 5px;
  border: 1px solid #666;
}

.img {
 padding: 2px;
 border: 2px solid #666;
 margin: 10px;
 text-align: center;
 }
 
 .caption{
 font-size: 11px;
 color: #cc3300;
 margin-top: 2px;
 text-align: center;
 }

div.clear {
  clear: both;
  width: 100%;
  height: 1px;
}

p.small{
font-size: 77%;
color: #330033;
}
