
a.nounderline img {
	border: 0;
} 

body{
	margin: 0;
	background-image: url(/templates/standard/images/navigationBackground.jpg);
	background-repeat: repeat-y;
	background-position: 30px ;
}

.mainpage{
	top: 0px;
	left: 30px;
	position: relative;
	z-index: 0;
}

.heading{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.content{
	position: absolute;
	z-index: 2;
	top: 245px;
	left: 220px;
	width: 705px;
	
}

.navigation{
	position: absolute;
	top: 230px;
	left: 5px;
	z-index: 2;
	color: #C7DFFA;
	/*font-weight: normal;*/
}

.navigation ul{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	/*width: 145px; */
}

.navigation li{
	/*border-bottom: 5px solid #352E95; #ED9F9F;*/
}

.navigation li a{

	display: block;
	width: 95%;
	padding: 5px 5px 5px 0.5em;
	/*border-left: 12px solid #711515;*/
	border-right: 1px solid #352E95;
	background-color: #a5cade;
	color: #000000;
	text-decoration: none;
}

.navigation ul ul{
	margin-left: 12px;
}

.navigation li a:hover{
	background-color: #352E95;
	color: #FFFFFF;
/*	font-size: 1.1em;*/
	font-weight: 500;
}

.Title {
	FONT-SIZE: 18pt; 
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	font-weight: bold;
	color: rgb(64, 64, 64);
}

.SubHeading {
	FONT-SIZE: 14pt; 
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	font-weight: bold;
	color: rgb(64, 64, 64);
}

.Normal {
	FONT-SIZE: 11pt; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	color: rgb(64, 64, 64);
}


div.modal {
	z-index: 100;
	position: fixed;
	_position: absolute;
	background-color: white;
	top: 5%;
    bottom: 5%;
    left: 10%;
    right: 10%;
   	overflow: auto;
	height: expression(document.body.clientHeight - (((5 + 5)/100) * document.body.clientHeight) + "px");
    width: expression(document.body.clientWidth - (((10 + 10)/100) * document.body.clientWidth) + "px");
	
}

div#pageSettings {
	display: none;
	filter:alpha(opacity=80); 
	-moz-opacity: 0.8; 
	opacity: 0.8; 
	position: fixed;
	_position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	_height: expression(document.body.offsetHeight + "px");
	/*background-color: silver;*/
	background-color: #747474;
	text-align: center;
}

div#pageSettings2 {
	display: none;
}

div#newPage {
	display: none;
}

div#pageEditor {
	display: none;
}



div.modalHeading {
	FONT-SIZE: 18pt; 
	COLOR: #000000; 
	FONT-FAMILY: arial, helvetica, sans-serif;
	font-weight: bold;
	width:100%;
	text-align: center;
	
}