a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

    }
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;

	
}

html, body{
	margin:0;
	background-color: #666666;
	background-image:  url("images/background.gif");
	background-repeat: repeat-x;


} 
 
#pagewidth{
	width:800px;
	text-align:left;
	min-width: 500px;
	margin-left:auto;
	margin-right:auto;
	
} 
 
#header{
	height:66px;
	width:100%;
	background-color:#FFCCFF;
	background-image:   url("images/bak2.gif");

 } 
 
#leftcol{
	width:109px;
	float:left;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	overflow: hidden;
	background-image:  url("images/journavbak.jpg");
	background-repeat: no-repeat;
	height: 535px;
	margin-left: -109px;
	vertical-align: text-top;





 }
 
#outer{
	border:solid white 0px;
	border-left-width: 109px;
	width: auto;
	background-color: #9FA395;

 } 
 
#footer{
 width:100%; 
 background-color:#666666; 
} 
 
#inner{margin:0; width:100%;}
 
#maincol{
	width: 693px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image:  url("images/journalmn.jpg");
	height: 535px;
	background-repeat: no-repeat;
	margin-left: -2px;
	margin-right: -1px;
	float: left;
	background-position: right top;









 }
 
#outer>#inner { }
 
.clr{clear:both;}
 
.content{
	padding: 5px;
} /*padding for content */ 
 
#header .content{} /*padding bottom 0 to remove space in IE5 Mac*/ 
 

 
 /*printer styles*/ 
@media print{ 
/*hide the left column when printing*/
#leftcol{display:none;} 
#outer{} 
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	overflow: auto;
	height: 454px;
	width: 619px;
	left: 44px;
	position: absolute;
	top: 30px;






}

