/* CSS Document */
/* BASIC ELEMENTS */
body {
		margin:0px;
		margin-top: 10px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
		background:url(../images/body_bg.jpg)
	}
form {
		margin: 0px;
		padding: 0px;
	}	
a {
	color: #000000;
	text-decoration:underline;
	}	
a:hover {
		text-decoration: none;
		font-weight: bold;
		}
ul {
	list-style-type:square;
	}		
/* JOOMLA CLASSES AND IDs*/		
.button {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	background: #6a6666;
	color:#FFF;
}			
#search_box {
				position:relative;
				top: 20px;
				left: 230px;
				width: 150px;
			}
ul#mainlevel-nav {
					position: relative;
					top: 100px;
					list-style:none;
					padding: 0px;
					margin: 0px;
				}
								
ul#mainlevel-nav li a{
					float: left;
					display:block;
					font-family:Tahoma, Arial, Helvetica, sans-serif;
					font-size: 10px;
					color:#FFFFFF;
					text-decoration:none;
					border-right: 1px solid #000;
					border-bottom: 1px solid #000;
					background: #767f57;
					padding: 6px;
					margin: 1px;
					font-weight:normal;					
				}
ul#mainlevel-nav li a:hover{
					background: #b9c1a1;
					border-top: 1px solid #000;
					border-left: 1px solid #000;
					border-right: 0px;
					border-bottom: 0px;
					font-weight:normal;
					}
#pathway {
			font-family:Tahoma, Arial, Helvetica, sans-serif;
			font-size: 10px;
			text-indent: 20px;
		}					
#pathway a{
			text-decoration: none;
			color:#596141;
		}
#pathway a:hover{
			font-weight: bold;
			}	
.moduletable th {
	text-align: left;
	text-transform: uppercase;
	line-height: 33px;
	height: 43px;
	width: 152px;
	background:url(../images/menu_label_back.jpg);
	padding-left: 15px;
				}	
a.mainlevel {
				display: block;
				width: 150px;
				border-right: 1px solid #000;
				border-bottom: 1px solid #000;
				margin-bottom: 4px;
				margin-top: 4px;
				text-indent: 10px;
				text-decoration: none;
				color: #000000;
				}	
a.mainlevel:hover, a#active_menu.mainlevel {
	background: #c8c8c8;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	font-weight: bold;
				}
.contentheading {
					font-size: 24px;
					font-weight: bold;
				}
.small {
		font-size: 10px;
		}
.createdate, .modifydate {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
		}										
.sectiontableentry1 {
					background: #f5f5f5;
					}	
.pagenav {
			border: 1px solid #000;
			padding: 3px;
			margin: 2px;
			background:#9a9a9a;
			color: #FFF;
			}			
.sectiontableheader {
					background:#9a9a9a;
					font-weight: bold;
					color:#FFF;
					}
#footer {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:8px;
		}									
.head_top	{
				background-repeat:no-repeat;
			}
.head_mid {
			background-repeat: repeat-x;
			}				
