@charset "utf-8";
/* CSS Document */
body {
	background-color:#EDEDED;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
}

.message {
	width: 300px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	
}
.mainbg {
	background-image:url(images/bg1.jpg);
	background-repeat:repeat-y;
}		
.menubg {
	background-image:url(images/menubg.jpg);
	background-repeat:no-repeat;
}
.Sidebg {
	background-image:url(images/3.jpg);
	background-repeat:repeat-y;
}	
.Menulinks {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#000066;
	text-decoration:none;
}

.current {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;
}
a.Menulinks:hover {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;	
	color:#000000;
	text-decoration:none;
}	
.Contents {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#000000;
}


.trail {
	margin-left:10px;
font-family:"Trebuchet MS";
	font-size:10px;
	color:#000000;
}

.contentpaneopen {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
}
.Relatedlinks {
	font-family:"Trebuchet MS";
	font-size:11px;
	text-decoration:none;
	color:#000000;
}
a.Relatedlinks:hover {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#F23C00;
}
.Readmore {
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	color:#F23C00;
	text-decoration:none;
}
a.Readmore:hover {
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
	color:#F23C00;
	text-decoration:none;
}	
.Titles {
	font-family:"Trebuchet MS";
	font-size:15px;
	font-weight:bold;
	color:#ff0000;
}
.Welcome{
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	color:#FF0000;
}

.componentheading {
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	color:#F23C00;
}
.contentheading
{
	font-family:"Trebuchet MS";
	font-size:19px;
	font-weight:bold;
	color:#F23C00;
}
.DividerBottom {
	border-bottom:#CCCCCC dotted 1px;
}
.DividerRight {
	border-right:#CCCCCC dotted 1px;
}	

ul {
margin: 0;
padding: 0;
list-style: none;
/*width: 720px;*/
background:url(images/navi.gif) no-repeat
}

ul li {
float: left;
}

ul a
 {
display: block;
padding: 0 1.8em;
line-height: 2.1em;
text-decoration: none;
color: #878787;
}
