/* top */

* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background: #94C0FC;
	font: 12px/1.5em "Trebuchet MS";
/* links */
}
a, a:visited {	
	color: #CC6600; 
	background: inherit;
	text-decoration: none;		
}
a:hover {
	color: #CC9900;
	background: inherit;
	padding-bottom: 0;
	border-bottom: 2px solid #CCCCCC;
}
#wrap {
	margin: 0px auto;
	width: 770px;
	background: #E7EDFF;
}
#footer {
	height: 92px;
	background: #FFFFFF;
	clear: both;
}
#nav {
	height: 45px;
	background: url(images/nav-bg.jpg) repeat-x;
}
#photo {
	height: 175px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background: #97BEF9 center top;
}
#web {
	float: right;
	width: 320px;
	position: absolute;
	left: 630px;
	top: 40px;
}
#web h2 {
	color: #9CC0EF;
}
#content {
	background: #F9F9F9;
	padding: 20px 20px 10px 40px;
	width: 504px;
	display: block;
}
.imgarrow {
	margin-right: 4px;
	margin-top: 0px;
}
#rcolumn h2 {
	font-size: 12px;
	color: #2D8FCE;
	line-height: 1.25em;
}
.logo {
	padding-top: 20px;
	padding-left: 26px;
}
.sponsorlogos {
	float: right;
	margin-top: 26px;
	margin-right: 22px;
}
#header {
	background: #FFFFFF;
	padding-bottom: 20px;
	padding-top: 10px;
}
#footerinfo {
	width: 50%;
	margin-top: 38px;
	margin-left: 32px;
	font: 11px "Trebuchet MS";
	text-transform: uppercase;
	color: #E2A54B;
	float: left;
}
/* right column */
#rcolumn {
	float: right;
	width: 190px;
	background: #E7EDFF;
	padding: 10px 8px;
}
#rcolumn h1 {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #2D8FCE;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 0;
}
#nav {
	clear: both;
	margin: 0;
	padding: 0;
	height: 45px;
	text-align: center;
	color: #666666;
	line-height: 1.5em;
}
#nav ul {
	float: left;
	list-style: none;
	width: 750px;
	height: 45px;
	text-transform: uppercase;
	padding: 0;
	display: inline;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	padding: 0 20px;
	border-right: 1px solid #E2A54C;
	border-left: 1px solid #F5C178;
	font: bold 16px/45px "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #E5E5E5;
	width: auto;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #CC6600;
}
h1 {
	color: #CC6600;
	margin-bottom: 10px;
	font: 30px "Trebuchet MS";
	border-bottom: 1px dotted #CCCCCC;
	padding-bottom: 6px;
}
h2 {
	padding-bottom: 8px;
	padding-top: 4px;
	color: #2D8FCE;
}
blockquote {
	font: 12px/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	margin: 0px;
	padding: 0 0 0 6px;
	background: #FFFFFF;
	color: #444;
	border: 1px solid #D4D4D4;
}
.quote {
	margin: 6px;
 	padding: 0 0 0 10px;  	
  	font: normal 12px/1.5em 'Trebuchet MS', Sans-serif;   
	background: #FCFCF9;
   border: 1px solid #EFEFEF;
	color: #2D8FCE;
}
.imgthumbs {
	padding: 4px;
}

/** Questions **/
.questions{ /*header of 2nd demo*/
	cursor: pointer;
	cursor: pointer;
	font: bold 12px "Trebuchet MS";
	margin: 10px 0;
	color: #0073C6;
	width: 200px;
}
.thelanguage {
	width: 200px;
}
.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #EBB564;
	width: 450px;
}
.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
	color: #0073C6;
	width: 450px;
