/*     AWMA Mali 06 National Championship      */
/*           Standard Text Style CSS           */
/*       Developed by Downey Mill Group        */

body {
	margin: 0;
	padding: 0;
	color: #999;
	background-color: #D1DEA1;
	font-family: Arial, Helvetica, sans-serif;
	/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */ 
	font-size:100.01%;
	line-height:100.01%;
	}

h1 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.6em;
	line-height: 1.1em;
	color: #CC3333;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px 0 10px;
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	color: #CC3333;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0 10px;
	}

p, blockquote, form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	padding: 0 10px 7px 10px;
	}
	
	
ul, ol {
	margin: 0px 10px 0x 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666;
	}
	
hr {
	border:0;
	color:#666;
	background-color:#666;
	height:1px;
	}
	
.homeh1 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.45em;
	line-height: 1.1em;
	color: #CC3333;
	font-weight: bold;
	margin: 0;
	padding: 15px 10px 0 10px;
	text-align:center;
	}
	
#column-c h1 {
	font-family: "Times New Roman", Times, serif !important;
	font-size: 1.4em;
	line-height: 1.0em;
	color: #CC3333;
	margin: 0;
	padding: 15px 10px 0 10px;
	}
	
#column-c h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 0.8em;
	color: #CC3333;
	font-weight: bold;
	margin: 0;
	padding: 5px 10px 0 10px;
	}

ul.sidebar {
	list-style-type:none;
	margin: 10px 10px 7px -10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	}
	
ul.sidebar li {
	margin: 2px 2px 0 10px;
	padding: 0 0 0 10px;
	}
	
ol.sidebar {
	margin: 10px 10px 7px 10px;
	padding: 0 0 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #666;
	}
	
ol.sidebar li {
	margin: 2px 2px 0 20px;
	padding: 0 0 0 0px;
	}

ul.leftsidebar {
	list-style-type:none;
	margin: 10px 10px 7px -10px;
	padding: 10px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 0.8em;
	color: #666;
	}
	
ul.leftsidebar li {
	margin: 0px 2px 7px 10px;
	padding: 0 0 0 10px;
	}
	
/* DEFAULT LINKS */
a 			{color: #003366; text-decoration: underline;}
a:link		{color: #003366; text-decoration: underline;}
a:visited	{color: #003366; text-decoration: underline;}
a:hover		{color: #666666; text-decoration: underline;}
a:active 	{color: #666666; text-decoration: none;}

/* FOOTER LINKS */
#footer a:link		{font-size:0.6em; padding: 0px 15px 0px 15px; color: #666; text-decoration: none;}
#footer a:visited	{font-size:0.6em; padding: 0px 15px 0px 15px; color: #666; text-decoration: none;}
#footer a:hover		{font-size:0.6em; padding: 0px 15px 0px 15px; color: #666; text-decoration: underline;}
#footer a:active	{font-size:0.6em; padding: 0px 15px 0px 15px; color: #666; text-decoration: none;}

.formlabel {
	font-size:0.7em;
	padding:0 5px 0 0;
	}
	
table {font-size:0.75em}