/*body formatting*/

body {
	margin:0 0;
	padding:0 0;
	border:0;
	line-height:1.5;
	font-family: "Lucida Sans", "Lucida Grande", Verdana, sans-serif;
	}
	
/*wrapper*/

#wrapper	{
	width:100%;
	height:100%;
	background-image: url(../images/map.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
/*header div formatting*/
	
#header {
	text-align:center;
	margin:0 0;
	padding: 0 0;
	border-size:0;
	background-color:#990000;
	background-image:url(../images/dictionary.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:150px;
	}
	
#header h1	{
		text-align:right;
		color:#fff;
		padding:10px 10px 0px 10px;
		margin:0px;
		font-size:xx-large;
		}
	
#header h2	{
		color:#fff;
		text-align:right;
		padding:10px 10px 10px 10px;
		margin:0;
		font-size:large;
		}
	
/*left navigation formatting*/

#leftnav {
	position: absolute;
	margin: 0 0;
	padding-right:20px;
	left:10px;
	top:180px;
	width:140px;
	text-align:right;
	background:#fff;
	background-image: url("../images/line.jpg");
	background-position:right;
	background-repeat:no-repeat;
	font-size: large;
	}
		
#leftnav ul	{
	list-style-type:none;
	margin:0 0;
	padding: 0 0;
	line-height:2;
	}
	
/*intro text*/

#intro	{
	padding-top:5px;
	padding-right:15px;
	padding-bottom:5px;
	padding-left:15px;
	margin-top:20px;
	background-image: url("../images/introbg.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	border: 4px outset #CCCC99;
	}
	
#intro	h3	{
	padding-top:0;
	}
	
/*main content div formatting*/

#maincontent {
	top:180px;
	padding: 0 0;
	border:0;
   	margin-left: 200px;
   	margin-right:161px;
	}
	
/*right content formatting*/

#rightcontent {
	position: absolute;
	right:5px;
	background-position:top left;
	background-repeat:no-repeat;
	top:180px;
	width:161px;
	padding:0 0;
	margin:0 0;
	border:0;
	text-align:center;
	}
	
/*footer div formatting*/
	
#footer	{
	padding: 35px 0 0 0;
	border:0;
	text-align:center;
	margin-right:220px;
   	margin-left: 50px;
	}
	
#footer p	{
	padding:0 0 10px 0;
	margin:0 0;
	}
		
#footer hr {
    height:4px;
    width:530px;
    background-image:url(../images/textlinetop.jpg);
	background-repeat:none;
	clear:both;
   }
	
ul#textlinks { 
  white-space: nowrap; 
  margin: 0; 
  padding: 0; 
  border: 0; 
} 

ul#textlinks li { 
  display: inline; 
  list-style: none;  
  text-align: center; 
  margin: 0; 
  padding-right:10px;
} 


	
/*general formatting*/
	
h3	{
	padding-top: 20px;
	color: #000;
	font-size:large;
	}
	
h4	{
	padding-top:10px;
	font-size:medium;
	}
	
h5	{
	font-weight:bold;
	color:#393;
	font-size:small;
	}
	
img	{
	border-width:0;
	}
	
.lurdes	{
	border-width:3px;
	border-color:#990000;
	border-style:groove;
	}
	
.noscript	{
	font-style:italic;
	padding-left:20px;
	padding-right:20px;
	font-size:x-small;
	}
	
a	{
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
	
a:visited	{
	color:#996666;
	}
	
a:hover	{
	color:#990000;
	text-decoration:underline;
		}
		
p, li, td, blockquote	{
	font-size:small;
	}
	
strong	{
	font-weight:bold;
	font-style:normal;
	}
	
em	{
	font-weight:normal;
	font-style:italic;
	}
	
/*more specific formatting*/

.green	{
	color:#339933;
	}

.title	{
	font-weight: bold;
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #990000;
	}
	
.top	{
	text-align:right;
	}

.noncss	{
	display:none;
	}
	
.print	{
	display:none;
	}
		
.urhere	a:link	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:visited	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:hover	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:active	{
	color:#000000;
	text-decoration:none;
	}
	
.leftalign	{
	text-align:left;
	float: left;
	padding:5px 5px 10px 0;
	}
	
.rightalign {
	text-align:right;
	float: right;
	padding:5px;
}
	
.clear {
	clear: left;
}

.redbullet {
	list-style-image: url(../images/redbullet.jpg);
	list-style-type: none;
}
