* {
	margin: 0;
	padding: 0;
}

body {
	/*background: url(/images/bg.jpg) repeat-x fixed #99e1ca;*/
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-top: 4px solid #000;
	background: url(/images/bg2.jpg) no-repeat center top;
}

a {
	color: #0099CC;
}

a:hover {
	color: #005774;
}

label, select, input {
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 18px;
	padding: 6px;
	border: solid 1px #66CC00;
}

img {
	border:0;
}

label {
	padding: 0;
	margin-bottom: 3px;
	color: #666;
	border: 0;
}

select {
	padding: 0;
	width: auto;
}

input {
	display: block;
}

.submit {
	background: #eee;
	border: 2px outset #999;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

p {
	margin-bottom: 18px;
}

h1 {
	display: block;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	margin-bottom: 18px;
}

h3 {
	display: block;
	font-size: 14px;
	border-bottom: 1px solid #000;
	margin-bottom: 12px;
}

.clear { clear:both; }

.wrapper {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#container {
	display: block;
	padding: 20px;
	padding-top: 35px;
	margin: 10px;
	text-align: left;
}

.radio {
	display: inline;
	width: auto;
}

#logoText {
	font-size: 36px;
	font-family: "Helvetica", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: bold;
	letter-spacing: -.05em;
	display: inline;
	float: left;
}

#logoText a {
	color: #000;
	text-decoration: none;
}

#logoText a:hover {
	color: #66CC00;
}

#nav {
	display: block;
	border-bottom: 3px solid #000;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-align: right;
	margin-top: -20px;
}

#nav li {
	list-style: none;
	display: inline;
}

#nav li a {
	font-size: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 10px;
	background: #fff;
	color: #000;
	text-decoration: none;
	border: 1px solid #000;
}

#nav li a:hover, #nav li .sel {
	background: #000;
	color: #fff;
	text-decoration: underline;
}


#left {
	display: inline;
	width: 200px;
	float: left;
	padding: 10px;
	
}

.leftBox {
	background: #eee;
	border: 1px solid #ccc;
	display: block;
	padding: 8px;
}

#right {
	display: inline;
	width: 350px;
	float: left;
	margin-left: 10px;
	padding: 10px;
}

.notice {
	display: block;
	padding: 10px;
	font-size: 14px;
	color: #339900;
	background-color: #E8FFDC;
	margin-bottom: 12px;
}

.userBar {
	display: block;
	padding: 3px;
	text-align: right;
	font-size: 11px;
	color: #000;
	margin-bottom: 8px;
	border: 1px solid #eee;
}

#createQuestions {
	padding: 5px;
}

#createQuestions li {
	margin-left: 16px;
	margin-bottom: 10px;
	margin-top: 4px;
}

#createQuestions a {
	color: #666;
}

#createQuestions a:hover {
	color: #333;
}


.quizListing {
	display: block;
	background-color: #f6f6f6;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding: 10px;
}

.bigLink {
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 28px;
}

#buttons a {
	display: block;
	background-color:#f5f5f5;
    border:1px solid #dedede;
	border-top:1px solid #eee;
    border-left:1px solid #eee;
	padding:5px 10px 6px 7px;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

#buttons a:hover {
	background-color: #eee;
}

#buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

#buttons {
	margin-bottom: 18px;
}

#categories {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

#feature {
	display: block;
	background: url(/images/featureBg.jpg) no-repeat;
	color: white;
	font-size: 24px;
	line-height: 30px;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	height: 135px;
}

#feature a {
	color: #66FF33;
}

#topBar {
	display: block;
	text-align: right;
	font-size: 11px;
	padding-top: 4px;
	padding-right: 8px;
}

#topBar a {
	color: #000;
}

#topBar a:hover {
	color: #666;
}

.title {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
}

#loginForm {
	display: block;
	width: 300px;
}

.downloadLink {
	font-size: 14px;
}

#bannerAd {
	display: block;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 10px;
}

#footerAd {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.formError {
	display: block;
	color: #CC0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.grey {
	color: #666;
}

#saveBar {
	display: block;
	color: #339900;
	background-color: #E8FFDC;
	border: 1px solid #C8DDBE;
	font-size: 14px;
	text-align: right;
	padding: 5px;
	margin-bottom: 10px;
	padding-right: 10px;
}

#saveBar a {
	color: #339900;
}

#saveBar a:hover {
	color: #1D5600;
}

#quizQuestions {
	display: block;
	padding: 18px;
	margin-top: 20px;
}

.quizQuestion {
	display: block;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 18px;
}

.quizAnswers {
	display: block;
	padding: 10px;
	background: #eee;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

.correct {
	color: #009900;
	font-weight: bold;
}

.tutorialStep {
	margin-bottom: 48px;
	display: block;
	padding: 10px;
}
