/***
  ***	DEFAULT- system styles
  ***/

/*** system body ***/

#metanav ol{
margin:				0px 0px 0px 0px;
padding:			0px 0px 0px 0px;
height:				150px;
width:				900px;
background:			#437687;
}

#metanav li {
margin:				0px 0px 0px 0px;
padding:			0px 0px 0px 0px;
font-size:			1em;
line-height:		.6em;
list-style:			none;
list-style-image:	none!important
}

#nav-start a {
float:				left;
display:			block;
height:				100px;
width:				200px;
padding:			0px 0 0 0px;
}

#nav-start.current {
background:			#B5CDE0 url(/img/chrome/navicon-start-active.gif) no-repeat right bottom
}

#nav-start a {
background: 		#222222 url(../images/navicon-start.gif) no-repeat right bottom
}

#nav-start a:hover,
#nav-start a:focus,
#nav-start a:active {
background:#B5CDE0 url(../images/navicon-start-active.gif) no-repeat right bottom
}

body {
vertical-align:		middle;
color:				#000000;
background-color:	#FFFFFF;
margin:				0px 0px 0px 0px;

background-image:	url(../images/content/content_back.gif);
background-repeat:	repeat;
background-position:top center;
}

div.main_center_all {
vertical-align:		middle;
width:				100%;
height:				100%;

background:			url(../images/main/head_back.gif) repeat-x top center;
}

div.main_center_intro {
vertical-align:		middle;
width:				100%;
height:				100%;
}

div.main_all {
width:				1000px;
overflow:			hidden;
}


table.main_head {
width:				100%;
height:				97px;
background-color:	#E6E3E1;

background-image:	url(../images/main/head_back.gif);
background-repeat:	repeat-x;
background-position:top center;
}

table.main_head_intro {
width:				100%;
height:				97px;
background-color:	transparent;

background:			url(../images/content/content_back_top.gif) no-repeat left bottom;
background-color:	transparent;
}

table.main_content {
width:				100%;
}


tr.main {
width:				100%;
height:				100%;
}

td.main{
width:				100%;
height:				100%;
}

div.main {
width:				1000px;
overflow:			hidden;
}



