body {
	background-color: #004c93;
	color: black;
	font-family: Arial;
	font-size: 10.5px;	
	margin: 0px;
	text-align:center;
}

#wrapper {
	/* background-color: #FFFFFF; */
	margin: 0px auto 0px auto;
	width: 860px;
	/* height : 670px; */
	overflow: hidden;
	position: absolute; 
	left: 50%; 
	/*top: 50%;*/
	margin-left: -430px; 
	/* margin-top: -330px; */
	text-align: center; 

	background-color: #004c93;
}

.shadow_top {
	height: 30px;
	background-image:url(../images/shadow_top.gif);
	background-repeat:repeat-x;	
}

.shadow_bottom {
	height: 30px;
	background-image:url(../images/shadow_bottom.gif);
	background-repeat:repeat-x;
 /*   position: absolute;
    bottom: 0px;
    left: 0px;  */
    width:860px;
    clear:both;
    
    position: relative;
    top: -6px;
}

/* html>body #header {margin-bottom:1em} */


.shadow_left {
	background-image:url(../images/shadow_left.gif);
	background-repeat:repeat-y;	
	width:30px;
	float:left;
	height:100%;
	float:left;
}

.shadow_right {
	background-image:url(../images/shadow_right.gif);
	background-repeat:repeat-y;	
	width:30px;
	float:right;
	height:100%;
	float:left;
}

.divider {
	padding: 0;
	margin: 0;
	background-image:url(../images/divider_orange.gif);
	background-repeat:repeat-x;	
	width:100%;	
	height:3px;
	font-size:1px;
	line-height:0.
}

#nav_panel {
	background-color: #004C93;
	width:100%;
	height:18px;
	text-align: right;
}

#nav_panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

#nav_panel li {
	background-image:url(../images/white_divider.gif);
	background-repeat:repeat-y;	
	background-color: #004C93;
    width: 90px;
    float: right;
    margin: 0;
    padding: 0;
    height: 18px;
    line-height: 18px; 
    white-space: nowrap;
    text-align: center;
}

#nav_panel a {
	color : #FFFFFF;
	font-family: Arial;
	font-size: 10.5px;	
	text-decoration: none;
	text-decoration: bold;

}

.nav_bar {
	background-color: #FFFFFF;
	height: 18px;
	max-width: 800px;
	float:right;
}

.container {
	width: 800px;
	float:left;
	
	background-color: #FFFFFF;
}

#leftcolumn {
	background-image:url(../images/nav_image.gif);
	background-repeat:no-repeat;	
	background-position: bottom left;
	background-color: #CFD5E8;
   	float: left;
	width: 196px;
	/*height: 350px;*/
	/*padding-bottom:100px;*/
	
	padding-bottom:26px;
}

#leftcolumn h3 {
	color : #FFFFFF;
	background-color: #004C93;
	font-family: Arial;
	font-size: 10.5px;	
	text-decoration: bold;
	text-align: left;
	padding: 4px 0px 2px 11px;
	margin-bottom: 0px;
	margin-top: 4px;
}

#leftcolumn a {
	color : #FFFFFF;
	text-decoration: none;
	display: list-item;
	list-style: circle inside url(../images/list_icon.gif);
}

#leftcolumn a.plain {
	color : #FFFFFF;
	text-decoration: none;
	display: inline;
	list-style: none;
}

#leftcolumn table {
	border-collapse : separate;
	border-spacing: 0px 2px;
}

#leftcolumn tr {
	background-color: #466DAA;
}

#leftcolumn td {
	height: 17px;
	padding-left: 11px;
	padding-right: 11px;
}

.module_grey {
	padding: 0px 6px 0px 6px;
}

#active_menu_grey {
	color : #f47632;
}

#logoheading {
    height: 84px;
    position: relative;
    text-align: left;
    padding: 0;
    overflow:hidden;
}

#mainbody {
	/* height: 444px; */
	width : 585px;
	_width: 582px;
	text-align: left;
	padding-left: 19px;
	padding-top:  6px;	
	overflow: hidden;
}

/*
#mainbody{
	overflow-x: hidden;
}
*/
#mainbody a {
	color: #004C93;
}

#mainbody b {
	color: #004C93;
}

#mainbody h3 {
	font-weight: bold;
	font-size: 12px;		
	color: #004C93;
}

.contentheading {
	font-weight: bold;
	font-size: 12px;		
	color: #004C93;
}

.subbody {
	width: 440px;
	/*width: 95%;*/
	float: left;
}

#footer {
    text-align: center;
    background-color: #004C93;
    height: 70px;
    width: 100%;
    
    margin-top: 20px;
}

.copyright {
	padding: 25px 10px 0px 0px;
	float:right;
}

.contact_details {
	padding: 5px 0px 0px 55px;
	_margin: 5px 0px 0px 30px;
	float:left;
}

#rightcolumn {
    float: right;
    padding: 0;
    margin:  0;
    position: relative;
    top: 0px;
    right: 0px;
}

#rightcolumn img {
	padding-right: 4px;
}

.small, .createdate, .modifydate {
    font-size: 10px;
    color: #a5a5a5;
}
