body {
	margin:0;
	padding:0;
	text-align:center;
	font:14px Arial, Helvetica, sans-serif;
	background-color:#b4cdcd;
	background-image:url(pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#wrapper {
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	margin-top:20px;
	margin-bottom:20px;
	border:1px solid #666;
	padding:2px;
}

.clear {
	clear:both;
}

/*.....header.....*/

#header {
	width:100%;
	height:143px;
	background-image:url(pix/header2.jpg);
	background-repeat:no-repeat;
	text-align:right;
}

#header ul {
	padding-top:10px;
	margin-top:0;
	list-style:none;
	margin-left:370px;
}

#header li {
	width:300px;
	border-bottom:1px dotted white;
	padding:3px 3px 3px 0px;
	background-image:url(pix/top_menu_li_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
}

#header li a, #header li a:visited {
	color:#fff;
	text-decoration:none;
	display:block;
}

#header li a:hover {
	text-decoration:underline;
}

/*.....breadcrumb.....*/

#breadcrumb {
	width:847px;
	margin-top:2px;
	height:23px;
	background-image:url(pix/breadcrumb_bg.gif);
	background-repeat:repeat-x;
	padding:3px 0 0 3px;
}

.breadcrumb a { 
	padding-left:3px;
	padding-right:3px;
	margin-top:-10px;
	color:#003399;
}

/*.....content styles.....*/

#left-container {
	width:635px;
	float:left;
	display:inline;
}

/*.....left content.....*/

#left-content {
	width:200px;
	float:left;
	display:inline;
	background-color:#efefef;
}

#left-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#left-content li {
	background-image:url(pix/li_bg.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	padding:5px 3px 5px 3px;
	font-size:14px;
}

#left-content li li {
	padding-left:20px;

}

#left-content li a, #left-content li a:visited {
	color:#000;
	padding-left:3px;
	text-decoration:none;
}


#left-content h2 {
	background-color:#003399;
	color:#fff;
	padding:5px;
	font-size:14px;
	margin-top:0;
}

/*.....center content.....*/

#center-content {
	width:420px;
	float:right;
	line-height:18px;
	margin-top:5px;
	padding-bottom:10px;
}

#center-content2 {
	width:420px;
	float:right;
	line-height:18px;
	margin-top:5px;
	padding-bottom:10px;
}

#center-content h1 {
	margin:0;
	font-size:19px;
	color:#000099;
}

#center-content h2 {
	font-size:14px;
	color:#000099;
}

#center-content h3 {
	font-size:13px;
	color:#000099;
}

#center-content a, #center-content a:visited {
	color:#003399;
}

/*.....right content.....*/

#right-content {
	width:200px;
	float:right;
	background-color:#efefef;
}

#right-content ul {
	margin:0;
	padding:0;
	list-style:none;
}

#right-content li {
	background-image:url(pix/li_bg.gif);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:5px 3px 5px 3px;
	font-size:14px;
}

#right-content li li {
	padding-left:20px;
}

#right-content li a, #right-content li a:visited {
	color:#000;
	padding-left:3px;
	text-decoration:none;
}

#right-content h2 {
	background-color:#003399;
	color:white;
	padding:5px;
	font-size:14px;
	margin-top:0;
}

 

/*.....footer.....*/

#footer {
	width:830px;
	background-color:#efefef;
	padding:10px;
	height:70px;
}

#footer-left {
	float:left;
	display:inline;
}
 
#footer-right {
	float:right;
}