@charset "utf-8";
/* CSS Document */

body {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    
    background-color: #FFFFFF;
    background-image: ;
	/* url(header_bg.png) */
    background-position: center;
    background-repeat: repeat-n;
    /* background-repeat: repeat-y; */
	color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div#leftcolumn {
    float: left;
    width: 125px;
    display: block;
    text-indent: 10px;
    background-color: #bcdeff;

    text-decoration: none;
    height: 180px;
    line-height: 16px;
    color: #333333;
    margin-left: 0px;
    margin-right: 12px;
    padding-left: 4px;
    padding-right: 15px;	
    padding-top: 12px;
    padding-bottom: 6px;
}


div#leftcolumn2 {
    float: left;
    width: 125px;
    display: block;
    text-indent: 10px;
    background-color: #bcdeff;

    text-decoration: none;
    height: 50px;
    line-height: 16px;
    color: #333333;
    margin-left: 0px;
    margin-right: 12px;
    padding-left: 4px;
    padding-right: 15px;	
    padding-top: 12px;
    padding-bottom: 6px;
}


div#rightcolumn {
    float: left;

    margin-left: 12px;
    margin-right: 12px;
    padding-left: 15px;
    padding-right: 15px;
}


a.display-style {
    display: block;
    font-size: 36px
    background-color: #bcdeff;
    border-bottom: 1px solid #336699;
}


.text1 {
    font-size: 14px;
}



div#frame {
    width: 1000px;
	/* Sets the width of the header frame, 778px, 900px moves it  "left" */
    margin-left: 0px;
    margin-right: 0;
    padding-left: 0px;
    padding-right: 0px;
}

div#header {
    height: 110px;
	/* sets height of header and how buttons line up on blue color */
}


myimage {
width: 300px;
height:300px;
border:0px solid black;
}



div#topNavigation {
	position: left;
	left: 15px;
	top: 160px;
	width: 900px;
	height: 28px;
}

div#topNavigation a {
	display: block;
	float: left;
	width: 99px;
	height: 26px;
	line-height: 32px;
	background-image: url(footer_bg.png);
	text-align: center;
	border: 1px solid #8fcceb;
	color: #116694;
	text-decoration: none;
}

div#topNavigation a:hover {
	background-image: url(nav_hover.png);
	color: #9E813D;
	border: 1px solid #ebd38f;
}


div#header img.logo {
    float: left;
}

div#headerMailingList {
	float: right;
	height: 24px;
	width: 165px;
	background-image: url(images/box_bg.png);
	border: 1px solid #336699;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	margin: auto;
	padding-top: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	clear: left;
	right: auto;
	top: 0px;
}

div#headerMailingList form, div.box form {
    padding: 10px;
}

div#headerMailingList input[type=text], div.box input[type=text], div#search input[type=text] {
    border: 1px solid #336699;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    height: 14px;
    font-size: 12px;
    color: #808080;
    padding: 10px;
}

div#search {
    float: right;
    padding: 7px;
    margin-right: 10px;
}

div#search input[type=text] {
    background-image: url(images/input_search_bg.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    text-indent: 18px;
    border: 1px solid #2A5B1A;
}

div#productMenu {
    float: left;
    padding: 2px;
    margin-right: 10px;
}

div#productMenu a {
    display: block;
    text-indent: 10px;
    background-color: #F6F6EA;
    border-top: 1px solid #E7E5C7;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    color: #333333;
}

div#productMenu a:hover {
    font-weight: bold;
}

div#productMenu notice {
    text-indent: 20px;
    background-color: #FFFFFF;
    text-decoration: none;
    height: 10px;
    line-height: 10px;
    color: #333333;
}


div#menu {
    background-image: url(images/tab.png);
	/* green image used to created Navigational Menu bar */
    height: 35px;
    background-repeat: repeat-x;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#menu a {
    display: block;
    padding-left: 27px;
    padding-right: 27px;
    border-left: 1px solid #2A5B1A;
    border-right: 1px solid #5C9C4B;
	/* colors to define the left & right edges of the separate buttons in green bar */
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

div#menu a:hover {
    background-image: url(images/tab_hover.png);
    color: #036903;
}

div#left {
    float: left;
    width: 180px;
    margin-right: 20px;
}

div#left div.box {
    background-image: url(images/box_bg.png);
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    margin-top: 10px;
    margin-bottom: 10px;
}

div#right {
    float: left;
    width: 556px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

div#right a {
    color: #346D21;
    text-decoration: none;
}

div#right a:hover {
    text-decoration: underline;
}


h1 {
    font-size: 16px;
    color: #336699;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

h2 {
    font-size: 14px;
    color: #336699;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    padding-bottom: 5px;
}

h3 {
    font-size: 12px;
    color: #336699;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

h9 {
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}


div#footerMenu {
    float: left;
	height: 20px;
    background-color: #F6F6EA;
    border-top: 1px solid #E8E5C7;
    border-bottom: 1px solid #E8E5C7;
    text-align: center;
    line-height: 18px;
    margin-top: 1px;
}

div#footerMenu a {
    text-decoration: none;
    color: #9D9D94;
    padding-left: 5px;
    padding-right: 5px;
}

div#footerMenu a:hover {
    text-decoration: underline;
}



div#footer {
	margin-top: 0px;
	font-size: 8px;
	color: #808080;
	line-height: 12px;
    float: left;
}

div#footer a {
    font-size: 10px;
    color: #808080;
}

div#developedBy {
    float: left;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}
