body
{
	margin: 0px;
	padding: 0px;
	background-color: white;
	color: black;
	font-family: Verdana;
	font-size: 70%;
}

.rtl
{
	direction: rtl;
}

input, button, textarea
{
	font-size: 100%;
	font-family: Verdana;
}

input, select, textarea
{
	border-style: solid;
	border-width: 1px;
	border-color: #333333 #d3d3d3 #d3d3d3 #333333;
}

button
{
	border: outset 1px;
	background-color: #f9f920;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}

table
{
	font-size: 100%;
}

form
{
	margin-bottom: 0px;
}

a img
{
	border: none;
}

h1 + p, h1 + ul
{
	margin-top: 19px;
}

hr + h1
{
	margin-top: 25px;
}

#header
{
	background-color: #f9fc16;
}

#header .body
{
	width: 780px;
	height: 165px;
	margin: 0px auto;
	background: url(../images/thoughts.gif) no-repeat bottom left;
}

#header .logo
{
	position: absolute;
	width: 170px;
	height: 130px;
	margin: 25px 0px 0px 70px;
	background: url(../images/logo.gif) no-repeat top left;
}

#header .slogan
{
	float: right;
	width: 258px;
	height: 128px;
	margin-top: 7px;
}

#header .slogan.home
{
	background-image: url(../images/slogan.gif);
	background-repeat: no-repeat;
}

#header .menu
{
	clear: right;
	float: right;
	padding-top: 2px;
}

#header ul
{
	margin: 0px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: default;
}

#header li
{
	float: left;
	margin-left: 7px;
	list-style-type: none;
}

#header li a
{
	display: block;
	padding: 6px 10px 9px 10px;
	color: #8b0b0b;
	text-decoration: none;
}

#header li a:hover
{
	background-color: white;
}

#header li.current a
{
	background-color: white;
}

.content
{
	width: 710px;
	margin: 0px auto;
	background-image: url(../images/interactive.gif);
	background-repeat: no-repeat;
	padding: 25px 0px 20px 70px;
}

.content .body
{
	width: 460px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
	padding-bottom: 20px;
}

.content .body.seperator
{
	border-right: dashed 1px #cccccc;
	padding-right: 20px;
}

.content .body h1
{
	height: 22px;
	margin-bottom: -10px;
	color: #2b3f6b;
	font-family: Arial;
	font-size: 110%;
	text-transform: uppercase;
}

.content h2
{
	margin-bottom: -10px;
	font-size: 100%;
	color: #393939;
}

.content ul
{
	margin-left: 18px;
	padding: 0px;
}

.content ul ul
{
	margin-top: 6px;
}

.content ul li
{
	margin-bottom: 6px;
	list-style-image: url(../images/bullet.gif);
}

.content hr
{
	height: 0px;
	border: none;
	border-top: dashed 1px #cccccc;
}

.content a
{
	color: #302080;
	text-decoration: none;
}

.content a:hover
{
	text-decoration: underline;
}

.content a.external
{
	background-image: url(../images/external.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-right: 14px;
}

.box
{
	clear: both;
	float: right;
	width: 210px;
	margin-bottom: 15px;
	color: #3f3f3f;
}
.rtl .box
{
	float: left;
}

.box h1
{
	margin-bottom: 11px;
	background-color: #52648a;
	color: white;
	padding: 4px 10px;
	font-family: Arial;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.box p
{
	margin-left: 8px;
	margin-right: 5px;
}

.box ul
{
	margin: 0px 0px 0px 6px;
	padding: 0px;
}

.box li
{
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px;
	list-style-type: none;
}

.box .date
{
	padding-bottom: 1px;
	font-weight: bold;
}

.box .field
{
	margin: 0px 0px 3px 10px;
	clear: both;
}

.box .field label
{
	float: left;
	width: 60px;
}

.box .field span
{
	float: right;
	clear: both;
	width: 65%;
}

.footer
{
	clear: both;
	background-color: #d0d0d0;
}

.footer .body
{
	width: 660px;
	height: 26px;
	margin: 0px auto;
	padding-left: 0px;
}

.footer ul
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	font-weight: bold;
	cursor: default;
}

.footer li
{
	float: left;
	margin-right: 8px;
	list-style-type: none;
}

.footer li a
{
	display: block;
	padding: 7px 9px 7px 9px;
	color: #442222;
	text-decoration: none;
}

.footer li a:hover
{
	background-color: white;
}

.footer li.current a
{
	background-color: white;
}

.copyright .body
{
	width: 780px;
	margin: 0px auto;
	padding: 10px 0px 15px 0px;
	color: #333333;
	font-size: 80%;
	text-align: right;
}

.form label
{
	clear: left;
	float: left;
	width: 110px;
	padding-top: 2px;
}

.form input, select
{
	margin-bottom: 1px;
}

.form .mandatory
{
	border: solid 2px red;
}

.thumb
{
	height: 70px;
	margin: 20px 0px;
}

.thumb img
{
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}

.thumbnails img
{
	margin: 0px 11px 12px 0px;
}

.more
{
	text-align: right;
}

.quote b
{
	white-space: nowrap;
}

.smallprint
{
	font-size: 90%;
}

.sideimage
{
	float: right;
	clear: right;
}
