body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #665346;
	
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 13px; 
	color: #FFFFFF;
}
table {
	border: 0px;
	padding: 0px;
}

#resource-list b {
	font-size: 14px;
}

font.title { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 22px; 
	color: #FFFFFF;
}

font.small { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 8px; 
	color: #FFFFFF;
}
a { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 14px; 
	color: #BAAC9F; 
	text-decoration: none
}
a:hover { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 14px; color: #BAAC9F; 
	text-decoration: underline
}
a.medium { 
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-size: 16px; 
	color: #BAAC9F ; 
	text-decoration: underline
}
.notice { 
	background-color: #BAAC9F; 
	border: 1px solid #D0CACA; 
	padding: 10px; 
}
.notice a { 
	color: black; 
}

#welcome-back-box-container {
	left: 50%;
	top: 50%;
	position: absolute;
}

#welcome-back-box
{
	position: absolute;
	top: -370px;
	left: -350px;
	background-color: #A19080;
	width: 700px;
	height: 760px;
	border: 1px solid #FFFFFF;
	padding: 10px;
	filter: alpha(opacity=95);
    opacity: 0.95;
}

input[type="submit"]{
	font-size: 20px;
}
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 148px;
	width: 125px;
	text-indent: -999em;
	text-decoration: none;
	background-image: url(../../images/textcoaching.png);
	background-repeat: no-repeat;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}
.orange-btn {
	background: #e04812; /* Old browsers */
	background: -moz-linear-gradient(top,  #e04812 0%, #eb4812 50%, #e04812 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e04812), color-stop(50%,#eb4812), 		color-stop(100%,#e04812)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e04812 0%,#eb4812 50%,#e04812 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e04812 0%,#eb4812 50%,#e04812 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e04812 0%,#eb4812 50%,#e04812 100%); /* IE10+ */
	background: linear-gradient(top,  #e04812 0%,#eb4812 50%,#e04812 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e04812', endColorstr='#e04812',GradientType=0 ); /* IE6-9 */
	padding: 7px 14px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-webkit-box-shadow: 2px 5px 10px #333333;
	-moz-box-shadow: 2px 5px 10px #333333;
	box-shadow:2px 5px 10px #333333;
	color: white;
	font-size: 14px;
	font-family: "Trebuchet MS", "Palatino Linotype", Tahoma, Georgia; 
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}
.orange-btn:hover {
   color: #ffffff;
   font-weight: bold;
   }


