body	{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2d3969;
	background-image: url(images/bgTile.jpg);
	background-repeat: repeat-x;
	font-size: .9em;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
		}
	
#container	{
			width: 800px;
			margin: 0 auto;
			padding: 0;
			text-align: left;
			position: relative;
			}
			
#content	{
			background-color: #ffffff;
			padding: 36px;
			position: relative;
			}
			
#contentFlash	{
				background-color: #ffffff;
				padding: 7px 0 0 0;
				position: relative;
				}
				
#content2	{
			background-color: #ffffff;
			padding: 36px 72px 52px 72px;
			position: relative;
			}
			
a:link { 
	color: #395084;
	}
a:visited { 
	color: #293A59;
	}
a:hover { 
	color: #DD5E00;
	text-decoration: none;
	}
a:active { 
	color: #FF0000;
	}
	
h1	{ color: #395084; margin-top: 0; }
h2	{ color: #395084; }
h3	{ color: #395084; }
h4	{ color: #395084; }

	
#navbar	{
		position: absolute;
		top: 7px;
		right: 5px;
		font-size: 13px;
		padding: 0;
		color: #395084;
		height: 17px;
		width: 350px;
		z-index: 50;
		}
						
#navbar a:link { 
	color: #feefb4;
	text-decoration: none;
	}
#navbar a:visited { 
	color: #fee994;
	text-decoration: none;
	}
#navbar a:hover { 
	color: #ffffff;
	text-decoration: none;
	}
#navbar a:active { 
	color: #990000;
	}

 
.homeText	{
			font-size: 1.9em;
			padding: 0 0 0 72px;
			}
			
.boldBlue	{
		color: #395084;
		font-weight: bold;
		}
		
.bigBlue	{
		color: #395084;
		font-weight: bold;
		font-size: 1.7em;
		}
		
.bigBlue2	{
		color: #395084;
		font-weight: bold;
		font-size: 1.3em;
		}


#bttnStart	{
				width: 134px;
				height: 44px;
				z-index: 900000;
				}

#bttnStart a	{
				display:block;
				background: url("images/bttnStart.jpg") 0 0 no-repeat;
				}
				
#bttnStart a:hover 	{ 
						background-position: 0 -44px;
						}

#blanca	{
		position: absolute;
		right: 245px;
		bottom: 50px;
		z-index: 10000;
		}
	
#footer	{
		font-size: .7em;
		background-color: #ffdf92;
		padding: 15px 177px 15px 21px;
		}
		
.footerBlue	{
			font-size: 1.1em;
			color: #395084;
			}
	
#champLogo	{
			position: absolute;
			width: 173px;
			height: 154px;
			right: 0;
			bottom: 0;
			padding: 0;
			margin: 0;
			z-index: 10000;
			}
			
.quizAnswers	{
			list-style: none;
			}
			
.surveyAnswers li	{
					list-style: none;
					display: inline;
					padding: 0 24px 0 0;
					}
			
.quizTable	{
			border: #395084 2px solid;
			}

.quizTable th	{
				background-color: #395084;
				color: #fff;
				font-weight: bold;
				text-align: center;
				padding: 12px;
				}
			
.quizTable td	{
				padding: 12px;
				border: #395084 1px solid;
				}
			
#hints	{
		width: 244px;
		height: 244px;
		margin: 0;
		background-color: #fff;
		background-image: url(images/hintsbg.jpg);
		background-repeat: no-repeat;
		position: absolute;
		right: 30px;
		top: 48px;
		}
		
#hintsText	{
			width: 185px;
			padding: 25px 22px 0 22px;
			margin: 0;
			}
			
#hints ul	{
			position: relative;
			left: -10px;
			}
			
#bttnNext	{
				width: 41px;
				height: 31px;
				}

#bttnNext a	{
				display:block;
				background: url("images/bttnNext.gif") 0 0 no-repeat;
				}
				
#bttnNext a:hover 	{ 
						background-position: 0 -31px;
						}
						
#logoBlurb	{ width: 550px; padding: 0; }

.largerText	{ font-size: 1.2em; }