/* Global */

body{
	font-size: 14px;
	font-family:Arial;
	background-image:url(../image/ce-background.gif);
	background-repeat:repeat;
	width:100%
	height:500px;
	overflow:auto;	
}


/* Header */

td.topbar{
	height:40px;
}


img#logo{
	margin:20px 0px;
}

/* Nav Menu */

td.ce-menu{
	font-size:larger;
	font-weight:bold;
	background-image:url(../image/menu-bg.gif);
	background-repeat:repeat;
	line-height:40px;
	text-align:left;
	width:767px;
} 

td.ce-menu ul{
	list-style:none;
	float:left;
	margin:0px;
}

td.ce-menu ul li{
	color:white;
	float:left;
	padding-left:15px;
	padding-right:15px;
}

/* Footer */

td.ce-foot{
	height:80px;
	background-image:url(../image/foot-bg.gif);
	background-repeat:repeat;
	text-align:left;
	width:767px;	
}

td.ce-foot ul{
	list-style:none;
	float:left;
	margin:0px;
}

td.ce-foot ul li{
	color:white;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

td.ce-foot p{
	text-align:center;
	color:white;
	font-size:smaller; 
}

/* Page Body */

td.ce-body{
	text-align:left;
	width:767px;
}

.outer{	
	padding:10px;
}

.inner{
	width:745;
	clear:both;
}

.inner h3,h4{
	color:#ad761a;
	margin-bottom:0px;
}

.inner h5{
	font-style:italic;
	text-indent:10px;
	margin-top:0px;
	margin-bottom:4px;
	color:#ad761a;
}

.left{
	float:left;
}

/* Links */

.inner p a:link,a:active,a:visited{
	color:#ad761a;
}

.inner p a:hover{
	color:#c7a363;
}

a.menu:link{
	color:white !important;
	text-decoration: none;
}

a.menu:visited{
	color:white !important;
	text-decoration:none;
}

a.menu:hover{
	color:#c7a363!important;
} 


/* Images */

.rightimg{
	float:right;
}

.leftimg{
	float:left;
}


/* Arrow List */

.topic-row{
	
}

.topic-row ul{
	list-style:none;
}

.topic-row ul li.topic-title{
	list-style-image:url("../image/arrow-small.gif");
	list-style-type:square;
}

.topic-row ul li.date{
	font-style:italic;
}


td.gray-title{
	background-color:#dfdfdf;
	padding:10px 0px 10px 0px;
	border-bottom:solid 1px gray;
	border-top: solid 1px gray;
}

.gray-bar{
	color:#ad761a;
	text-align:left;
}