/* comment */

a {
font-size: 13px;
font-weight: bold;
font-family: verdana;
font-style: italic;


}

a:link {
	color: #660000;
	text-decoration: none;
	}
a:visited {
	color: #660000;
	text-decoration: none;
	}
a:hover {
	color: #663333;
	text-decoration: underline;
	}
a:active {
	color: #663333;
	text-decoration: none;
	} 

body {
margin: 0 0 0 0;
padding: 10;
background-color: #000000;
}

p {
color: #330000;
font-size:13px;
font-weight:normal;
line-height:15px;
margin-left: 20px;
margin-right: 20px;
font-family: Verdana, Helvetica, sans-serif;
}

h1 { 
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 18px;
color: #660000;
margin-left: 20px;
margin-top: 20px;

}

h2 {
margin-left: 240px;
margin-top: 20px;
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 18px;
color: #000;
}

h3 {
margin-left: 410px;
margin-top: 58px;
font-family: verdana;
font-style: italic;
font-size: 12px;
line-height: 12px;
color: #fff;
text-align: right;
}

h4 {
margin-left: 20px;
margin-top: 10px;
margin-bottom: 4px;
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 18px;
line-height: 16px;
color: #000;
text-align: left;
}

h5 {
margin-left: 20px;
margin-top: 0px;
margin-bottom: 0px;
font-family: Garamond, Times, serif;
font-style: italic;
font-size: 18px;
line-height: 16px;
color: #3333cc;
text-align: left;
}

.teeny {
font-size: 10px;
color: #000;
text-align: right;
line-height: 12px;

}

.twelve {
color: #000;
font-size: 14px;
margin-left: 70px;
line-height: 14px;
}

.devibg {
background-image:url('images/odissigirl.jpg');
background-repeat: no-repeat;
background-position: bottom left ;
background-color: #ffffff;
}

.greentextbg {
background-color: #cccc33;
background-repeat: no-repeat;
background-image:url('images/sarishopbluetop.gif');
background-position: bottom right;
}

.whitetextbg {
background-image:url('images/whitemapbg.gif');
background-repeat: no-repeat;
background-position: 15 0 ;
background-color: #ffffff;
}

.maintextarea {
background-color: #ffffff;
}

.devispinners {
background-image:url('images/devispinners.jpg');
background-repeat: no-repeat;
background-position: 0 0;
background-color: #000000;
width: 800px;
}


.masthead {
background-image:url('images/submastbg.jpg');
background-repeat: no-repeat;
background-position: top right;
background-color: #fff;
width: 800px;
}


.blackbg {
background-color: #000;
background-image:url('images/stripeybg.jpg');
background-repeat: repeat;

}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu {height:94px; width:160px; position:relative; margin-left: 20px; border-left: 12px solid #660000; border-top: 1px solid; border-bottom: 1px solid; }

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#cccc99; }

#menu li {margin:0; padding:0; list-style:none; }
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px; }
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {display:block; font:bold 12px verdana,arial,sans-serif; color:#660000; line-height:17px; text-decoration:none; padding:0 20px 0 10px; } 

#menu ul li:hover > ul {left:90%; margin-top:-28px; margin-left:-1px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover { color:#993333;} 
#menu li:hover > a {color:#993333;}
#menu li a.fly {background: url() no-repeat right top;}
#menu li a.fly:hover { url() no-repeat right top;} 
#menu li:hover > a.fly { url() no-repeat right top;}

#menu table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}



div.figure {
  float: right;
  width: 40%;
  border: thin silver solid;
  margin: 20px;
  padding: 4px;
}

div.figure p {
  text-align: center;
  font-family: times, serif;
  font-style: italic;
  font-size: 13px;
  line-height: 14px;
  text-indent: 0;
}

div.figurel {
  float: left;
  width: 60%;
  border: thin silver solid;
  margin: 20px;
  padding: 4px;
}

div.figurel p {
  text-align: center;
  font-family: times, serif;
  font-style: italic;
  font-size: 13px;
  line-height: 14px;
  text-indent: 0;
}


img.scaled {
  width: 100%;
}




