/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	visibility: hidden;
}

body {
background-color: #efefef;
font-family: Arial, sans-serif;
color: #999;
font-size: 12px;
text-align: center;
}

h1, h2, h3, h4, h5 { color: #3cf; }
h1 { font-size: 30px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }

a, a:visited, a:hover, a:active {
color: #3c3;
}

#container {
width: 788px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#header {
position: relative;
height: 123px;
background: url('../backgrounds/header-bg.gif') top left no-repeat;
}

#header h1 {
position: absolute;
top: 40px;
left: 40px;
}
#header h2 {
position: absolute;
top: 70px;
left: 40px;
}

#content {
background: url('../backgrounds/content-bg.gif') top left repeat-y;
padding: 0px;
width: 788px;

}

#global_navigation {
background: url('../backgrounds/gnav-bg.gif') top left repeat-x;
border: solid 1px #ececec;
width: 718px;
margin-bottom: 20px;
margin-left: 34px;
}
		#global_navigation li {
		float: left;
		padding: 7px 15px;
		display:block;
		}
		#global_navigation li a {
		display: -moz-inline-block;
		display: inline-block;
		height: 15px;
		color: #999;
		}
		#global_navigation li a:hover {
		}

#main_content {
width: 490px;
border-right: dotted 2px #ececec;
padding: 20px 10px;
margin-left: 34px;
overflow: auto;
}

#sidebar {
float: right;
width: 200px;
padding: 20px 0px;
margin-right: 34px;
}

#author {
text-align: center;
}

#footer {
background: url('../backgrounds/content-footer.gif') top left no-repeat;
height: 20px;
}


/*-------Begin New by AF--------*/
#main_content ul {
	list-style-type:disc;
	margin-bottom:10px;
	}
#main_content ol {
	list-style-type:decimal;
	margin-bottom:10px;
	}

#main_content ul li {
	list-style-type:disc;
	margin: 5px 25px;
	}
#main_content ol li {
	list-style-type:decimal;
	margin: 5px 25px;
	}
/*-------End New by AF--------*/
