@charset "utf-8";
/* CSS Document */

html, body {font: 10px/1.5 Verdana, Geneva, sans-serif; color:#333;font-size:93%; color:#666;}
html, body, div, img, ol, ul, li, p, h1, h2, h3, p {margin:0px; padding:0px;border:0px;}
ul         {margin: 8px 0 12px 0; list-style-position:inside;}

/*/////// LAYOUT DECLAIRATIONS ///////*/
#wrap             {margin: 15px auto 0;padding:0px; width:1000px;}
#header           {width:1000px;}
#contact          {float:left; width:480px;}
#nav              {float:left; widows:505px;}
#lcontent         {width:500px; float:left;min-height:600px;}
#rcontent          {width:500px; float:left;}
#footer           {width:1000px;float:left;}

/*/////// LINK DECLAIRATIONS ///////*/
a:link, a:visited              			 {text-decoration:underline;}
a:hover, a:active              			 {text-decoration:none;}

#nav a                                   {padding: 0 20px 0 20px;color:#666;}
#nav a#active                            {background:url(images/greenball.jpg) no-repeat 0px 1px;}
#nav a:link, #nav a:visited              {text-decoration:none;}
#nav a:hover, #nav a:active              {text-decoration:underline;}

#footer a                                {color:#008fd4;}
#footer a:link, #footer a:visited        {text-decoration:none;}
#footer a:hover, #footer a:active        {text-decoration:underline;}

/*/////// DESIGN DECLAIRATIONS ///////*/
#header 				 {font-size:85%; font-weight:bold; color:#999;}

#contact_margin          {margin:0 0 0 100px;}
#lcontent_margin         {margin:100px 0 0 100px;}
#lcontent_margin h2      {font-size:110%; font-weight:bold;margin:25px 0 0 0; color:#99cc33;}

#rcontent_padding        {margin: 50px 0 0 0;}
#rcontent_padding h2     {font-size:110%; font-weight:bold;color:#008fd4; margin:0 0 50px 0;}

#footer                  {font-size: 80%; line-height:1.2;color:#999;}
#footer_padding          {margin:25px 0 25px 100px;}
#footer a                {margin: 0 50px 0 0px;}
#copy                    {font-size:80%; margin: 5px 0 0 0;}

/*/////// GENERAL DECLAIRATIONS ///////*/

.floatbreak              {clear:both;}
.bold                    {font-weight:bold;}
.blueitem                {font-weight:bold;color:#008fd4;}
.close                   {line-height:1.175;}
.super                   {font-size:50%;margin:0 0 3px 0;}
SUB, SUP                 {line-height: 0;font-size:80%;} 

/*/////// COLOR DECLAIRATIONS ///////*/

.blue        {color:#55c8f4;}
.lblue       {color#008fd4;}
.green       {color:#99cc33;}