html {
height: 100%;
}

#maincage {
position:relative;
width:100%;
min-height:100%;
border-top: 0px;
border-bottom: 0px;
}

* html #maincage { /* Should be included via Conditional Comment for IE */
height: 100%;
}

body {
	height: 100%;
	background-image: none;
	background-color: #CCCCCC;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}

a:link {
	color: #660099;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* Paragraph Styles */

p {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

p.type2 {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

/* Paragraph Emphasis Style */

#bold {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	padding: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

/* List Styles */

ul.type1 {
	list-style-type: square;
}
li.type1 {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	
}

ul.type2 {
	list-style-type: square;
}
li.type2 {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 5px;
	
}


/* Blockquote Style */

blockquote {
	background-image: none;
	background-color: #FFFFFF;
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	padding: 10px;
}

/* Content Style */

#content {
	padding: 10px;
}

/* Headings Style */

h1 { 
	background-color: #C8F9B3;
	font-family: "American Typewriter", Courier, Times, serif;
	font-size: 20px;
	color: #006600;
	font-weight: bold;
	text-transform: lowercase;
	padding: 5px;
}

/* Sub-Headings Style */

h2 {
	font-family: "Baskerville", Georgia, Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #0B6C81;
	font-weight: bold;
	text-align: center;
}

/* Bottom Quote Style */

h3 {
	font-family: "Baskerville", Georgia, Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 5px;
}

/* Quotation Style */

h4 {
	font-family: "Baskerville", Georgia, Times, serif;
	font-size: 16px;
	color: #0B6C81;
	font-style: normal;
}

/* Smaller h2 */

h5 {
	font-family: "Baskerville", Georgia, Times, serif;
	font-size: 17px;
	line-height: 20px;
	color: #0B6C81;
	font-weight: bold;
	text-align: center;
}


/* Small Type */

h6 {
	font-family: "Arial", Helvetica, Courier, sans-serif;
	font-size: 9px;
	color: #000000;
	font-style: normal;
}


/* Main Image Styles */

img.type1right {
	border-color: #FFFFFF; 
	border-style: solid;
	border-width: 5px;
	margin: 10px;
	text-align: right;
	float: right;
}

img.type1left {
	border-color: #FFFFFF; 
	border-style: solid;
	border-width: 5px;
	margin: 10px;
	text-align: left;
	float: left;
}

img.type1center {
	border-color: #FFFFFF; 
	border-style: solid;
	border-width: 5px;
	margin: 10px;
}

/* Quotation Bubble Style */

img.type2 {
vertical-align: bottom;
}

/* Main Image Style */

img {
vertical-align: middle;
}

/* Drop Down Menu Style */

.ddmx {
    font: 11px Arial;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #339933;
    font: 18px American Typewriter, Courier, Arial, Helvetica, sans-serif;
    color: #99FF66;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #99FF66;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #339933;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #FFFFFF;
    font: 12px Arial, Helvetica, sans-serif;
    color: #339933;
    font-weight: normal;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #99FF66;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */