/*****************************/
/***      Basic stuff	   ***/
/*****************************/


body {
	font: 12px "Trebuchet MS", Arial, sans-serif;
	color: #444;
	line-height: 1.5em;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/*****************************/
/***      Headings 		   ***/
/*****************************/

h1 {
	font-size: 2.1em;
	font-weight: normal;
}

h2 {
	font-size: 1.9em;
	font-weight: normal;
}

h3 {
	font-size: 1.75em;
	font-weight: normal;
}

h4 {
	font-size: 1.33em;
	font-weight: normal;
}

h5 {
	font-size: 1.25em;
	font-weight: normal;
}

h6 {
	font-size: 1.2em;
	font-weight: normal;
}

.contentheading {
	padding: 10px 0;
	font-size: 1.9em;
	font-weight: normal;
	text-align: left;
	width: 100%;
	line-height: 1.1em;
}

.componentheading, table.moduletable th, legend {
	margin: 0;
  	font-size: 1.75em;
	font-weight: normal;
  	padding-left: 0px;
 	text-align: left;
}

table.contentpaneopen h3 {
	font-size: 1.75em;
	font-weight: normal;
}


/*****************************/
/***      	Spacing		   ***/
/*****************************/

div.copytext{
	padding-left: 20px;
}


p{
	margin-bottom: 0.8em;
}

ol {
	font-style: italic;
	list-style: decimal;
	margin: 5px 0;
}

ul {
	margin: 5px 0;
	list-style: disc;
}

li {
	margin-left: 30px;
}

ol li, ul li{
	line-height: 1.4em;
	margin-bottom: 3px;
}
/*
p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
*/
h1, h2, h3, h4, h5, h6
{
	margin-bottom: 0.6em;
	margin-top: 1.5em;
}

/* small text */
.small {
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.modifydate {
  height: 20px;
  vertical-align: bottom;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	text-align: left;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: .90em;
	color: #999;
	font-weight: normal;
	vertical-align: top;
	padding-bottom: 5px;
	padding-top: 0px;

}



/*****************************/
/*** 		Links		   ***/
/*****************************/


a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #333;
}
ul.footer{
	margin:0px;
	padding: 10px 0px 0px 0px;
}
ul.footer li{
	margin: 0;
	padding: 0;
	display: block;
}

ul.footer a:link{
	padding: 0px 0px 0px 10px;
	color: #fff;
	background:	transparent url(../../images/icon.gif) no-repeat left;
}
ul.footer a:visited{
	padding: 0px 0px 0px 10px;
	color: #fff;
	background:	transparent url(../../images/icon-visited.gif) no-repeat left;
}
a.footerSec:link{
	padding: 0px 0px 0px 10px;
	background:	transparent url(../../images/icon.gif) no-repeat left;
	color: #fff;
	font-weight: bold;
}
a.footerSec:visited{
	padding: 0px 0px 0px 10px;
	background:	transparent url(../../images/icon-visited.gif) no-repeat left;
	color: #fff;
	font-weight: bold;
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	padding-right: 20px;
	line-height: 14px;
	font-size: 1.3em;
	color: #40647f;
}


