/* CSS Document */

/* Body, Div And P Styles For All Pages Starts Here */

body, p, div		{
					width:760px;
					background-color:#FFFF00;
					color:#000099;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					margin:auto;
					padding:0px;
					}
					
/* Body, Div And P Styles For All Pages Ends Here */					
					
/* Link Styles For All Text Links Starts Here */					
					
a					{
					color:#000099;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					text-decoration:none;
					padding:5px;
					}
					
						
a:hover				{
					color:#FF0000;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					text-decoration:none;
					padding:5px;
					}
						
a:active			{
					color:#FFFFFF;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					text-decoration:none;
					padding:5px;
					}
						
a:visited			{
					color:#000000;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					text-decoration:underline;
					padding:5px;
					}
					
/* Link Styles For All Text Links Ends Here */					

/* All Other Styles For All Pages Except Browser Choice Page Starts Here */
					
.navbar				{
					width:140px;
					float:left;
					}
					
.contactnavbar		{
					width:140px;
					float:left;
					height:2600px;
					}
					
					
.content			{
					width:610px;
					float:right;
					padding:5px;
					}

.contentcenter		{
					width:610px;
					float:right;
					padding:5px;
					text-align:center;
					}

.contentcenterxsm	{
					width:610px;
					float:right;
					padding:5px;
					font-size:x-small;
					text-align:center;
					}
					
.contentredlarge	{
					width:610px;
					float:right;
					padding:5px;
					font-size:large;
					text-align:center;
					color:#FF0000;
					font-weight:bold;
					}
					
.contentxxl			{
					width:610px;
					float:right;
					padding:5px;
					font-size:xx-large;
					text-align:center;
					color:#000099;
					}
					
.content500			{
					width:610px;
					float:right;
					padding:5px;
					font-size:500%;
					text-align:center;
					color:#000099;
					font-weight:bold;
					}
					
.picLcenter			{
					width:320px;
					height:240px;
					float:left;
					padding:5px;
					margin-left:140px;
					}
					
/* All Other Styles For All Pages Except Browser Choice Page Ends Here */	
