body {  background-color: #345978;  margin-left:0pt; margin-right:0pt;margin-top:0pt;margin-bottom:0pt }
.container{border:5px solid #FFFFFF;background:#FFFFFF}
.flash {  background-color: #DDB234; }
.main  {background:#FFFFFF}
.navbar {background:#DDB234; background-image:url('images/navbar_back.jpg'); border-bottom:1px solid #FFFFFF;border-top:1px solid #FFFFFF}
.quotes {height:60;padding:5;font-family: arial, verdana; font-size: 9pt; color: #355071; font-weight:bold;}
.box {border:1px solid #34549C; margin:10}
.highlight { font-family: arial, verdana; font-size: 9pt; padding:15}
.highlighttitle { height:22;background-image:url('images/highlighttitle_back.jpg');   color:#ffffff; font-family: arial; font-size: 11pt; font-weight: bold; padding:0}
.highlighttext {  background:#e8e7e6; background-image:url('images/highlight_back.jpg');  border:1px solid #DCDCDC;  font-family: arial; font-size: 8pt; padding:5}
.menutitle {background:#155B96; color:#FFFFFF; font-family: arial; font-size: 10pt; padding:5;font-weight:bold;}
.menu {height:25; font-family: arial, verdana; font-size: 9pt; color: #000000; padding: 5 ;border-bottom:1px dotted #34549C;}
.menu a{color:#284354}
.contents {background:#D8B12E}
.footer { background:#2D81B9;  font-family: arial, tahoma; font-size: 8pt;color:#FFFFFF;  padding:5}

.list {border-bottom:1px dotted #FFFFFF;  font-family: arial; font-size: 9pt;}

.text {  font-family: arial, verdana, Arial; font-size: 9pt; color: #000000; text-align:Justify; padding:10px}
.text a {text-decoration:underline}
.title {height:40; background-image:url('images/title_back.jpg');  font-family: arial, tahoma, verdana; font-size: 14pt;color:#265F7F;  border-bottom:1px solid #F7F7F7; padding:5px }

.pic{ border: 1px solid #DCDCDC; }

a { text-decoration: none; color: #000000}
a:hover {text-decoration:underline}
input {font-family:arial, verdana;font-size:9pt}
select {font-family:arial, verdana;font-size:9pt }
textarea {font-family:arial, verdana;font-size:9pt}


/* menu styles */

.ddsmoothmenu{
font: bold 12px Arial;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
padding: 8px 8px;
border-right: 1px solid #ffffff;
color: #2d2b2b;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #000000; 
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #000000; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background:#3171c9;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 12px Arial;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;

border-top: 1px solid #ffffff;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

