#gradient {
	width: 1002px;
	background-color: #fff;
	float: left;
	color: inherit;
}
#contentContainer {
	width: 1002px;
	background-image: url(../images/graphics/design/gradient.gif);
	background-repeat: repeat-x;
	float: left;
	color: inherit;
}
#containh {
	width: 1002px;
	margin-right: auto;
	margin-top: 15px;
	float: left;
}
#maincontent {
	width: 574px;
	min-height: 600px;
	float: left;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #E9E9E9;
}
* html #maincontent {
	width: 574px;
}
#maincontentwide {
    width: 812px;
    min-height: 600px;
    float: left;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #E9E9E9;
}
h1.content {
	width: 564px;
	height: 28px;
	clear: both;
	background-image: url(../images/graphics/design/h1bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	padding-left:10px;
	color: #FFD86A;
	background-color: inherit;
	font-weight: normal;
}
* html h1.content {
	width: 574px;
}
h1.content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #FFD86A;
	text-decoration: underline;
}
h1.contentwide {
    width: 803px;
    height: 28px;
    clear: both;
    background-image: url(../images/graphics/design/h1bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 28px;
    padding-left:10px;
    color: #FFD86A;
    background-color: inherit;
    font-weight: normal;
}
h1.contentwide a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 28px;
    color: #FFD86A;
    text-decoration: underline;
}
h2.content {
	width: 564px;
	height: 25px;
	clear: both;
	background-image: url(../images/graphics/design/h2bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	padding-left:10px;
	color: #222;
	background-color: inherit;
	margin: 15px 0px 5px 0px; 
	font-weight: normal;
}
h2.contentwide {
    width: 802px;
    height: 25px;
    clear: both;
    background-image: url(../images/graphics/design/h2bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 26px;
    padding: 0px 0px 0px 10px;
    color: #222222; /*444444; /*ffffff*/
    background-color: inherit;
    margin: 15px 0px 5px 0px; /*0*/
    font-weight: normal;
}
h3.content {
	clear: both;
	width: 100%;
	height: 45px;
	background-image: url(grayline.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #8E969D;
	background-color: inherit;
	margin: 0;
	font-weight: normal;
	float: left;
	clear: both;
}
h4.content, h4.content a {
	padding: 5px 5px 5px 20px;
	font-size: small;
	font-weight: bold;
}
h4.content {
	clear: both;
}
p {
	text-align: justify;
	padding: 5px 20px;
}
p.wider {
	text-align: justify;
	padding: 5px 14px;
}
p.shortlist {
	font-size: small;
	font-style: italic;
}
p.smallsubtext {
	font-size: smaller;
}
hr {
	clear: both;
	height: 1px;
	border: 1px;
	color: #CCCCCC;
}

a {
	color: #007BF6;
	background-color: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	color: #D19D0F;
	background-color: inherit;
	text-decoration: none;
}

ol {
	padding: 5px 5px 5px 40px;
}
ol li {
	text-align: justify
}
ul.enumeration {
	padding: 5px 0px 5px 20px;
/*	margin-right:15px; */
	list-style: none;
	border: none;
}
ul.enumeration li {
	width: 520px;
	background-image: url(../images/graphics/design/bullets.gif);
	background-repeat: no-repeat;
	padding: 3px 0px 2px 20px;
}
ul.enumeration li a {
	display: block;
	text-decoration: none;
}
ul.enumeration li a:hover,ul.enumeration li a:focus {
	color: #333333;
	background-color: #FCF0D5; /*FCF0D5;*/
}

ul.enumerationadv {
	padding: 5px 5px 5px 20px;
	margin-bottom:15px;
	list-style: none;
	border: none;
}
ul.enumerationadv li {
	width: 520px;
	/*min-height hack for IE6*/
	min-height: 26px;
	height: auto !important;
	height: 26px;
	background-image: url(../images/software/prog-studio/add.png);
	background-repeat: no-repeat;
	padding: 3px 0 2px 30px;
}
