/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!
Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}
*/
html {margin:0px; padding:0px}
body {
    background: #FFFFCC;
	/*background-position:0px 136px; */
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
	width:97%;	
}

#maincontainer1 {
padding:20px 40px;

}



.ref {position: relative;     bottom: 0.4em;     color: red;     font-size: 0.7em; } 
.line1 {height:6px; margin:10px 0px 10px 0px; background-image:url(images/line1.jpg); background-repeat:repeat-x}
.highlight { background: #FFFF40; }


ol {margin:0px 15px 0px 22px; padding:10px 10px 5px 15px}
ol li { list-style-type: upper-alpha}
ol ol li{ list-style-type:decimal}
ol ol ol li{ list-style-type:lower-alpha}

#footer
{
/*width:845px; */
padding:0px 30px 10px 0px; text-align:right; background:#10A297;
}

li {padding:0px; margin:0px; margin-bottom:10px}