/* CSS Document */
body { 
background: #000000 url(images/newbackground.gif) repeat-y 50% 0; 
background-attachment: fixed; 
margin: 0; 
padding: 0; 
text-align: center; 
} 
 

#container {
margin: 0px auto;
text-align: left;
width: 650px;
height: 2200px;
}

h1 { 
width: 650px; 
height: 120px; 
text-indent: -9999px; 
background: url(images/headerroundedjpg.jpg); 
margin: 0; 
padding: 0; 
} 

#left { 
width: 183px;
float: left;
}

#navcontainer { 
width: 183px;
} 

#navcontainer ul { 
margin: 0px;
margin-left: 5px; 
padding: 0;
border-bottom: 5px solid #b3defe;
list-style-type: none; 
font: bold 12px/22px "Trebuchet MS", Sans-serif; 
text-indent: 50px; 
letter-spacing: 1px; 
 
} 


#navcontainer li {
position: relative;
}

 


#navcontainer ul ul {
clear: left;
position: absolute;
top: 0;
left: 100%;
width: 100%;
border-right: 5px solid #b3defe;
border-left: 5px solid #b3defe;
margin: 0;

}

#navcontainer ul ul ul {
margin: 0;
top: 0;
border-left: 5px solid #b3defe;


}

div#navcontainer ul ul {
display: none;

}

div#navcontainer ul li:hover ul {
display: block;

}

div#navcontainer ul ul,
div#navcontainer ul li:hover ul ul {
display: none;

}

div#container ul ul li:hover ul {
display: block;
}

#navcontainer ul li {
float: left; width: 100%;
}

#navcontainer ul li a {
height: 1%;
}



#navcontainer a { 
display: block; 
width: 178px; 
height: 22px; 
} 

#navcontainer a:link, #navcontainer a:visited { 
background: url(images/button.jpg); 
color: #b3defe;
color: #B8E0FE; 
text-decoration: none; 
} 

#navcontainer a:hover { 
background: url(images/button_over.jpg); 
color: #0a61a2; 
text-decoration: none; 
} 

#navcontainer li a#current { 
background: url(images/button_over.jpg); 
color: #0a61a2; 
text-decoration: none; 
} 

#container2 { 
width: 183px;
float: left;
margin-bottom: 10px;
margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top: 5px solid #b3defe;
border-bottom: 5px solid #b3defe;
font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif; 
color: #ffffff;
text-align: center;
}

#container3 { 
width: 183px;
height: 200px;
float: left;
color: #ffffff;
font: bold 14px/22px Verdana, Arial, Helvetica, sans-serif; 
text-align: center;
}

#content { 
width: 422px; 
float: left;
padding-top: 15px; 
padding-right: 0; 
padding-bottom: 10px; 
padding-left: 30px;
font: normal 18px "Georgia", serif; 
color: #b3defe;  
} 

#content h2 { 
font: normal 24px "Georgia", "Times New Roman", Times, serif; 
color: #b3defe; 
background: transparent url(images/snowflakebullet.gif) no-repeat; 
width: 422px; 
height: 50px;
padding-top: 10px; 
padding-right: 0px; 
padding-bottom: 0px; 
padding-left: 60px;
margin: 0; 
} 

#content a:link, #content a:visited {
color: #b3defe;
color: #B8E0FE; 
text-decoration: none; 
}

div#content table tr td {
color: #b3defe;
}

.text { 
font: 14px/18px Verdana, Arial, Helvetica, sans-serif; 
color: #B8E0FE; 
margin-bottom: 10px;
margin-right: 5px 
} 

.imageright { 
float: right; 
padding: 7px; 
margin-left: 10px;
margin-bottom: 10px;
background-color: #b3defe; 
border: 1px solid #ffffff; 
} 

ul {
font: 14px/18px Verdana, Arial, Helvetica, sans-serif; 
color: #B8E0FE; 
}

#footer { 
margin: 0px auto; 
position: relative; 
background: #000000 url(images/footerroundedjpg.jpg) no-repeat;
border-top: 5px solid #b3defe; 
width: 650px;
height: 40px; 
clear: both; 
padding-top: 2px;
} 


#footer h2 { 
margin: 0; 
text-align: center; 
font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
color: #B8E0FE;
text-decoration: none;
line-height: 15px;
} 

#footer h2 a:visited, #footer h2 a:link { 
color: #696464; 
border: none;
text-decoration: none;
font: normal 9px Verdana, Arial, helvetica, sans-serif;
} 

#footer h2 a:hover {
border-bottom: 1px solid #ffffff;
} 

