html	{
	overflow: auto;
	overflow-x: hidden;
}

body	{
	font-family: verdana, arial;
	margin: 0px;
	background-color: #F0F0F0;
}

img	{
	border: 0px;
}

#wrapper	{
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	/*height: 418px;*/
	margin: auto auto;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}

#header, #creativeEncountersLogo	{
	width: 760px;
	height: 108px;
}

#menu_wrapper	{
	float: left;
	width: 153px;
	margin-right: 30px;
	border-right: solid 1px #004D92;
}

#menu_wrapper div.category, #menu_wrapper div.subcategory	{
	font-size: 10px;
	padding: 3px;
	float: right;
	clear: right;
	white-space: nowrap;
}

#menu_wrapper div.category a {
	color: #004D92;
}

#menu_wrapper div.subcategory	{
	font-size: 10px;
	margin-right: 2px;
}

#menu_wrapper div.subcategory a	{
	color: #323232;
}

#menu_wrapper div.selected	{
	font-weight: bold;
}

#menu_wrapper div	a	{
	text-decoration: none;
}

#content_wrapper	{
	float: left;
	width: 370px;
	margin-top: 3px;
}

#content_wrapper a	{
	color: #004D92;
}

.float	{
	float: left;
	font-size: 10px;
}

.clear	{
	clear: left;
	padding-top: 5px;
	margin-left: 20px;
}

.double	{
	width: 200px;
}

input, select, textarea	{
	font-size: 12px;
	margin: 0px 5px 0px 5px;
}

.border	{
	border: solid 1px;
}

.textareaSize	{
	width: 240px;
	height: 120px;
}

#submit_wrapper	{
	margin-top: 10px;
	text-align: center;
}

#submit_wrapper input	{
	border: solid 1px;
}

#content_wrapper h6	{
	margin: 0px;
	font-size: 12px;
	color: #004D92
}

#content_wrapper p	{
	font-size: 12px;
	margin: 18px 0px 0px 30px;
	padding: 0px;
	color: #323232;
}

#images_wrapper	{
	width: 160px;
	float: left;
	margin: 3px 12px 0px 12px;
	padding-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #323232;
}

#images_wrapper	img {
	width: 160px;
	margin-top: 20px;
}


#topicsList	{
	list-style-type: none;
	padding: 0px;
	margin: 15px 0px 0px 30px;
	font-size: 10px;
}

.topic_wrapper {
	margin-bottom: 15px;
}

.topic	{
	font-weight: bold;
}

.questionsList	{
	list-style-type: square;
	margin-left: 10px;
	padding-left: 5px;
}

.question	{
	font-weight: normal;
	text-decoration: underline;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
	/*font-size: 10px;*/
}

.answer	{
	padding: 0px;
	margin: 0px;
	color: #004D92;
	display: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	/*font-size: 10px;*/
}

.articleTitle	{
	font-weight: bold;
}

.menuHighlight01	{
	background-color: #0052DF;
}

.menuHighlight02	{
	background-color: #047B7B;
	color: white;
}

.menuHighlight03	{
	background-color: #087B19;
	color: white;
}

.menuHighlight04	{
	background-color: #5A7300;
	color: white;
}

.menuHighlight05	{
	background-color: #774A00;
	color: white;
}

.menuHighlight06	{
	background-color: #CD7B00;
	color: white;
}

.menuHighlight07	{
	background-color: #DB5600;
	color: white;
}

.menuHighlight08	{
	background-color: #C62121;
	color: white;
}

.menuHighlight09	{
	background-color: #AE043A;
	color: white;
}

.menuHighlight10	{
	background-color: #BA3AA6;
	color: white;
}

.menuHighlight11	{
	background-color: #6B217B;
	color: white;
}

.menuHighlight12	{
	background-color: #463591;
	color: white;
}