/* basic elements */
body { 
	font-size: 1.0em; 
    line-height: 1.2em;
	color: #555753; 
	margin: 0px; 
	}
p { 
	font-size: 1.0em; 
    line-height: 1.2em;
	margin-top: 5px; 
	text-align: justify;
	}
h3 { 
	font-size: 1.2em; 
	font-weight: bold; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #867309;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #867309;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #9B8C3B;
	}


/* specific divs */
#container { 
	/* background: transparent url(/images/container-bg.jpg) no-repeat top left;  */
	padding: 0px 225px 0px 25px;  
	margin: 50px; 
	border: 1px solid #888888;
	background: #F7F7F7;
	}

#intro { 
	min-width: 470px;
	}
	
#pageHeader {
    margin-bottom: 20px;
}

#logo { 
    margin-top: 10px;
    height: 70px;
}
#logo img {
    border:0px;
}
#logotxt {
    background: transparent url(/images/header_bar.gif) no-repeat top left;
    margin-top: 0px;
    margin-left: 150px;
    margin-bottom: 20px;
    height: 57px;
}
#logotxt span {
    padding-left:200px;  
    text-align: right;
    display:none;
}
#pageTitle {
    clear:both;
}

#main_content {
	padding-left: 10px; 
	margin-bottom: 40px;
}

#main_content h3 span {
background: transparent url(/images/title.gif) no-repeat top left; 
padding-left:25px;
padding-right:75px;
width: 200px;
border-bottom: 1px solid #888888 ;
font-style: normal;
font-weight: bold;
color: #444444;
}

#toc {
	background: white;
	clear:both; 
	margin: 10px 10px; 
	float: left;
	padding : 10px;
	border: 1px dashed #888888;
	}

#footer {
    margin-top:30px;
    clear:both;
}
#footer p,.cp { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#sidebar {
	
	width:240px;
    float:left;
	position: absolute; 
	top: 70px; 
	right: 0px;
	}
#sidebar2 { 
	background:white;
	font: 1.0em verdana, sans-serif; 
	padding: 10px; 
	margin-top: 150px; 
	width: 160px; 
	border-left: 1px solid #888888;
	border-top: 1px solid #888888;
	border-bottom: 1px solid #888888;
	}
#sidebar h4 { 
	margin: 10px 0px 5px 0px; 
	width: 150px; 
	height: 21px; 
	color: #444444;
    font-size:1.0em;
	font-weight: bold;
	border-bottom: 1px solid #888888;
	}
#sidebar h4 span {
	display: block;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	}
#sidebar li {
    font-size:0.9em;
	line-height: 2.5ex; 
	list-style-type-type: none;
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
	background-color:#F7F7F7;
	}

#sidebar li:hover {
	line-height: 2.5ex; 
	list-style-type: none;
	background-color: #DEE2B3; 
	border: 1px solid #888888;
	display: block; 
	padding: 4px; 
	margin-bottom: 5px;
}
	
#sidebar li a:link { 
	color: #9B8C3C;
	}
#sidebar li a:visited {
	color: #9B8C3C;
	}

#py_index {
    border:1px solid #888888 ;
    padding:5px;
    width:99%;
}
#py_index1 {
    text-align:center;
    width:99%;
    margin-top:10px;
    padding-bottom:10px;
    border-bottom: 1px solid #888888;
}

.clear {clear:both}
#pynav1 {margin-left:auto;margin-right:auto;text-align:center; width:500px;clear:both;}

#pynav1 a{
    float:left;
    display:block;
    margin-bottom:4px;margin-right:2px;
    width:2.5em;padding:1px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #A8E57F;color: #666;
    text-decoration:none;text-align:center;
}

#pynav1 a:hover {
    background: #48452F;
    color:#FFF;
}

#pynav2 {margin-left:auto;margin-right:auto;text-align:center;width:550px;clear:both;}

#pynav2 a{
    float:left;
    display:block;
    margin-bottom:4px;margin-right:2px;
    width:2.5em;padding:1px 0;font: bold 100% Verdana,Arial,sans-serif;
    text-transform:uppercase;background: #A8E57F;color: #666;
    text-decoration:none;text-align:center;
}

#pynav2 a:hover {
    background: #48452F;
    color:#FFF;
}

#py_index2 {
    width:99%;
    clear:both;
    margin-top:10px;
    margin-bottom:20px;
}

#py_index2 a {
    display:block;float:left;width:55px;height:1.6em;line-height:1.4em;
    margin:0px 5px;overflow: hidden;text-overflow:ellipsis;text-align:center;
}

#py_index2 a:hover { background: #48452F; color:#FFF; text-decoration:none;}

.left {
    clear:both;
    font:bold 100% Verdana,Arial,sans-serif;
}
.pyhr { clear:both;}
.py_char {
    clear:both;
    margin-top:10px;
    margin-bottom:20px;
}
.py_char a {
    display:block;float:left;width:55px;height:1.6em;line-height:1.4em;
    margin:0px 5px;overflow: hidden;text-overflow:ellipsis;text-align:center;
}
.py_char a:hover { background: #48452F; color:#FFF; text-decoration:none;}

#py_index3 {
    width:99%;
    clear:both;
    margin-top:10px;
    margin-bottom:20px;
}

#py_index3 a {display:block;float:left;width:110px;height:1.4em;line-height:1.4em;margin:2px 5px;overflow: hidden;text-overflow:ellipsis;text-align:left;}
#py_index3 a:hover {color:#000000;text-decoration:underline;}
#py_index3 a:active {color:#000000;text-decoration:none;}
#py_index3 a:visited {color:#999999;text-decoration:none;}
.google_ad {padding-top:50px;margin-left:auto;margin-right:auto;clear:both;text-align:center;}
