/* Set overall CSS settings */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	margin: 10px;
}

acronym {
	border-bottom: 1px dotted #444;
	cursor: help;
	font: normal 10pt Courier,monospace;
}

cite {
	font-style: italic;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}


/* Site layout */
div#DivContainer {
	background: #FFF;
	padding: 10px 0 20px 0;
	width: 100%;
	text-align: left;
}

div#DivHeader {
}

div#DivBreadcrumb {
	margin: 10px 0;
}

div#DivLeft {
	float: left;
	width: 180px;
}

div#DivContent {
	margin: 0 310px 0 190px;
	padding-bottom: 15px;
}

div#DivPublic {
	margin: 0 10px 0 190px;
	padding-bottom: 15px;
}

div#DivUser {
	margin: 0 10px 0 190px;
	padding-bottom: 15px;
}

div#DivRight {
	float: right;
	width: 300px;
}

div#DivFooter {
	background: #EEE;
	border: 1px solid #BBB;
	clear: both;
	color: #555;
	font: normal 8pt Verdana,sans-serif;
	margin: 0 0 0 190px;
	padding: 4px;
	width: 795px;
}

div#DivFooter a {
	color: #555;
}

div#DivCopyright {
	color: #666;
	float: right;
	font-size: smaller;
}

div#DivMessage {
	background: #FAFAD0 url("/image/error.gif") 2px no-repeat;
	border: 1px solid #EAEAD0;
	color: #555;
	margin: 10px;
	padding: 2px;
	padding-left: 22px;
	text-align: center;
}


/* Body style */
body {
	background: #333;
	position: relative;			/* IE sucks ! */
	margin: 10px auto;
	text-align: center;			/* Yes IE sucks ! */
	width: 990px;
}


/* Header image */
img#ImgHeader {
	padding: 15px 0 10px 0;
}

img#ImgLogo {
	border: 0;
	left: -5px;
	position: absolute;
	top: 6px;
}


/* Page content style */
A:link		{ text-decoration: none; color: #00F }
A:visited	{ text-decoration: none; color: #A08 }
A:hover		{ text-decoration: underline; color: #03F }
A:active	{ text-decoration: none; color: #C2D7DF }


/* Ads style */
div.adbanner {
	height: 60px;
	margin: 15px auto 20px auto;
	text-align: center;
	width: 480px;
}

div.adrectangle {
	height: 250px;
	margin: 10px 0;
	width: 300px;
}


/* Article style */
div.article {
	color: #555;
	font: normal 10pt Arial,sans-serif;
	margin: 5px 0;
}

div.article h1 {
	border-top: 1px solid gray;
	color: #E04D2B;
	font: bold 12pt Georgia,serif;
	margin: 1.5em 0.5em 0 0.5em;
	word-spacing: 0.5ex;
}

div.article h1.top {
	border: 0;
	color: #E04D2B;
	font: bold 12pt Georgia,serif;
	margin: 0.5em 0.5em 0 0.5em;
}

div.article h2 {
	color: #E04D2B;
	font: italic 12pt Georgia,serif;
	margin: 1.5em 0.5em 0 0.5em;
	word-spacing: 0.4ex;
}

div.article p {
	margin: 0.5em 1em;
	text-align: justify;
	text-indent: 1.5em;
}

div.article div.date {
	font: normal 8pt Verdana,sans-serif;
	margin: 0;
	text-align: right;
}

div.article a.more {
	font: normal 9pt Verdana,sans-serif;
	margin: 1em 0 1em 1em;
}

div.article img {
	float: right;
	margin: 1em 0 1em 1em;
}


/* Breadcrumb style */
ul.breadcrumb {
	background: #EEE;
	border-bottom: 1px solid #BBB;
	color: #555;
	font: normal 8pt Verdana,sans-serif;
	margin: 0px;
	padding: 4px 0;
}

ul.breadcrumb li {
	display: inline;
}


/* Main menu style */
ul.main {
	background: url("/image/background/ul_main.gif") repeat-x;
	color: white;
	font: bold 10pt Arial,sans-serif;
	margin: 10px 0;
	padding: 0;
}

ul.main li {
	background: #69C;
	padding: 2px 0 2px 15px;
}

ul.main li.topic {
	background: none;
	border-bottom: 1px solid #7AC;
	font: bold 11pt Georgia,serif;
	padding: 5px 7px;
}

ul.main a {
	color: white;
}


/* Menu orangle style */
ul.orange {
	background: url("/image/background/ul_orange.gif") repeat-x;
	color: white;
	font: bold 10pt Arial,sans-serif;
	margin: 10px 0;
	padding: 0;
}

ul.orange li {
	background: #F3942C;
	padding: 2px 0 2px 15px;
}

ul.orange li.topic {
	background: none;
	border-bottom: 1px solid #FA3;
	font: bold 11pt Georgia,serif;
	padding: 5px 7px;
}

ul.orange a {
	color: white;
}


/* Menu gray style */
ul.gray {
	background: #EEE;
	border-bottom: 1px solid #BBB;
	color: #555;
	font: normal 10pt Tahoma,Helvetica,sans-serif;
	margin: 10px 0;
	padding: 0;
}

ul.gray li {
	padding: 0.4em 0.5em;
}

ul.gray li.bullet {
	list-style-image: url("/image/bullet/arrow_gray.gif");
	list-style-position: inside;
}

ul.gray li.topic {
	background: gray;
	color: white;
	font: bold 11pt Georgia,serif;
	padding: 5px 10px;
}

ul.gray p {
	text-indent: 1em;
}

ul.gray a.more {
	display: block;
	font: normal 9pt Verdana,sans-serif;
	margin: 0.8em 0;
}


/* White unordered list style */
ul.white {
	font: normal 10pt Tahoma,Helvetica,sans-serif;
	margin: 10px 0;
	padding: 0;
}

ul.white li {
	list-style-image: url("/image/bullet/arrow_gray.gif");
	list-style-position: inside;
	padding: 2px 0 2px 20px;
}


/* FAQ style */
.question { font-weight: bold; color: red; }
.answer { font-weight: bold; color: blue; }
