body {
 margin: 0;
 padding: 0;
 font-family: tahoma;
 font-size: 14px;
 line-height: 18px;
 background-color: #DE944A;
}



/* page layout bits - START */

.page_container {
 margin: 0;
 padding: 5;
 background-color: #FFFFFF;
 /*background-image: url(bg_page.gif);
 background-repeat: repeat-y;*/
 width: 800px;

 /*height: 100%;*/
 float:left;
}

.leftcol {
 /*position: relative;*/
 /*background-color: #FFFFFF;*/
 background-image: url(images/bg_leftcol.gif);
 background-repeat: repeat-y;
 width: 150px;
 /*align: left;*/
 margin: 0px;
 padding: 0px;
 float: left;
 /*height: 100%*/
}

.rightcol {
 position: relative;
 background-color: #FFFFFF;
 width: 650px;
 align: left;
 margin: 0px;
 padding: 0px;
 float: left;
 height: 100%;
}



.bg_topleft {
 height: 96px;
 width: 150px;
 background-image: url(images/bg_topright_grace-hs02.gif);
 background-repeat: no-repeat;	
}

.bg_header {
 height: 160px;
 width: 650px;
 background-image: url(images/bg_header.gif);
 background-repeat: no-repeat;
 margin: 0px;
 padding: 0px;
}



.bg_leftnavi_title {
 height: 64px;
 width: 150px;
 background-image: url(images/bg_navititle.gif);
 /*background-color: #DE944A;*/
 background-repeat: no-repeat;
}

.bg_leftnavi {
 width: 150px;
 background-image: url(images/bg_navi.gif);
 /*background-color: #DE944A;*/
 background-repeat: repeat-y;
}

.bg_leftnavi_bottom {
 height: 170px;
 width: 150px;
 background-image: url(images/bg_navibottom.gif);
 /*background-color: #FFFFFF;*/
 background-repeat: no-repeat;
}

.bg_leftnavi_filler {
 height: 100%;
 background-color: #FFFFFF;
}



.main {
 position: relative;
 /*margin-top: 100px;*/
 /*margin-left:auto;*/
 /*margin-right:auto;*/
 /*border-color: 0000ff;*/
 background-color: #FFFFFF;
 /*width: 626px;*/
 margin: 12px 12px 12px 12px;
 padding: 0px;
 height: 100%;
}

/* page layout bits - END */



/* Left-column navigation style - START */


/* Main navigation */

ul#navigation {
	margin: 0px 12px 0px 16px;
	padding: 0px;
	font-size: .8em;
	list-style-type: none;
}

ul#navigation li {
	background: url(images/nav_bullet.gif) no-repeat 0 .7em;
	padding: 0px 0px 0px 8px;
}

ul#navigation a {
	color: #000;
}

ul#navigation a:hover {
	color: #00f;
}

ul#navigation a:visited {
	/*color: #551A8B;*/
}

ul#navigation li#current {
	color: #f00;
	font-weight: bold;
	/*background-color: #fff;*/
	background: url(images/nav_current.gif) no-repeat 0 .7em;
}


/* Sub-navigation (level 2) */

ul#sub-navigation {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	list-style-type: none;
}

ul#sub-navigation li {
	background: url(images/subnav_bullet.gif) no-repeat 0 .8em;
	/*padding: 0px 0px 0px 8px;*/
	margin: 0px 0px 0px 8px;
}

ul#sub-navigation a {
	color: #000;
}

ul#sub-navigation a:hover {
	color: #00f;
}

ul#sub-navigation a:visited {
	color: #551A8B;
}

ul#sub-navigation li#current {
	color: #f00;
	font-weight: bold;
	/*background-color: #fff;*/
	background: url(images/subnav_current.gif) no-repeat 0 .8em;
}


/* Sub-navigation (level 3) */

ul#sub-navigation2 {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul#sub-navigation2 li {
	background: url(images/subnav_bullet.gif) no-repeat 0 .8em;
	/*padding: 0px 0px 0px 8px;*/
	margin: 0px 0px 0px 16px;
}

ul#sub-navigation2 a {
	color: #000;
}

ul#sub-navigation2 a:hover {
	color: #00f;
}

ul#sub-navigation2 a:visited {
	color: #551A8B;
}

ul#sub-navigation2 li#current {
	color: #f00;
	font-weight: bold;
	/*background-color: #fff;*/
	background: url(images/subnav_current.gif) no-repeat 0 .8em;
}



/* Left-column navigation style - END */



/* Content styles - START */

h1 {
 text-align: center;
 font-family: tahoma;
 font-size: 18px;
 line-height: 18px;
}

h2 {
 text-align: left;
 font-family: tahoma;
 font-size: 16px;
 line-height: 16px;
}

h3 {
 text-align: left;
 font-family: tahoma;
 font-size: 14px;
 line-height: 14px;
 text-decoration: underline;
}

p {
	text-align: justify;
}

.table_battle{
 width: 600px;
 background: #658CB1;
 border-collapse: collapse;
}

td {
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 padding: 1px;
 vertical-align: top;
}

/* Content styles - END */



/* News article styles */

.news-article{
	background-color: #DE944A;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 618px;
} 

.news-header{
	height: 22px;
	padding: 2px 0px 0px 28px;
	/*padding-left: 28px;*/
	margin: 0px;
	/*text-decoration:underline;*/
	background: url(images/article-top.gif) repeat-x;
	color: #082F6D;
}

.news-header img{
	padding: 0px 4px 0px 0px;
}

.news-date{
	height: 20px;
	background-color: #fff;
	background: #fff url(images/article-date.gif) no-repeat center right;
	text-align:right;
	font-size:10pt;
	padding: 0px 8px 0px 0px;
	margin:0px 16px 0px 0px;
	/*text-decoration: underline;*/
}

/*.news-content{
	padding: 0px 6px 16px 6px;
	margin: 4px 0px 4px 0px;
	background: url(images/article-bottom.gif) no-repeat 0 100%;
}*/

.news-content{
	padding: 0px 10px 12px 10px;
	margin: 4px 0px 4px 0px;
	background: #fff;
	border-left: 16px solid #DE944A;
	border-right: 16px solid #DE944A;
	border-top: 8px solid #DE944A;
}

.halfart-bottom{
	 height: 22px;
	 background: url(images/article-bottom.gif) no-repeat 0 100%;
 }





.footer {
 clear: both;
 height: 29px;
 vertical-align: sub;
 margin: 20px 12px 20px 12px;
 padding: 0px 0px 0px 0px;
 /* background-color: #DE944A; */
 background: url(images/bg_footer.gif) no-repeat;
}

.footer p{
 padding: 4px 12px 0px 0px;
 text-align: right;
 font-size: 12px;
}