@CHARSET "UTF-8";

body {
	
	margin: 0px;
	padding: 0px;
	background: #000000 center repeat-y url(img/bricktile.jpg);
	min-height: 100%;
	
	
}

.linkImage {

	border: 0px;
	
}

#wholePage {

     min-height:100%;
     width: 100%;
}

#mainPage {

	width: 960px;
	height: auto;
	top: 0px;
	
	background: #ffffff;
	border: 0px solid black;
	border-left-width: 5px;
	border-right-width: 5px;
	margin: 0px auto 0px auto;
	
	
	
	position: relative;
	
	font-family: Georgia, Garamond, Times, serif;
	font-size: 14px;
	
}

#pageHeader {

	background: url(img/lril_header.png) top left no-repeat;
	height: 164px;
	width: 100%;
	position: relative;
	z-index: 10;
	
}

#pageHeader #navBar {

	text-align: right;
	top: 110px;
	margin-right: 18px;
	
	position: relative;
		
}




#pageContent {

	width: 660px;
	left: 0px;
	height: auto;
	background: #ffffff;
	padding: 20px 10px 85px 40px;
	
	overflow: auto;
	line-height: 24px;
	
	position: relative;
	
	float: left;
	
}

#pageContent p {

	margin: 25px 10px 25px 10px;
	color: #1c1c1c;
	
	
		
}

#pageContent h1 {

	font-size: 24px;
	margin: 15px 0px 15px 0px;
		
}

#pageContent .insetImage {

	margin: 25px 0px 25px 0px;
	width: 660px;
	text-align: left;
}

#pageContent .insetImage img {

	width: 640px;
	border: 10px solid black;
		
}

#pageContent .insetImage_half {

	margin: 5px 10px 5px 0px;
	width: 310px;
	text-align: left;
	float : left;
}

#pageContent .insetImage_half img {

	width: 280px;
	border: 10px solid black;	
	
}

#pageContent .imageCaption {

	background: url(img/caption_bg.png) repeat-y;
	color: #454545;
	margin: -25px 0px 15px 0px;
	font-style: italic;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	
		
}


#sideBar {

	width: 200px;
	top: 190px;
	left: 710px;
	
	color: #4a4a4a;
	
	padding: 15px;
	margin: 10px;

	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 15px;
	
	float : right;
	background: url(img/sidebar_bg.png) repeat-y;
	
}

#sideBar h1 {
	
	font-size: 13px;
	margin: 5px 0px 2px 0px;

	
}

#sideBar h2 {
	
	font-size: 8px;
	margin: 0px 0px 10px 0px;
}


#sideBar p {

	margin: 5px 0px 5px 10px;
		
}


#pageFooter {

	background: url(img/lril_footer.png) bottom left no-repeat;
	height: 58px;
	bottom: 0px;
	width: 100%;
	
	text-align: right;
	
	color: #ffffff;

	position: relative;
	z-index: 11;
	
	
	clear: both;
	
}

#pageFooter #textNav {

	width: 100%;
	position: absolute;
	bottom: 32px;
	right: 5px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana, Arial, sans-serif;
	font-size: 10px;
		
} 


#pageFooter a {

	color: #ffffff;
	text-decoration: none;
		
}

#pageFooter a:hover {

	font-weight: bold;
		
}

body.mceContentBody {
   background: #ffffff;
}

body.mceContentBody .insetImage img {
	
	width : 450px;
	border : 5px solid black;
	
}

body.mceContentBody .insetImage_half {
	
	width : 200px;
	border : 5px solid black;
	padding : 5px;
	margin : 3px;
	
}

body.mceContentBody .insetImage_half img {
	width : 180px;
}

body.mceContentBody p {
	
	border : 1px solid #aeaeae !important;
	margin : 5px !important;
}

body.mceContentBody p {
	
	border : 1px solid #aeaeae !important;
	margin : 5px !important;
	padding : 5px !important;
}

body.mceContentBody .imageCaption {
	
	font-style : italic;
	background : #aeaeae;
	
}
