/* the font styles for the text                   */
/*                                                */
/* changed #ffcc66 to #fff8dc                     */
/*                                                */
h3.vm {font-size: 14px; color: #E30022; clear:none}
h1, h2, h3, h4 {clear: both; color: #E30022;}
h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px; margin-bottom: 0px;}
h4 {font-size: 12px; margin-bottom: 2px;}
h5 {font-size: 14px;color: #D00022; margin-bottom: 0px;}
cite  {color: #000000; font-size: 11px;}
p {color: #000000; font-size: 12px; line-height:20px;}
li {color: #000000; font-size: 12px; line-height:20px; margin-bottom: 8px;}
p,cite,h1,h2,h3,h4,h5,ul,ol,li,div,span,blockquote,body,table,td {
font-family:verdana,arial,helvetica,sans-serif;
 }
.unl {text-decoration:underline;}
.nott {FONT-FAMILY: "Comic Sans MS", arial, helvetica, sans-serif; MARGIN-TOP: 0px; MARGIN-BOTTOM: 5px;font-weight:200;font-style:italic; margin-left: 4em; margin-right: 4em;}
#lhead {font-size: 110%; font-weight: bold;     list-style-type: upper-roman;}
#lhead li ol {font-size: 90%; font-weight: normal;}
#lhead li ul {font-size: 90%; font-weight: normal;}


/* the link text styles */
a:link {
background-color: #fff8dc;
color:#993333;
font-weight: bold;
text-decoration:none;
}
a:visited {
background-color: #fff8dc; 
color: #666666;
font-weight: bold;
text-decoration: none;
}
a:hover {
color:#ffff99;
background-color:#993333;
font-weight: bold;
}

a.nav:link, a.nav:visited {
color: #fff8dc;
background-color: #000000;
font-weight:bold;
text-decoration:none;
}
a.nav:hover {
color: #cccccc;
background-color: #333333;
}

a.outside:link, a.outside:visited {
color: #fff8dc;
background-color: #000000;
text-decoration:none; 
font-weight: normal;
}

a.outside:hover {
text-decoration:underline;
background-color: transparent;
}

a.foot:link, a.foot:visited {
background-color: #fff8dc;
color:#993333;
font-size: 10px;
font-weight: bold;
text-decoration:none;
}

a.foot:hover {
color:#ffff99;
background-color:#993333;
font-size: 10px;
font-weight: bold;
}

/* the color and border class selectors */

.maincolor {background-color: #fff8dc;color:#000000;}
.seccolor, .seccolorleft, .seccolorright {background-color: #000000;color:#fff8dc;}
.seccolorleft {border-right: 2px solid #cccccc;}
.seccolorright {border-left: 2px solid #cccccc;}

img.cnt {display: block; margin-left: auto;margin-right: auto; }
.cntr {text-align: center; margin-left: auto; margin-right: auto;}
.txlft {text-align: left;}
td.tbnl {width: 202px;}
/*the styles for the  3 content DIVs */

#left {
margin-top: 12px;
margin-left: 15px;
margin-right: 10px;
width: 110px;
font-size: 12px;
line-height: 24px;
}

#right {
margin-top: 20px;
margin-left: 10px;
margin-right:20px;
font-size: 11px;
line-height: 16px;
}


#main {
padding: 0px 10px 10px 20px;
}

/* the body element styles */

body {margin: 0;}


/* form element styles */

input.submitbutton {
color: #ffffff;
background-color: #993333;
border-top: 2px solid #993333;
border-right: 2px solid #993333;
border-bottom: 2px solid #993333;
border-left: 2px solid #993333;
font-family: arial, sans-serif;
font-size: 11px;
font-weight: bold;
height: 20px; 
width: 60px;
vertical-align:middle;
}

input.textbox {
color:#ffffff;
background-color:#666666;
font-family: arial, sans-serif;
font-size: 11px;
border-top: 1px dashed #ffffff;
border-right: 1px dashed #ffffff;
border-bottom: 1px dashed #ffffff;
border-left: 1px dashed #ffffff;
height: 18px;
width: 80px;
vertical-align:middle;
padding:2px 0px 0px 2px;
}

/*the photo strip */
#photo {
background-image: url(images/imagebar.jpg);
background-repeat: repeat-x;
background-position: 0% 0%;
}

/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}
