body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#2f2c2c;
        min-width:1000px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-family:Arial,Verdana,Sans-serif;
		font-weight:bold;							
		color:#c1bfbf;
		overflow: scroll; 
}

a {
	color:#ffffff;
}

a:hover {
	color:#c1bfbf;
	text-decoration:none;
}

h1, h2, h3 {
    margin:.8em 0 .2em 0;
    padding:0;
}

p {
    margin:.4em 0 .8em 0;
    padding:0;
}

img {
	margin:10px 0 5px;
}

/* Header styles */
#header {
    clear:both;
    float:left;
    width:100%;
    height:193px;
}

#header div#lhi
{
	position:relative;
	float:right;
	top:-150px;
	right:54px;
}

#header div#tagline
{
	position:absolute;
	top:140px;
	left:194px;	
}


/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear:both;
    float:left;
    width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column right menu settings */
.rightmenu {
    background:#2f2c2c;
}
.rightmenu .colleft {
    float:left;
    width:200%;
    margin-left:-215px;
    position:relative;
    right:100%;
    background:#2f2c2c;
}
.rightmenu .col1wrap {
    float:left;
    width:50%;
    position:relative;
    left:50%;
    padding-bottom:1em;
}
.rightmenu .col1 {
    margin:0 6px 0 215px;
    overflow:hidden;
}
.rightmenu .col2 {
    float:right;
    width:204px;
    position:relative;
    left:185px;
}

/* Footer styles */
#footer {
    clear:both;
    float:left;
    width:100%;
}
#footer p {
    padding:10px;
    margin:0;
}




div#header div#header_bkg
{
	width:auto;
	height:193px;
	background:url(bkg/top_c_bkg.png) repeat-x;
}

div#header div#header_l
{
	float:left;
	width:217px;
	height:193px;
	background:url(bkg/top_l.png) 0px 0px;
}

div#header div#header_r
{
	float:right;
	width:138px;
	height:193px;
	background:url(bkg/top_r.png) 0px 0px;
}


div#bkg div#content_area
{
	width:100%;
	height:auto;
}

div#bkg div#content_area div#left_column
{
	float:left;
	background:green;
	height:auto;
}

div#bkg div#content_area div#right_column
{
	float:right;
	width:188px;
	margin-right:38px;
	height:auto;
	background:blue;
}



div#bkg_mainarea
{
	position:relative;
	margin-right:4px;
	margin-left:32px;
	padding:16px;
	height:auto;
	background:#5f5959;
	border:solid 2px black;
}

div#subtext
{
}


div#menu
{
	position:relative;
	left:15px;
	width:188px;
}

div#menu div#item1box
{
	width:181px;
	height:45px;
	margin-bottom:6px;
	z-index:5;
}

div#menu div#item1box a 
{
	display: block; 
	width: 100%;
	height: 100%;
	background:url(bkg/menuitem_news.png) 0px 0px;
} 

div#menu div#item1box a:hover
{
	background:url(bkg/menuitem_news_hi.png) 0px 0px;
}	

div#menu div#item2box
{
	width:181px;
	height:45px;
	margin-bottom:6px;
	z-index:5;
}

div#menu div#item2box a {
	display: block; 
	width: 100%; 
	height: 100%;
	background:url(bkg/menuitem_members.png) 0px 0px;
} 

div#menu div#item2box a:hover
{
	background:url(bkg/menuitem_members_hi.png) 0px 0px;
}	

div#menu div#item3box
{
	width:181px;
	height:45px;
	margin-bottom:6px;
	z-index:5;
}

div#menu div#item3box a {
	display: block; 
	width: 100%; 
	height: 100%;
	background:url(bkg/menuitem_projects.png) 0px 0px;
} 

div#menu div#item3box a:hover
{
	background:url(bkg/menuitem_projects_hi.png) 0px 0px;
}	

div#menu div#item4box
{
	width:181px;
	height:45px;
	margin-bottom:6px;
	z-index:5;
}

div#menu div#item4box a {
	display: block; 
	width: 100%; 
	height: 100%;
	background:url(bkg/menuitem_history.png) 0px 0px;
} 

div#menu div#item4box a:hover
{
	background:url(bkg/menuitem_history_hi.png) 0px 0px;
}	
    
div#menu div#menufillertop 
{
	width:181px;
	height:8px;
	background:url(bkg/menuitem.png) 0px 0px;
	z-index:5;
}

div#menu div#menufillermiddle
{
	width:181px;
	height:400px;
	background:url(bkg/menuitemmiddle.png) 0px 0px;
	z-index:5;
	font-size:75%;
	text-align:center;
}

div#menu div#menufillerbottom
{
	width:181px;
	height:8px;
	background:url(bkg/menuitem.png) 0px -38px;
	z-index:5;
}

div#menu div#menuselector1
{
	position:absolute;
	left:-8px;
	top:0px;
	width:191px;
	height:45px;
	background:url(bkg/selector_news.png) 0px 0px;
	z-index:6;
}

div#menu div#menuselector2
{
	position:absolute;
	left:-8px;
	top:50px;
	width:191px;
	height:45px;
	background:url(bkg/selector_members.png) 0px 0px;
	z-index:6;
}

div#menu div#menuselector3
{
	position:absolute;
	left:-8px;
	top:100px;
	width:191px;
	height:45px;
	background:url(bkg/selector_projects.png) 0px 0px;
	z-index:6;
}

div#menu div#menuselector4
{
	position:absolute;
	left:-8px;
	top:151px;
	width:191px;
	height:45px;
	background:url(bkg/selector_history.png) 0px 0px;
	z-index:6;
}

img.hiddenPic
{
	display:none;
}
