.outline {border:1px dotted yellow}


body {
	background-image: url(../images/core_background.jpg);
	background-color: #410102;
	background-repeat: no-repeat;
	background-position: center top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 50%;
	margin:0;
	padding:0;
}

html>body {
	font-size:0.9em;
	line-height: 1.45em;
}

#main {
	position:relative;
	width:740px;
	background-image: url(../images/core_paper_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	border: 1px solid #2B0000;
	}

/* special div that stops content flowing under the menu, for shorter pages */
.narrowdiv {
	padding-left:180px;
	}


p, h1, h2, h3, h4 {
	margin:20px 25px 15px 55px;
	}

p .bigbottom {
	padding-bottom: 45px;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}
blockquote {
	margin:20px 50px 15px 80px;
	
	font-style: italic;
}

.notop{margin-top:0;}

.contentimageleft {
	margin:20px 25px 15px 55px;
	float:left;
	}
	
.contentimageright {
	margin:20px 25px 15px 25px;
	float:right;
	}

.right {
	float:right}

.left {
	float:left}

a {
	color:#243C74;
	text-decoration:underline;
	}
a:visited {
	color:#333333;
	}
a:hover {
	color:#AA0904;
	}
	
ul {
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
	list-style-type: none;
}

li {
	margin-left:35px;}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
#skiptonav {
	visibility:hidden;}
	


/* Navigation positioning and styles */
#navigation {
	float:left;
	margin:50px 25px 25px 0;
	padding:0;
	width:192px;
	height:335px;
	font-family:"Courier New", Courier, monospace;
	font-size:medium;
	font-weight: bold;
	line-height:1.50em;
	position:relative;
}

#navigation img {
	position:absolute;
	z-index:1;
	left:-25px;
	}

#navigation ul {
	margin:30px 0 0 30px;
	padding:0;
	list-style-image: none;
	z-index:10;
	position:absolute;
	}
	
#navigation ul li{
	list-style-type: none;
	margin-left:0;
	}
	
#navigation ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#243C74;
	}
	
#navigation ul li a:hover {
	color:#AA0904;
	}
#footer {
	position:relative;
	clear:both;
	height:75px;
	margin-top:5px;
	}

#footercontact {
	z-index:10;
	font-size:11px;
	position:absolute;
	left:72px;
	top:70px;
}

#footerbackground {
	position:absolute;
	z-index:1;
	left:-17px;
	top:20px;
	
}

#footercontact #url, #footercontact #contactlogo {
	visibility:hidden;
	}

/* Images and content styling */
#logo {
	margin:15px 15px 15px 400px;
	}

#lexicon_header {
	position: absolute;
	top: -42px;
	left: -30px;
	z-index:10;
	}

#tags {
	position: absolute;
	top: 32px;
	left: 230px;
	z-index:5;
	}

#actslink {
	position: absolute;
	top: 88px;
	left: 270px;
	width:118px;
	height:55px;
	z-index:7;
	}


/* Who We are styling, Hcard etc. */
.vcard {
	margin:20px 25px 15px 55px;
	}
	
.idimageleft {
	margin:15px;
	float:left;
	}
	
.idimageright {
	margin:15px;
	float:right;
	}

.fn {
	font-weight: bold;
}
