/*--------------------------------------
   BASIC
-------------------------------------- */
*                                      { margin: 0; padding: 0; list-style: none; }
body                                   {
	font: normal 10pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #808080;
	background: #fff;
	}
a img                                  { border: none; }
a,
a:link, a:visited                      { color: #000; text-decoration: none; }
br.clear                               { height: 0; line-height: 0; font-size: 0; clear: both; }

/*--------------------------------------
   HIDE
-------------------------------------- */
#logo, #nav, #mainMenu, 
#containerWrapperTopLeft, #options, 
#containerBottom, #path, #contentMenu,
#topLink, .more, #development, 
#rightCol                              { display: none; }

/*--------------------------------------
   LAYOUT
-------------------------------------- */
#print-logo                            { margin-bottom: 20px; }
#mainContent                           { width: 650px; }
#footer                                {
	border-top: 1px solid #ccc;
	margin-top: 40px;
	clear: both;
	font-size: 8pt;
	text-align: right;
	padding-right: 20px;
	}
.homeBox                               { clear: both; }
.homeBox .content                      { display: inline; float: left; width: 380px; }
.homeBox .image                        {
	display: inline;
	float: left;
	width: 100px;
	margin-left: 20px;
	}
.homeBox .image img                    { width: 100px; }

/*--------------------------------------
   TYP
-------------------------------------- */
h1                                     { font-size: 18pt; font-weight: normal; margin-bottom: 20px; color: #f89c1c; }
h2                                     { font-size: 13pt; font-weight: normal; margin: 15px 0; color: #f89c1c; }
h3,
h4,
h5,
h6                                     { font-size: 13pt; margin: 15px 0; }
p, ul, ol, table                       { margin: 15px 0; }
img                                    { display: inline; margin: 0 5px; }
ul li                                  { list-style: outside circle; margin-left: 30px; }
ol li                                  { list-style: outside decimal; margin-left: 30px; }