body {
	background: url('body_background.png') repeat-x;
	font-family: "Trebuchet MS";
	margin: 0;
	font-size: 15px;
	margin-right: 2%; margin-left: 2%;
	margin-bottom: 25px;
}

.lb
{
	background-color:#fff;
	border:1px #000 solid;
	color:#666;
	display:inline;
	font-family:arial;
	font-size:65%;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	text-transform:uppercase
}

:hover.lb
{
	background-color:#acf;
	color:red;
	cursor:pointer
}


ul, li {
	list-style-image: url('bullet.png');
}

sup.sm {
	font-size: 25%
}


ol li {
	list-style-image: none;
}

a.pl {
	color: #FF7A22;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #999 dashed
}
a.pl:link {
	color: #FF7A22;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px #999 dashed
}
a.pl:visited{
	color: #333;
}
a.pl:hover {
	color: #f00;
	text-decoration: none;
}

.under_side {
	color: #666;
	margin: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	padding: 15px;
	border: 1px #ccc solid;
	font-style: italic;
	border-left: 0; border-right: 0
}

img#logo {
	border: 0px;
	position: absolute;
	left: 2%;
	top: 22px;
}

#find_docs {
	position: absolute;
	right: 2%;
	text-align: right;
	top: 23px;
	font-size: 90%;
	color: #000;
	font-style: italic;

	width: 50%;

}

#header {
	background: url('header_back.png') no-repeat right;
	height: 76px; width: 95%;
	position: absolute;
	top: 17px;
	right: 0;
	min-width: 1120px;
}

#mainNavigation {
	text-align: right; list-style-type: none; list-style-image: none;
	position: absolute; top: 65px; right: 2%;
	margin-top: 0;
	min-width: 1120px;
}

#mainNavigation ul {
  min-width: 1120px;
}
.mainNavigationItem {
	float: right; height: 28px; width: 93px; text-align: center; list-style-image: none;
	background: url('button-c.png');
}
	.mainNavigationItem:hover {
		background: url('button-h.png');
	}
	.mainNavigationItem a {
		font-size: 85%;
		display: block;
		padding-top: 3px;
		height: 28px; width: 90px;
		text-decoration: none;
		color: #fff;
		font-family: "Trebuchet MS"
	}




div#canvas {
	margin-top: 94px;
	background: #fff url('background_2.png') repeat-x;
	border: 1px #999 solid;
    min-width: 1120px;
}
	#footer {
		margin-top: 20px; clear: both; text-align: center; height: 100px; background: url('background_3.png') repeat-x bottom;
	}

	#footer p {
		text-align: center;
		font-size: 85%;
		color: #999;
	}
div.breadcrumb {
	padding: 5px;
	background: url('translucent.png');
	font-size: 80%;
	height: 18px;
}
	div.breadcrumb a {
		color: #f60;
		text-decoration: none;
		font-family: "Trebuchet MS"
	}
	div.breadcrumb a:link {
	}
	div.breadcrumb a:visited {
	}
	div.breadcrumb a:hover {
		text-decoration: underline;
	}

div#left-column {
	padding-top: 30px;
	float: left;
	width: 15%;
	margin-right: 2%;
	text-align: center
}
	ul.sidemenu {
		border: 1px #eee solid;
		text-align: right;
		list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
	}
		li.sidemenu_item {
			background: #999 url('side_nav_back.png') repeat-y left;
			padding: 5px;
			padding-top: 2px;
			padding-bottom: 2px;
			font-size: 90%;
			font-weight: bold;
			margin-bottom: 2px;
			list-style-image: none;
			border: 1px #333 solid;
		}
		li.sidemenu_item:hover {
			background-color: #aaa;
			border: 1px #f60 solid;
			list-style-image: none;
		}
			li.sidemenu_item a {
				color: #fff;
				text-decoration: none;
				font-family: "Trebuchet MS"
			}
			li.sidemenu_item a:link {
			}
			li.sidemenu_item a:visited {
			}
			li.sidemenu_item a:hover {
			}

div#middle-column {
	float: left;
	width: 65%;
    
	min-height: 550px;
	margin-bottom: 50px;
	border-bottom: 1px #ccc dashed;
}
div#right-column {
	float: left;
	width: 15%;
	margin-left: 2%;
	padding-top: 20px;
}



.pageTitle {
	margin: 0px;
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-bottom: 5px;
	color: #255;
	font-size: 125%;
	letter-spacing: 15px;
	background: url(headline_back.png) no-repeat bottom left;
}

h1 {
	font-size: large;
	color: rgb(0,102,102)
}
h2 {
	font-size: 118%;
	color: #099872;
	/*text-transform: capitalize;*/
	display: inline
}
h3 {
	font-size: 115%;
	color: #888;
}
p {
	text-align: justify;
}
p:first-letter {
}

img.border {
	padding: 1px;
	border: 1px #666 solid;
}


div.events {

padding-top: 20px;
}
div.events p.events {
	font-weight: bold;
	text-align: center;
	color: #25796B;
	font-size: 85%;
	margin: 0
}

div.events p.event {
	padding-left: 5px;
	color: #000;
	font-size: 85%;
	padding-right: 5px;
	text-align: left;
	padding-left: 10px;
}

label {
	display: block;
}



.admin
{
	background-color:#933;
	border:1px #000 solid;
	color: #fff;
	display:inline;
	font-family:arial;
	font-size: 65%;
	color: #fff;
	margin-left:5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	text-decoration:none;
	text-transform:uppercase
}


.admin:link { color: #fff }
.admin:visited { color: #fff }

.admin:hover
{
	background-color:#acf;
	color:red;
	cursor:pointer
}

.access {
	font-weight: bold
}

ul.sidemenu li.dead {
	background-color: #000
}

ul.sidemenu li.statushidden {
	border: 3px #0f0 dotted
}

ul.sidemenu li.statusadmin {
	border: 3px #f00 dotted
}

ul.sidemenu li.statusdeleted {
	background-color: #f00;
}

div#events_box {
	border: 1px #ccc solid;
	padding: 1px;
	margin: 3px;
}
div#events_box, div#events_box p {
	text-align: center
}
div#events_box h1 {
	background-color: #099872;
	color: #fff;
	font-size: 90%;
	margin-top: 0;
	background: url(lined_back.png) repeat-x bottom;
}
div#events_box p {
	font-size: 85%;
	margin: 0
}
div#events_box h2 {
	font-size: 87%;
	margin-top: 20px;
	padding-top: 20px
}

p.best_solution {
	text-align: center
}
p.best_solution a:link {
	color: #555;
	font-size: 90%;
	text-decoration: none
}
p.best_solution a:hover {
	text-decoration: underline
}

div.ourtake {
  border: 1px #999 solid
}

