/*
colour definitions:
dark grey	#333333
medium grey	#666666
sky blue	#0066cc
cream		#ffff99
*/

html		{overflow-y: scroll;}

body		{width:100%; height:100%;
		 margin:0px; padding:0px;
		 color:#660000; background-color:#ffffff;
		 font-size:12px; font-family:Verdana, Helvetica, Arial, sans-serif;
		 text-align:center;}

img		{border:none;}
h1		{font-size:18px; color:#333333; text-align:left; margin:20px;}
h2		{font-size:12px; color:#333333; text-align:left; margin:15px; font-weight:bold;}
p		{margin:8px; text-align:left;}

a		{border:none; text-decoration: none;}
a:link		{color:#000000; font-weight:bold; text-decoration:none;}
a:visited	{color:#000000; font-weight:bold; text-decoration:none;}
a:hover		{color:#0066cc; font-weight:bold; text-decoration:none;}
a:active	{color:#0066cc; font-weight:bold; text-decoration:none;}

#container	{width:900px; min-height:544px; margin-left:auto; margin-right:auto;
		 border-left:1px solid #666666; border-right:1px solid #666666;}

  #header	{width:900px; height:120px; text-align:center;
		 background-color:#0066cc;
		 background-image:url(../graphics/logo3a.jpg);}

  #topbar	{width:900px; height:24px;
		 color:#000000; background-color:#ffff99;
		 font-size:14px; font-weight:bold;
		 line-height:20px;}

  #blackbar	{width:900px; height:4px;
		 margin:0px; padding:0px;
		 background-color:#000000;
		 overflow:hidden;}

  .row		{width:900px;
		 margin:0px; padding:0px;
		 background-color:#ffffff;
		 text-align:left;
		 overflow:hidden;}

    #leftmenu	{width:180px;
		 margin:15px 0px 0px 0px; padding:10px;
		 float:left;}
      .cap	{width:180px; height:30px;
		 margin:0px; padding:0px;
		 background:#333333;}

    #rightimage	{width:180px;
		 margin:15px 0px 0px 0px; padding:10px;
		 float:right;}

    #topblurb	{width:680px;
		 margin:0px; padding:10px;
		 float:left;}

    #midblurb	{width:880px;
		 margin:0px; padding:10px;
		 float:left;}
      #midblurb table
		{margin:0px auto; border:1px solid #0066cc;}
      #midblurb td
		{height:20px; margin:5px; padding:3px 10px; background-color:#cccccc;}
      .type	{width:320px;
		 font-weight:bold;}
      .time	{width:200px;}
      .cost	{width:50px; text-align:right;}

    #botblurb	{width:398px;
		 margin:0px; padding:10px;
		 float:left;}

   .circlediv	{position:relative;
		 width:221px; height:221px;
		 margin:10px; padding:0px;
		 float:left;
		 text-align:center;
		 overflow:hidden;}
     .circle	{position:absolute; left:0px; top:0px;
		 width:221px; height:221px;
		 margin:0px; padding:0px; z-index:3;}
     .circimg	{position:absolute; left:0px; top:0px;
		 width:221px; height:221px; margin:0px; padding:0px; z-index:1;}

  #open		{width:900px; height:50px;
		 background:none;
		 overflow:hidden;}
  #footer	{width:900px; height:30px;
		 background-color: #0066cc;
		 text-align:center; font-size:18px; line-height:30px;}
  #footer a:link	{color:#999999; font-weight:normal; text-decoration:none;}
  #footer a:visited	{color:#999999; font-weight:normal; text-decoration:none;}
  #footer a:hover	{color:#333333; font-weight:normal; text-decoration:none;}
  #footer a:active	{color:#333333; font-weight:normal; text-decoration:none;}

input		{width:250px; height:20px; margin:0px; padding:1px;
		 border:1px solid #000000; color:#666666; background-color:#cccccc;
		 font-family:Verdana, Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold;
		 vertical-align:middle;}
.button		{width:60px;
		 color:#99ccff; background-color:#666666;}
textarea	{width:250px; height:150px;
		 border:1px solid #000000; color:#666666; background-color:#cccccc;
		 font-family:Verdana, Helvetica, Arial, sans-serif; font-size:12px; font-weight:bold;}

#topbar input	{width:150px;}
#topbar .button	{width:100px;
		 color:#99ccff; background-color:#333333;}


body.b1 #m1 a,
body.b2 #m2 a,
body.b3 #m3 a,
body.b4 #m4 a,
body.b5 #m5 a,
body.b6 #m6 a,
body.b7 #m7 a,
body.b8 #m8 a,
body.b9 #m9 a,
body.b10 #m10 a,
body.b11 #m11 a,
body.b12 #m12 a,
body.b13 #m13 a,
body.b14 #m14 a	{color:#99ccff; background:#666666 url(../graphics/menumid2sel.gif);}

