@charset "utf-8";
body  {
	font: 100% "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #111;
	margin: 10px !important;
	padding: 0;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: none; 
	text-align: left;
	background-image: url(../images/design/body-bg.gif);
} 

#header { 
	background: #166BBC;
	background-image:url(../images/design/header.jpg);
	background-repeat:no-repeat;
	padding: 0px; 
} 

#HeaderLinks {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 80%;
	margin-right: 10px;
	margin-top: 30px;
}

#HeaderLinks a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

/*#HeaderLinks a:hover {
	background-color: #F7E930;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}*/

#menu {
	background-color: #000000 !important;
	/*margin-bottom:40px;*/
	width: 960px;
	float: left;
}

#sidebar1 {
	clear:both;
	float: left; 
	width: 220px; 
	background: transparent;
	padding: 10px 0px 15px 0px; 
	text-align: center;
	font-size: 70%;
	color: #FFF;
	margin-top: 10px;
}

#sidebar1 a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#sidebar1 a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#mainContent { 
	float: right;
	width: 720px;
	/*margin: 10px 15px 0 235px !important;*/
	padding: 20px 10px; 
	font-size: 70%;
	vertical-align:top;
} 

#mainContent p {
	font-size: 110%;	
}

#mainContent li {
	font-size: 110%;	
}

#mainContent a {
	color: #03C;
	font-weight: bold;
	text-decoration: none;
	padding: 1px;
}

#mainContent a:hover {
	text-decoration: underline;
}

#sponsors a:hover {
	background-color: transparent !important;
	color: #03C;
}

#footer { 
	padding: 0 10px 0 20px; 
	background:#166BBC;
	border-top: #FFF 3px solid;
} 

#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:10px;
	text-align:center;
	color: #FFF;
}

#footer p a {
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img {
	border: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#flash {
	width: 500px;
	margin: 0px auto;
	z-index:10;
}

h1, h2, h3, h4, h5 {
	color: #000066;
}

h1 {
	font-size: 170%;	
}

h2 {
	font-size: 145%;
}

h3 {
	font-size: 130%;
	margin: 0;
}

h4 {
	font-size: 120%;	
}

img.margin-left {
	margin-left: 10px;	
	margin-bottom: 5px;
}

img.margin-right {
	margin-right: 10px;	
	margin-bottom: 5px;
}

.ReverseText {
	color: #FFF;
	font-weight: bold;
	font-size: 135%;
}

.indent {
	margin-left: 20px;
}

#supporters {
	width: 165px;
	border: 1px solid #FFF !important;
	text-align: center;
	margin: 0 auto;
	padding: 6px;
}

#announcement {
	width: 690px;
	border: 3px solid #000;
	padding: 10px !important;
	margin: auto;
}

.cartEvenRow {
	background-color: #EEEEEE;
}