/* CSS Document */

/*=== GLOBAL FORMATTING ===*/

*					{margin: 0;
					padding: 0;
					}
				
body			{font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 90%;
					line-height: 140%;
					color: #000;
					}
					
p					{margin-bottom: 10px;
					font-size: 90%;
					}

h1				{font-family: Arial, Helvetica, sans-serif;
					font-size: 40px;
					margin-top: 18px;
					margin-bottom: 18px;
					color: #EB3B26;
					}

h2					{font-family: Arial, Helvetica, sans-serif;
					font-size: 160%;
					margin-bottom: 18px;
					color: #000000;
					}
					
h3					{font-family: Arial, Helvetica, sans-serif;
					font-size: 110%;
					color: #000000;
					margin-bottom: 6px;
					margin-top: 23px;
					}
					
h4					{font-family: Arial, Helvetica, sans-serif;
					font-size: 100%;
					color: #000;
					margin-bottom: 3px;
					}

a:link, a:visited
					{color: #fff;
					font-size: 90%;
					}

a:hover, a:active
					{color: #ffffff;
					text-decoration: none;
					}
					
ul					{margin-left: 20px;
					font-size: 90%;
					margin-bottom: 14px;
					}
					
ol					{margin-left: 20px;
					font-size: 90%;
					margin-bottom: 14px;
					list-style-type:decimal-leading-zero;
					}
					
ol li				{margin-left: 10px;
					margin-bottom: 10px;
					}	
					
ol li ul			{margin-top: 5px;
					margin-bottom: 5px;
					}
									
ol li ul li			{margin-bottom: 2px;
					}
					
ul li				{margin-left: 10px;
					}
					

/*=== GLOBAL STRUCTURE ===*/

#head			{width: 800px;
					background: url(images/top.gif) no-repeat top;
					}
					
#logo			{width: 780px;
					height: 285px;
					margin-left: 10px;
					position: relative;
					top: 10px;
					}
					
#container			{background: url(images/vertical.gif) repeat-y;
					width: 800px;
					position: relative;
					top: 10px;
					left: 50%;
					margin-left: -400px;
					}
					
#content			{width: 620px;
					margin: 40px 0 80px 90px;
					}
					
#footer				{background: url(images/bottom.gif) no-repeat;
					width: 800px;
					height: 25px;
					}				