@import url("core.base.css");

img
{
	border:none;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,0,0);
}

h1 {
	font-weight: normal;
	font-size: 185%;
	color: rgb(0,73,128);
}

#content h1 {
	clear: both;
	padding: 10px 6px 6px 54px;
	margin: 0px 0px 10px 0px;
	background: url("../images/heading_home.gif") no-repeat bottom left;
}

h2 {
	font-weight: bold;
	font-size: 110%;
	margin: 6px 0px;
	color: rgb(0,73,128);
}

#content h2 {
	margin: 16px 0px 12px 0px;
	padding: 2px 6px 3px 40px;
	background: url("../images/heading_sub.gif") no-repeat bottom left;
}

#content h2 a {
	text-decoration: none;
	color: rgb(0,73,128);
}

#content h2 a:hover {
	color: rgb(232,135,30);
}

h3 {
	font-weight: bold;
	font-size: 100%;
	margin: 6px 10px;
}

h4 {
	margin: 6px 10px;
	color: rgb(24,106,164);
	font-weight: normal;
	font-size: 100%;
}

h5 {
	display: inline;
	float: left;
	font-size: 100%;
	margin-left: 10px;
	margin-right: 0.5em;
}

a {
	color: rgb(9,55,89);
}

a:hover {
	color: rgb(232,135,30);
}

a.inline {
	color: rgb(9,55,89);
}

#content p {
	margin: 10px;
}

/* Quotations */
blockquote {
  margin: 6px 40px 6px 20px;
  color: rgb(24,106,164);
	font-style: italic;
}

blockquote p {
	font-size: 120%;
	line-height: 140%;
}

#content blockquote i,
#content blockquote em {
	display: block;
	clear: both;
	margin-top: 6px;
	font-style: normal;
	color: rgb(0,0,0);
	font-size: 70%;
	text-align: right;
}

/* Lists */
#content ul {
	list-style-type: none;
	margin: 10px 20px;
}

#content ul li {
	padding-left: 13px;
	margin: 4px 10px;
	background: url("../images/bullet_square_blue.gif") no-repeat 0px 0.4em;
}

/* Reduce text size */
#content h5,
#content p,
#content ul {
	font-size: 90%;
}
