
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #FFFFFF;
}

/* ----------------------------------------------------- */
/* Main structural elements of the page layout */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#header {
	background-image: url(inc/top_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
}

#leftcolumn {
	float:left;
	width:200px;
	background-image:url(inc/menu_bg.jpg);
	background-repeat:no-repeat;
	background-position: 100% 0%;
}

#content {
	margin-left:201px;
	margin-right:0px;
	padding: 8px;
	font-size: 14px;
}

#footer {
	clear:both;
	text-align:center;
	padding-bottom:50px;
	padding-top:15px;
	padding-left:40px;
	padding-right:40px;
}

/* ----------------------------------------------------- */
/* style the popup image div element */

.popup {
	background-color: #FFF;
	border: 1px solid #000;
	text-align: center;
	padding: 8px;
	cursor: pointer;
}

.popup img	{
	border: 1px solid #000;
}

.popup div	{
	padding-top: 3px;
	font-size: 16px;
}

/* ----------------------------------------------------- */
/* Styles to position the text in the header of the page */

#edititle {
	padding-left:10px;
	padding-top:10px;
	float:left;
	width:200px;
	font-size:32px;
	font-weight:bold;
}
#soundbite {
	padding-right:50px;
	text-align:right;
	padding-top:16px;
	float:right;
	width:450px;
	font-size:32px;
	font-style:italic;
}
#strapline {
	padding-left:120px;
	padding-top:1px;
	float:left;
	clear:left;
	width:250px;
	font-size:17px;
}

/* ------------------------------------------------------ */
/* Left Menu styles, converts any UL of A's into the menu */

#contact-span {
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.leftmenu {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	margin-top: 2px;
	margin-left:0px;
}
.leftmenu li {
	margin-top:0px;
	margin-bottom:8px;
	list-style-type: none;
	display: block;
	font-size: 0px;
}
.leftmenu a {
	display: block;
	color: #000;
	padding: 1px;
	text-align: center;
	border: 1px solid black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.leftmenu a:link {
	background-color: #0C0;
}
.leftmenu a:visited {
	background-color: #0C0;
}
.leftmenu a:hover {
	background-color: #0F0;
}
.adminmenuitem a {
	display: block;
	padding: 0px;
	color: #000;
	text-align: center;
	border: 2px solid black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.adminmenuitem a:link {
	background-color: #00F;
}
.adminmenuitem a:visited {
	background-color: #00F;
}
.adminmenuitem a:hover {
	background-color: #66F;
	opacity: 1;
}

/* ----------------------------------------------------- */


.blackborder {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.footermenu {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 16px;
}

.footertext {
	color: #666666;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size:14px;
}
.norepeat {
	background-repeat: no-repeat;
}
.topright {
position: fixed;
top: 300px;
right: 0px;
}

.picture {
border:1px;
border-style:solid;
border-color:#000000;
}

h2 {
font-size:28px;
text-align:center;
font-weight:100;
}

h3 {
font-size:18px;
font-style:italic;
font-weight:100;
}