/*Global Effects*/
body {
text-align:center; /*center hack*/
background-color:#FCDBE4;
}

#wrap {
min-width:960px;
min-height:660px;
width: auto !important; /*IE6 hack*/
width:960px; /*IE6 hack*/
margin:0 auto; /*center hack*/
text-align:left; /*center hack*/
background-image: url(../images/bgeback.jpg);
overflow:auto;
font-family: Georgia, "Times New Roman", Times, serif;
padding:5px;
border-width:5px;
border-color:#F5A0BD;
border-style:groove;
line-height: 1.3em;
}

a:hover{
	cursor:auto;	
}
/*End of Global Effects*/

/*Fixed Left Menu Bar*/
#leftbar{
	float:left;
	position:fixed;
	width:193px;
	border-width:4px;
	border-color:#F5A0BD;
	border-style:groove;
	line-height: 1.1em;
	z-index:1;
}

#leftbar, #header, #forum_header{
	background-color:#FCDBE4;
	font-size: 14px;
}

#leftbar a,#header a{
	color:#2D73B9;
}

#leftbar a:hover, #header a:hover{
	background-color:#F7B5CB;
	color:#FF0000;
}

#leftbar h3 {
	font-size:15px;
}
/*End of Fixed Left Menu Bar Code*/

/*Header Related CSS*/

/*For all pages except FORUM pages*/
#header{
	float:right;
	overflow:auto;
	width:79%;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #F5A0BD;
}

#attmans{
	position:relative;
	top:-51px;
	float:right;
}

#bigbanner{
	position:relative;
	top:-15px;
}
#top_menu{
	display:inline;
	padding:2px;
	margin:2px;
}

/*End of NON-FORUM header CSS*/

/*Forum Header CSS*/
#forum_header{
	float:right;
	width:79%;
	height:135px;
	overflow:auto;
	border-bottom-width: 4px;
	border-bottom-style: groove;
	border-bottom-color: #F5A0BD;
	margin:0px;
}
#forum_top_menu{
	display:inline;
	padding:2px;
	margin:2px;
	position:relative;
	font-size: 14px;
}
#forum_header a,#header a{
	color:#2D73B9;
	margin:0px;
	padding:0px;
}

#forum_header a:hover, #header a:hover{
	background-color:#F7B5CB;
	color:#FF0000;
}
#forum_header p{
	margin:0px;
	padding:0px;
}
/*End of all Header Related CSS*/

/*Content CSS*/
#content{
	float:right;
	position:relative;
	width:79%;
	background-color:#FFFFFF;
	padding:0px;
}


#forum_content{
	float:right;
	position:relative;
	overflow:hidden;
	width:79%;
	background-image: url(../images/bgeback.jpg);
}

	
/*End of Content CSS*/

/*Control Article formating and spacing*/

.componentheading{
	font-weight:bold;
	font-size:17px;
	text-align:center;
	text-decoration:underline;
	margin:15px;
}/*This element controls the display of the component heading e.g. 'Exhibitors'*/
table table.contentpaneopen {
	background:#fff;
	margin:0 10px 0 0;
	padding:3px;
	border-width:3px;
	border-color:#F5A0BD;
	border-style:groove;
} /*Controls article/column spacing/composition*/
.contentpaneopen a{
	padding-bottom:0px;
	margin-bottom:0px;
}
.contentpaneopen p{
	margin:0;
	padding:0;
	line-height:110%;
}
.contentheading {
	font-weight: bold;
	color:maroon;
	font-size:16px;
	margin-bottom:0px;
	padding-bottom:0px;
}/*Controls the way the article titles display*/


