/*
colours used:
	dark grey	#666666
	light grey	#999999
	orange		#cc9900
*/

*		{margin:0px; padding:0px;}

body		{width:100%; height:100%;
		 margin:0px; padding:0px;
		 color:#000000; /* background-color:#ffffff; */
		 font-size:14px; font-family:Trebuchet, HelveticaNeue-CondensedBold, Helvetica, Arial, sans-serif;
		 text-align:center;}

img		{border:none;}
a		{border:none; text-decoration: none;}
p		{margin:8px; text-align:left;}
h1, .heading	{margin:10px; font-size:16px; text-align:left;}

a:link		{color:#999999; text-decoration: none;}
a:visited	{color:#999999; text-decoration: none;}
a:hover		{color:#cc9900; text-decoration: none;}
a:active	{color:#999999; text-decoration: none;}

input		{background-color:#ffff99; color:#330000; width:300px; height:20px;
		 font-family:verdana,helvetica,sans-serif; font-size:12px; font-weight:bold;
		 text-align:left;}
input.button1	{width:140px; height:20px; font-weight:normal; text-align:center; border:1px solid #cc9900;}

textarea	{background-color:#ffff99; color:#330000; width:300px; height:120px;
		 font-family:verdana,helvetica,sans-serif; font-size:12px; font-weight:bold;
		 text-align:left;}

#container	{width:990px; margin-left:auto; margin-right:auto;
		 background-image:url(../graphics/container_bg.gif);}

#banner		{height:135px; text-align:center; background-color:#ffffff;}
  .logobar	{width:990px; height:105px; margin:0px; padding:0px;}
  .greybar	{width:990px; height:30px; margin:0px; padding:0px;
		 color:#ffffff; background-color:#666666;
		 font-family:Trebuchet,Arial,Helvetica,sans-serif; font-size:18px; line-height:30px}

#menu		{width:250px;
		 margin:0px;
		 padding:20px 0px;
		 color:#ffffff;
		 text-align:center;
		 float:left; overflow:hidden;}
  .menubutton	{width:148px; height:36px; margin:10px auto;
		 border:1px solid #cccccc; display:block;
		 color:#ffffff; background-color:#999999;
		 font-family:verdana,sans-serif; font-size:11px; font-weight:bold; line-height:18px;}
  .menubutton a, .menubutton a:visited, .menubutton a:link, .menubutton a:active
		{width:148px; height:36px; padding:0px;
		 border:none; display:block; text-decoration:none;
		 color:#ffffff; background-color:#999999;}
  .menubutton a:hover
		{width:148px; height:36px; padding:0px;
		 border:none; display:block; text-decoration:none;
		 color:#ffffff; background-color:#cc9900;}
  .bignumber	{width:148px; height:108px; margin:10px auto; padding:0px;
		 color:#ffffff; font-size:36px;}

#content	{width:700px;
		 margin:0px; padding:20px;
		 float:left; overflow:hidden;}
  .images	{width:600px; margin:0px auto;}
  .imgbox	{width:252px; margin:10px 20px;
		 padding:0px; float:left;}	
    .imgheader	{width:252px; height:24px;
		 color:#000000; background-color:#cc9900;
		 font-size:16px; line-height:24px;}
    .imgplace	{}
  .clear	{width:0px; height:0px; margin:0px; padding:0px; clear:both;}

#regoffice	{width:700px; height:50px;
		 margin:0px auto; padding:0px;
		 font-weight:bold; line-height:50px;
		 clear:both;}

#footer		{padding:4px; text-align:center; clear:both;
		 border-top:1px solid #000000; background-color:#ffffff;}
  .beefacts	{width:900px; height:30px; color:#cc6633; color:#cc9900; margin:0px auto;
		 font-size:20px; font-style:italic; line-height:30px; font-family:'Times New Roman',serif;}
  .textlinks	{font-size:12px;}

body.b1 #m1,
body.b2 #m2,
body.b3 #m3,
body.b4 #m4,
body.b5 #m5,
body.b6 #m6,
body.b7 #m7,
body.b8 #m8,
body.b9 #m9	{color:#000000; background-color:#cc9900;}

#statstable	{margin:20px auto;}
#statstable td	{margin:2px; padding:2px 16px; background-color:#ffffcc;}

.edit td	{height:22px; margin:2px 5px; padding:2px; line-height:14px;
		 background-color:#ffffcc; border:1px solid brown;}
.edit input	{width:500px; height:22px;
		 font-size:14px; font-weight:normal; line-height:14px;
		 font-family:Trebuchet, HelveticaNeue-CondensedBold, Helvetica, Arial, sans-serif;
		 background-color:#ffffcc; border:none;}
.edit .button1	{width:150px; height:22px;
		  border:1px solid brown;}

.section td	{height:25px; font-weight:bold; margin:2px 5px; padding:2px;}
.divider td	{border:none; background:none;}

