html {
min-height: 100%;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Tahoma", "Verdana", Courier, monospace;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    text-transform: none;
    color: #333333;
    text-decoration: none;
    background-color: #000000;
    background-image: url('Images/NewOMEDSbackground4.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100%;
}

div#container {
    margin: 0 auto; 
    border: 0px;
    text-align: left; 
    width: 800px; 
    min-height: 100%;
}

div#top {
    float:left;
    width: 800px; 
    height: 120px;
    border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	border-bottom: 2px;
    border-style: solid;
    border-color: #663366;
}

div#mainbody {
    float:left;
    width: 800px; 
    background-color: #FFFFcc;
    background: url(Images/pagebackground.gif) repeat-y 50% 0;
    min-height: 800px;
}

div#contents {
float: left;
width: 560px;
padding-left: 40px;
padding-right: 40px;
padding-top: 10px;
padding-bottom: 40px;    

}

div#footer {
    float: left;
    width: 800px;
    height: 40px;
    background-color: #330033;
    text-align: center;
 }

div#bottomEmptyDiv {
clear: both;
height: 1px;
background-color: #330033;
}
 
div.heading {
float:left;
width: 100%;
border-style: solid;
border-width: 2px 0px 2px 0px;
border-color: #663366;
margin: 10px 0px 30px 0px;
background-color: #eeddFF;
text-align: center;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEDDFF', endColorstr='#cc99cc'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#EEDDFF), to(#cc99cc)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #EEDDFF,  #cc99cc); /* for firefox 3.6+ */

}

div.section {
float:left;
width: 520px;
border-style: solid;
border-width: 0px 0px 1px 0px;
border-color: #663366;
padding: 0 0 30px 0;
margin: 0 0 10px 0;
}


.quote {
background-color: #ffffff;
margin: 20px 10px 20px 10px;
padding: 5px 20px 5px 20px;
border-width: 2px;
border-style: solid;
border-color: #6699FF; 
width: 448px;
float: left;
}

div#contactForm {
display: block;
float: left;
}

/************************ navigation  *************************/

div#navigation {
    float: left;
    width: 160px;
    text-align: center;
}

div#navigation li a:link {
    color: #ffffcc;
    text-decoration: none;
    font-size: 1.2em;
}

div#navigation li a:visited {
    color: #ffffcc;
    text-decoration: none;
    font-size: 1.2em;
}

div#navigation li a:hover {
    color: #ffffcc;
    text-decoration: none;
    font-size: 1.2em;
background: #330033;
}

div#navigation li a:active {
    color: #ffffcc;
    text-decoration: none;
    font-size: 1.2em;
}

#navigation ul {
list-style: none;
padding: 0 2px;
margin: 0;
}

#navigation li {
float: left;
}

#navigation li a
{
width: 104px;
background: #660033;
text-align: center;
float:left;
border: 1px;
border-style: solid;
border-color: #330033;
padding: 3px 15px;
margin: 10px 10px 0px 10px;
color: #ffffff;
text-decoration: none;
height: 1.6em;
line-height: 1.6em;

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#660033', endColorstr='#330033'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#660033), to(#330033)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #660033,  #330033); /* for firefox 3.6+ */


}

#navigation > ul > li:last-child {
margin-bottom: 10px;
}


div#navigation ul ul,
div#navigation ul li:hover ul ul,
div#navigation ul ul li:hover ul ul
{
display: none;
font-size: 1em;
height: 1.4em;
line-height: 1.4em;
padding: 0;
}

div#navigation ul ul li a {
background: #330033;
font-size: 1em;
height: 1.4em;
line-height: 1.4em;
float:left;
border-width: 2px 1px 0px 1px;
border-style: solid;
border-top-color: #663366;
border-left-color: #330033;
border-right-color: #330033;
padding: 3px 15px;
margin: 0px 10px 0px 10px;
}
div#navigation ul ul li:last-child a {
border-bottom-width: 1px;
border-bottom-color: #330033;
}


div#navigation ul ul li a:hover {
background: #660033;
}

div#navigation ul li:hover ul,
div#navigation ul ul li:hover ul,
div#navigation ul ul ul li:hover ul
{
display: block;
}


div#nav2 {
background-color: #330033;
margin: 0;
width: 640px;
float: left;
text-align: center;
}


#nav2 ul {
list-style: none;
padding: 0px 10px;
margin: 0;
font-size: 1.0em;
}

#nav2 li {
float: right;
margin: 2px 0px;
}

#nav2 li a
{
height: 1.4em;
line-height: 1.4em;
/*float: left;	*/
display: block;
border-width: 0px 2px 0px 0px;
border-color: #663366;
border-style: solid;
margin: 4px 0px;
padding: 3px 15px;
color: #ffffcc;
text-decoration: none;
text-align: center;
} 

#nav2 li a:hover
{
background-color: #660033;
}

#nav2 li a#right
{
border: 0;
}

/*******************	Text and general links		*******************/

.light {
    color: #ffffcc;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2.2em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.2em;
}

p {
    font-size: 1.1em;
}

strong {
font-size: 1.1em;
}


a:link {
    color: #3333CC;
    text-decoration: none;
}

a:visited {
    color: #990066;
    text-decoration: none;
}

a:hover {
    color: #3333CC;
    text-decoration: underline;
}

a:active {
    color: #3333CC;
    text-decoration: none;
}

/************************* Submit Buttons *****************************/

input[type="submit"], input[type="reset"] {
background-color: #EEDDFF;
border-width: 1px;
border-color: #663366;
border-style: solid;
cursor: pointer;
color: #333333;

background: #999; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEDDFF', endColorstr='#AA77AA'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#EEDDFF), to(#AA77AA)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #EEDDFF,  #AA77AA); /* for firefox 3.6+ */
-moz-border-radius: 5px;
border-radius: 5px;

}

/***************************** Lists **********************************/

ul.nostyle {
list-style: none;
}

ul {
list-style-type: disc;
list-style-position: outside;
}
ul li {
margin: 0 0 5px 0;
}


/*****************************	Images	*******************************/


img#banner {
    width: 800px;
    height: 120px;
    border-width: 0px;
    margin: 0px;
}


img {
    border-width: 2px;
    border-color: #663366;
    border-style: solid;
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a img {
    border: none; 
}

