/* 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 { 
}
	
#pageHeader {
    min-width: 470px;
}

#logo { 
    margin-top: 10px;
    height: 70px;
    margin-bottom:30px;
}
#logo img {
    border:0px;
}
#logotxt {
    background: transparent url(/images/header_bar.gif) no-repeat top left;
    height: 57px;

    width:350px;
    margin-left:600px;
    position: absolute;
    top: 70px;
    right: 0px;
}
#logotxt span {
    padding-left:200px;  
    text-align: right;
    display:none;
}
#pageTitle {
    clear:both;
    height:50px;
}
#pageTitle h1 span {float:left;display:inline;position:relative;padding-top:20px;}
#viewtimes {float:right;display:inline;position:relative;top:30px;}

#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;
	margin: 10px 10px; 
	float: left;
	padding : 4px;
	border: 1px dashed #888888;
}
#pic{
    width:300px;
    background: white;
    margin: 4px 4px;
    float: right;
    padding : 0px;
    border: 0px dashed #888888;
}
#main_content {
	padding-left: 10px; 
	margin-bottom: 40px;
    border-top: 1px solid #888888;
}

div.tcm p {text-indent : 2em;}
div#form_div p {text-indent : 2em;}
div#form_content {background: #cccccc;width:650px;}

div#discussion_content {
    margin-top:8px;
}
div#discussion_content div.note {
    text-indent : 2em;
    background-color: #cccc66;
    padding: 8px 1px 1px 1px;
    margin-top: 8px;
}
div#discussion_content div.text {
    background-color: #f0f0f0;
    color: inherit;
    padding: 2px;
    margin-top: 8px;
}
.forminput{clear:both;position:relative;width:100%;margin-bottom:.5em;text-align:center;}
.formlabel,.formfield{float:left;margin-right:.5em;line-height:1.6em;}
.formlabel{width:7em;text-align:right;}
.formlabel label{float:right;}

/* Edit section links */
.backtop {
	float: right;
	margin-left: 5px;
}

#gads_content_bottom {
	text-align: center;
}

#footer p,.cp { 
	text-align: center; 
	}
#footer a:link, #footer a:visited { 
	margin-right: 20px; 
	}

#sidebar {
	
	width:240px;
	margin-left:600px;
	position: absolute; 
	top: 70px; 
	right: 0px;
	}
#sidebar2 { 
	background:white;
	font: 1.0em verdana, sans-serif; 
	padding: 10px; 
	margin-top: 100px; 
	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: 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; }
.gotop img {border:2px #442 solid;}
.gotopa {
    display:block;
    border-top:2px #442 solid;
    border-left:2px #442 solid;
    border-right:2px #442 solid;
    font-size:14px;
    font-weight:bold;
    background:#fff;}
#gotopbar { position: absolute; visibility: hidden; z-index: 100; overflow:visible; }
