/* --- GENERAL RULES --- */
html, body {
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
body {
	font-family: "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	}
p {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 1.2em;
	margin-left: 0;
	padding-bottom: 1px;
	}
	.last {
	margin-bottom: 0;
}
	.clearing {
	height: 0;
	clear: both;
}
/* --- HEADER RULES --- */
#welcome {text-align: right;}
	.welcome {
	padding-right: 8px;
	}
#masthead {
	color: #333;
	font-size: 75%;
	background-color: #9c9c9c;
	background-image: url(../Images/layout/masthead.gif);
	background-repeat: no-repeat;
	padding-right: 12px;
	}
	#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
color: white;
}
	#masthead a:hover {
color: #fff;
text-decoration:underline;
}
#announcement { color: #333; font-size: large; background-color: #9c9c9c; background-image: url(../Images/layout/masthead.gif); background-repeat: no-repeat; text-align: right; padding-right: 12px; }
	#announcement a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
color: #fff;
}
	#announcement a:hover {
color: #fff;
text-decoration:underline;
}
#header { color: black; font-size: 22px; font-weight: bold; background-color: #999; background-image: url(../Images/layout/header76.gif); background-repeat: no-repeat; background-position: 0 0; text-align: left; margin: 0; padding-right: 0; padding-bottom: 0; padding-left: 45px; }
.title { color: black; font-size: 24px; }
.header { font-size: 14px; }
#header h1{
	margin: 0px;
	padding: 0.5em 10px 0.2em;
	font-size: 1.8em;}
	#header p{ font-size: 1.1em; margin: 0;
}
	#navigation {
	background-color: #eeeeee;
	background-image: url(../Images/layout/topnav.gif);
	background-repeat: repeat-x;
	text-align: center;
	left: 0;
	width: 100%;
	height: auto;
	}
	#pagetitle {
	margin: 0;
	padding: 10px 0 0;
	font-size: 210%;
	color: #000;
	visibility: hidden;
	}
	/*navmenu */
	#navmenu {
		color: #fff;
		top: 140px;
		left: 210px;
		width: auto;
		height: 20px;
		margin-left: 5px;
		padding-top: 3px;
		padding-right: 0;
		padding-bottom: 3px;
		border-bottom-style: solid;
		}
	* html #navmenu {height: 1%;}
	
/* --- LAYOUT --- */
#outer_wrapper {
	background: #fff url(../Images/layout/background_3.gif) repeat-y left;
}
	#wrapper {
	background: url(../Images/layout/background_2.gif) repeat-y right;
}
	#container {
	width: 100%;
	float: left;
	margin-right: -150px;
	}
#content {
	margin-right: 150px;
	background: url(../Images/layout/background_3.gif) repeat-y left 50%;
}
	
	#main {
	margin-left: 180px;
	padding-right: 10px;
	padding-left: 10px; }
#left {
	width: 180px;
	float: left;
	}
	#sidebar {
		text-align: left;
		width: 150px;
		float: right;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		}
	#footer {
		text-align: center;
		clear: both;
		margin-top: 1.5em;
		border-top: 1px solid #999;
		}
	.footerbar {
        list-style-type: none;
        padding:4px 0;
}
	.footerbar li {
        display: inline;
        border-left: 1px solid #000000;
        font-size: .8em;
        padding: 0 1px 0px 3px;
}
	.footerbar li.first {
        border:none;
}
#content-block {
	font-size: 1.2em;
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, sans-serif; 
	text-align: center;
	margin-right: 15px;
	margin-left: 10px;
	border-bottom: 1px solid #ccc;
	}
#content-block h1 {	font-size:     1.8em;
	text-align:    center; }

#abc {
	font-family: "Trebuchet MS", Tahoma, Geneva, Arial, sans-serif;
	text-align: left;
	margin-right: 15px;
	margin-left: 10px;
	padding-left: 12px;
	}
#main #abc h2 {	font-size:     1.2em;
	text-align:   left; }

#page_links {text-align: center;
		margin-top: 1.5em;
		}
#page_links2 {
	text-align: center;
	margin-top: 1.1em;
	}

.linksbar {
        list-style-type: none;
        padding:4px 0;
}
	.linksbar li {
        display: inline;
        border-left: 1px solid #000000;
        font-size: .8em;
        padding: 0 1px 0px 3px;
}
	.linksbar li.first {
        border:none;
}
#topic {
	text-align: left;
	margin-right: 20px;
	margin-left: 20px;
	}
#box {
	font-size: 0.9em;
	max-width: 536px;
	margin-right: 1.5em;
	margin-left: 1.5em;
	}
#small {
	font-size: 0.9em;
	text-align: justify;
	margin-right: 1.5em;
	margin-left: 1.5em;
	}
#blog { font-size: small; text-align: right; padding-right: 8px; padding-bottom: 5px; }

#blog a:link, #blog a:visited, #blog a:active {
	color: #330066;
	text-decoration: underline; }
#blog a:hover {
	color: green;
	background-color: white; }
	
#main_plain {margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px; } }
