@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#333;
	margin-bottom: 1px;
}

html {
	overflow-y: scroll;
}

#Nav {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
}
#headlinesBody{
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
}
#HeaderText{
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}
#rightBorder{
	border-right-style:solid;
	border-right-width:thin;
	border-right-color:#CCC;
}
#Content {
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
}
#ContentOnline {
	color:#666;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	word-wrap: true;
}
 
#Footer {
	margin-top:20px;
	padding-top:2px;
	border-top-style:dashed;
	border-top-width:1px;
	height:50px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	color:#000000;
}
#FBanner{
	margin-bottom:auto;
	font-size:0px;
}

#top_space{
	background-image:URL("/images/top.jpg");
	background-repeat:no-repeat;
}

#middle_space{
	background-image:URL("/images/middle.jpg"); 
	background-repeat:no-repeat;
	vertical-align:top;
}

#body_space{
	background-image:URL("/images/body.jpg"); 
	background-repeat:repeat-y;
	padding:0;
	border:0;

}

a:link {
	color:#F00;
	text-decoration:none;
}
a:active {
	color:#0D3F91;
	text-decoration:n	one;
}
a:hover{
	color:#999;
	text-decoration:underline;
}
a:visited{
	color:#999;
	text-decoration:none;
}
#main{
	margin-left:10%;;
	margin-top:5%;
	margin-right:10%;
	margin-bottom:5%;
}
#ann_title{
	font-size:20px;
	font-weight:bold;
	color:#333;
}
#ann_details{
	font-size:14px;
	color:#640000;
}
#ann_footer{
	font-size:11px;
	color:#333;
}


.porttopleft{
	background-image:URL("/images/Portlet/topleft.png");
	background-repeat:no-repeat;
	width:14px;
	eight:15px;
}
.porttopmiddle{
	background-image:URL("/images/Portlet/topmiddle.png");
	background-repeat:repeat-x;
	height:15px;
}
.porttopright{
	background-image:URL("/images/Portlet/topright.png");
	background-repeat:no-repeat;
	width:14px;
	eight:15px;
}
.portmiddleleft{
	background-image:URL("/images/Portlet/middleleft.png");
	background-repeat:repeat-y;
	width:14px;
}
.portmiddle{
	background-color:#FFF;
}
.portmiddleright{
	background-image:URL("/images/Portlet/middleright.png");
	background-repeat:repeat-y;	
	width:14px;
}
.portbottomleft{
	background-image:URL("/images/Portlet/bottomleft.png");
	background-repeat:no-repeat;
	width:14px;
	height:15px;
}
.portbottommiddle{
	background-image:URL("/images/Portlet/bottommiddle.png");
	background-repeat:repeat-x;
	height:15px;
}
.portbottomright{
	background-image:URL("/images/Portlet/bottomright.png");
	background-repeat:no-repeat;
	width:14px;
	height:15px;
}

.chat{
	font-size:6px;
	color:#666;
}


