@charset "utf-8";
body {
	font-family:"Times New Roman", Times, serif;
	line-height:1em;
	font-size:14px;
	background: #CCCCCC;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%; 

}

#container {
	top: -78px;
	height: 50px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #CCCCCC;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	
}
#bottom{
	position: absolute !important;
	bottom: -1px;
	left: -2px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	width: 100%;
	height: 70px; /*Height of frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background: #CCCCCC;
}
#Content, .Content {
	position: fixed;
	top: 52px;
	left: 0;
	right: 0;
	bottom: 68px; /*Set bottom value to HeightOfFrameDiv*/
	overflow:auto;
	background: #666666;
	margin: auto !important;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#Content1, .Content1 {
	position: fixed;
	top: 52px;
	left: 0;
	right: 0;
	bottom: 68px; /*Set bottom value to HeightOfFrameDiv*/
	overflow:visible;
	background: #666666;
	margin: auto !important;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#Content-position { 
		width:990px; 
		position:relative;
		left:50%;
		margin-left:-495px;
		padding:0;
}
#left {
	width:280px;
	margin-top:0px;
	position:relative;
}

.message{
	padding: 3px 10px 15px 10px;
	margin:0px;

	background-color:#5c5c5c;

}



#left .moduletable {
	background-color:#5c5c5c;
	padding-bottom:10px;
}
#pathway { 

	background-color:#333;
    padding:5px 3px 5px 10px;
	color: #ccc;
	font-size:80%;
}
* html body{ /*IE6 hack*/
padding: 0 0 50px 0; /*Set value to (0 0 HeightOfFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

.clear { clear:both; }

img
{
border-style: none !important;
text-decoration: none !important;
} 


h3 {
	text-align:left;
	padding: 10px;
	font-size: 120%;
	color: #CCCCCC;
	background-color:#494949;
}


h4 {
	font-size: 120%;
	font-weight:bold;
	color: white;
	padding: 10px;
	}

.contentheading {
	text-align:left;
	padding: 10px 44px 10px 44px;;
	font-size: 120%;
	color: #CCCCCC;
	background: url(../images/content-heading.png) 1% 50% no-repeat #494949;
}

.buttonheading {
	float:right;
	margin-top: -43px;
	margin-right: 10px;
}
.menu-horiz {
	margin-left:-40px;
	margin-top:-2px;
	color:black;
}
.menu-horiz li {
	
	display:inline-block;
	}

.menu,  .menu li ul {
	list-style-type: none;
	width:300px;
	margin-left: -40px;
	
}
.menu li, .menu li#current ul li {
	border-bottom:1px solid #666;
	width:280px;

}

.menu li a {
	line-height:2em;
	background-color:#5c5c5c;
	padding: 0 30px 0 30px;
	width:220px;
	display:block;
	
}
.menu li#current ul li a, .menu li ul li a {
	line-height:2em;
	background-color:#545454;
	padding: 0 30px 0 30px;
	width:220px;
	display:block;
	
}
.menu li a:hover, .menu li#current a{
	background:url(../images/list-type.png) no-repeat #606060;
	background-position:5px 5px ;

}
.menu li#current ul li a {
	background:#545454;
	
}
.menu li#current ul li a:hover {
	background:url(../images/list-type.png) no-repeat #505050;
	background-position:5px 5px ;

}
.menu li ul li a:hover, .menu li ul li#current a{
	background:url(../images/list-type.png) no-repeat #505050;
	background-position:5px 5px ;

}

ul#sectionx li li, ul#sectionx li li a { line-height:1.2em;}

ul#sectionx li li a { padding:5px 30px;} 
/*text*/
p {
	font-size:100%;
	color: #efefef;
	text-align:left;
	line-height:1.2em;
		}
.article-content p { 
	text-align:justify;
}
		
.style_copyright {
	font-size: 9px;
	color: #333333;
	text-align:center;
		}				
	
.style_normal_text2 {
	font-size:13px;
	color: #EFEFEF;
	text-align:jusify;
		}

.style_justify_text {
	font-size:13px;
	color: #EFEFEF;
	text-align:justify;
		}

.style_heading_text {
	font-size:15px;
	color: #ffffff;
		}
		
.style_heading_text2 {
	font-size:15px;
	color: #ffffff;
		}
		
		
/* normal links */
a:link {
	color: #CCCCCC;
	text-decoration: none !important;
}
a:visited {
	text-decoration: none;
	color: #cccccc;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
.style_normal_text2 {
	font-size:12px;
	color: #EFEFEF;
	text-align: right;
		}
.selvestable { color: white; }
#selveshead {
    text-align:center;
	padding: 10px;
		}

li {line-height: 1.5em;}
.rawimages {
	margin-left:137px;
}
.rawimages img{
	padding-right:137px;	
}

.rawimages a{
 	width:20px;
	height:50px;
}
.logo-center {
	width:100%;
	z-index:1000;
	float:none;
	margin-top: -63px;
	
}
ul.pagination {
 list-style-type:none;
 background-color: #666;
 padding:5px 10px;
}

ul.pagination li {
	
	display:inline-block;
	color: #ccc;
	background-color: #666;

}

ul.pagination li a {
	padding: 5px 10px 5px 10px;

	}

ul.pagination li a:hover {

	background-color: #333;

	}
	#contact-layout, .form-validate  { color: white; }
	.form-validate {width: 450px; }
	#contactform {padding:10px;}
	dl#system-message { color: white;}
	.column_separator { padding:0px; }
	.article_separator {padding:5px;}
	table.contenttoc {width:220px; padding:10px 20px; display:none;}
	table.contenttoc th { color: #ccc; text-align:left; padding-bottom:15px; visibility:hidden;}
	table.contenttoc td a { width:180px;display:block; padding: 3px 10px 3px 10px; background:none;}
	table.contenttoc td a:hover { width:180px;display:block; padding: 3px 10px 3px 10px; background:#494949;}
	table.contenttoc td a:active { width:180px;display:block; padding: 3px 10px 3px 10px; background:#494949;}
	
	.pagenavcounter { color: #ccc ; display:none;}
	.pagenavbar { color:#ccc;display:none; }
