html {-webkit-text-size-adjust: none}


body {
	line-height: 1.5em;
	background-color: #fff;
	color: #ff660;
	margin-top: 0;
}

* html {
	margin-top: 0;
	padding-top: 0;
}

.container {
	line-height: 1.5em;
}

#header {
	text-align:left;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #7b3022;
	height: 100px;
	
	border-bottom: 2px solid #6d4424;
	
}

#aculogo {
	margin-top: 10px;
}

.headerContainer {
	width: 950px;
	margin:0 auto;    
	padding-top: 0;
	margin-top: 0;
}

#headerdiv1 {
	float: left;
	width: 800px;
	height: 100px;
}

#headerdiv2 {
	float: left;
	width: 150px;
	height: 100px;
}

#nav {
	text-align:left;
	margin: 0;
	padding: 0 0 0 0;
	background-color: #7b3022;
	height: 35px;
	
}

.navContainer {
	width: 950px;
	margin:0 auto;    
	padding-top: 0;
	margin-top: 0;
}

#navbuttoninside {
	float: left;
	width: 158px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
}

#navbuttoninside a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navbuttoninside a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navbuttoninside a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#navbuttoninside a:hover {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}

/* UI */
#headerdiv2 input {
	background-color: #f8da68;
	color: #444;
	border: 1px solid #aaa;
	font-size: 11px;
	padding: 3px;
}

#sitemap {
	margin-top: 10px;
	
	width: 150px;
}

#sitemap a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sitemap a:hover {
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}


/* insidepagesmenu */

#insidepagesmenu  {
	list-style:none;
	margin: 0px 40 10px 0px;
	padding:0;		
	text-align: right;
}

#insidepagesmenu a {
	text-decoration: none;
}

#insidepagesmenu a:link, a:visited {
	text-decoration: none;
	color: #b04849;
}

#insidepagesmenu a:hover {
	color: #ff6600;
}

#rollingbanner {
	width: 710px;
	height: 170px;
}

#h1block {
	margin-top: 10px;
}

#contentblock {
	margin-top: 20px;
}

#contentblock h1 {
	line-height: 1.5em;
}

#contentblock h2 {
	line-height: 1.5em;
}

#contentblock h3 {
	line-height: 1.5em;
}

#contentblock a {
	color: #ae312f;
	text-decoration: underline;
}

#contentblock a:link {
	color: #ae312f;
	text-decoration: underline;
}

#contentblock a:visited {
	color: #ae312f;
	text-decoration: underline;
}

#contentblock a:hover {
	color: #ff6600;
	text-decoration: underline;
}



/* round corners */
#roundcornercontainer {
	width: 218px;
	background-color: #247CBA;
	font-size: 0.75em;
	overflow: hidden;
	color: #fff;
}

#roundcornercontainer a:link {	
	text-decoration: none;
	color: #fff;
}

#roundcornercontainer a:visited {
	text-decoration: none;
	color: #fff;
}

#roundcornercontainer a:hover {
	color: #ff6600;
	text-decoration: underline;
}

* html #roundcornercontainer {
	height: 1%;	
}
#roundcornercontainer h1 {
	font-size: 1.7em;
	clear: both;
	padding: 0 10px;
}
#roundcornercontainer p {
	padding: 0 10px 1em;	
}

.tl {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.tr {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 10px 0px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}
.bl {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 0px 10px;
	width: 10px;
	height: 10px;
	float: left;
	font-size: 0;
}
.br {
	background-image: url(/lookandfeel/images/roundcorner.gif);
	background-position: 10px 10px;
	width: 10px;
	height: 10px;
	float: right;
	font-size: 0;
}

.bolddisplay {
	font-weight: bold;
}

.minifont {
	font-size: 11px;
}

.minifontbold12 {
	font-size: 12px;
	font-weight: bold;
}

.redAnswer {
	font-weight: bold;
	color: #ff0000;
}

.blueAnswer {
	font-weight: bold;
	color: #0000ff;
}


.greytitle {
	color: #888;
}






#whitelink {
	background-color: #ff0000;
}

#whitelink a {
	color: #fff;
	text-decoration: underline;
}

#whitelink a:link {
	color: #fff;
	text-decoration: underline;
}

#whitelink a:visited {
	color: #fff;
	text-decoration: underline;
}

#whitelink a:hover {
	color: #fff;
	text-decoration: underline;
}

