body{
/*	background			: #DFDFDF;*/
	margin				: 15px;
	padding				: 0px;
}

body,td,th,div{
	font-family			: Tahoma, Helvetica, sans-serif;
	font-size			: 12px;
	color				: #444;
}

a{
	color				: #3333FF;
	text-decoration		: none;
}

a:link{
	text-decoration		: none;
	color				: #3333FF;
}

a:visited{
	text-decoration		: none;
	color				: #3333FF;
}

a:active{
	text-decoration		: none;
	color				: #3333FF;
}

a:hover{
	text-decoration		: underline;
	color				: #3333FF;
}

#outline{
	width				: 840px;
        border: 1px solid #B2CCF8;
	margin-top			: 10px;
/*	background			: url(../images/main_middle.jpg) repeat-y;*/
	overflow			: hidden;
}

#top_container{
/*	background			: #069 url(../images/main_top.png);*/
	background			: #FFFFFF url(../images/banner.jpg) no-repeat;
	height				: 60px;
}

#menu{
        background                      : #FFFFFF;
        height                          : 20px;
        width                           : 840px;
        text-align                      : left;
/*	float				: left;*/
}
#middle_container{
	overflow			: hidden;
	
}

#middle_container_inner{
	width				: 840px;
	text-align			: left;
}

/*#left{
	width				: 610px;
	float				: left;
	padding				: 0px 10px;
}
*/
#left{
	width				: 150px;
	float				: left;
	padding				: 0px 5px;
}
#right{
	width				: 670px;
	float				: left;
        padding                         : 5px 5px;
}

#bottomcontainer{
/*	background			: url(../images/main_bottom.jpg);*/
	height				: 30px;
	padding				: 0px 25px;
}

#icons{
	padding-left		: 200px;
	padding-top			: 3px;
}

#bottomcontainer #icon{
	float				: left;
	margin-right		: 2px;
}

#bottomcontainer #copyright{
	float				: right;
	padding-right		: 10px;
	color				: #999999;
}

table.moduletable{
/*	width			: 100px;*/
	margin-bottom		: 10px;
}

table.moduletable th,
.sectiontableheader{
	font-weight		: bold;
	letter-spacing		: 1px;
	border-bottom		: 1px solid #666;
}

table.moduletable td{
	padding-top			: 5px;
}

table.moduletable td td{
	padding-top			: 0px;
}

.sectiontableentry1{
	background:#e7e7e7;
}

.contentheading{
	color				: #069;
	font-size			: 24px;
	text-decoration		: none;
	padding-bottom		: 7px;
/*	background			: url(../images/underline.jpg) repeat-x bottom;*/
}


.contentheading a{
	color				: #444;
	text-decoration		: none;
}

.componentheading{
	color				: #069;
	font-size			: 28px;
	margin-bottom		: 20px;
	text-decoration		: none;
}

.small,.createdate,.modifydate{
	color				: #999999;
	font-size			: 11px;
}