a { color : #336699; }

a.highlight {
	background : #C2D7EB;
	font-weight: bold;
}

a:hover { color : #000000; background: #ccffcc; text-decoration: underline overline;}

a:hover img.imglink { border-color : #FF0000;}

body 
{ 
	margin : 0;
	scrollbar-arrow-color : #666699;
	scrollbar-base-color : #666699;
}

body, td {
	font-size : 90%;
}

body, div, p, th, td, form, h1, h2, h3, h4, h5, h6, li, ul, ol {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

body.homepage { margin : 0; }

code { font : 13px monospace; }

div.contentbox, div.whitebox {
	margin : 6px 10px;
}
div.gutter {
	margin : 20px;
	}

div.headline {
	background : #ccffcc;
	/* for NS4 */
	border : .2px solid #336699;
	color : #000000;
	padding : 8px 12px;	
	margin: 0;
	/* for NS4 */
}

div.navbar {
	background : #9999cc;
	/* for NS4 */
	border : 0.1px solid #666699;
	border-bottom : 1px solid #666699;
	color : #FFFFFF;
	font-weight : bold;
	font-size: 11px;
	margin : 0;
	padding-top : 6px;
	text-align : right;
	
}

h1 { font-size: 150%; }
h2 { font-size: 135%; }

h2.headline { color : #000000; }

h3 { font-size : 115%; }
h4 { font-size : 105%; }
h5 { font-size : 80%; }

hr { color : #336699; height : 1px; }

img.imglink { border : 2px solid #FFFFFF; }

input.button {
	background : #C2D7EB;
	/* NS4 can't see these borders */
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	color : #000000;
	cursor : hand;
	font : 11px Verdana, Arial, Helvetica, sans-serif;
	padding : 4px 0;
}

.box {
	background : #C2D7EB;
	/* border 0.1 to force NS4 to color box */
	border : 0.1px solid #336699;
	/* NS4 skips these */
	border-bottom : 1px solid #336699;
	border-left : 1px solid #336699;
	border-right : 1px solid #336699;
	border-top : 1px solid #336699;
	padding : 10px;
}

.copyright {
	font-size : 10px;
	padding-bottom : 12px;
	padding-top : 12px;
	
}

.keyword { font-weight : bold; }

.mainhead {
	font : bold 20px Verdana, Arial, sans-serif;
	letter-spacing : 24px;
	margin-bottom: 0;
	margin-top: 0;
	text-transform : uppercase;
}

.navbar a { color : #000000; text-decoration : none; }

/* used on main page */
.orderbox {
	background : #FFFFFF;
	border : 1px solid #336699;
	padding : 10px 4px;
	text-align : center;
}


.subhead {
	font-size : smaller;
	letter-spacing : 3px;
	margin-bottom : 1px;
	margin-top : 6px;
	text-transform : lowercase;
}


.ddm1 {
    font: 11px tahoma;
}
.ddm1 .item1,
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    padding: 3px 8px 4px 8px;
    border: 1px #003366;
    border-style: solid none solid none;
    text-decoration: none;
    display: block;
    position: relative;
}
.ddm1 .item1 {
    background: #9999cc;
    color: #000000;
}
.ddm1 .item1:hover,
.ddm1 .item1-active,
.ddm1 .item1-active:hover {
    background: #ccffcc;
    color: #000000;
}
.ddm1 .item2,
.ddm1 .item2:hover {
    padding: 3px 10px 4px 10px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}
.ddm1 .item2 {
    background: #9999cc;
    color: #000000;
}
.ddm1 .item2:hover {
    background: #ccffcc;
    color: #000000;
}
.ddm1 .section {
    border: 1px #003366;
    border-style: solid solid solid solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    white-space: nowrap;
}
.ddm1 .left, .ddm1 .left:hover { border-style: solid none solid solid; }
.ddm1 .right, .ddm1 .right:hover { border-style: solid solid solid none; }

