@charset "utf-8";
/* CSS Document */

@import url("nav.css");
@import url("module.css");

* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	}

body {
	background-image:url(images/body-bg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#202020;
	}

.container {
	margin-top:75px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-color:#fff;
	overflow:hidden;
	}

.logo {
	float:left;
	height:155px;
	width:237px;
	}

.header {
	float:left;
	height:155px;
	width:763px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	}

.bar {
	float:left;
	background-image:url(images/bar.png);
	background-repeat:no-repeat;
	height:15px;
	width:1000px;
	overflow:hidden;
	}

.left {
	float:left;
	width:233px;
	margin:0 2px 0 2px;
	display:inline;
	}

	.nav {
		float:left;
		width:233px;
		margin-bottom:2px;
		}
	
	.navimg {
		float:left;
		background-image:url(images/nav-img.png);
		background-repeat:no-repeat;
		height:175px;
		width:233px;
		margin-bottom:2px;
		}
	
	.tedoc-link {
		float:left;
		background-image:url(images/tedoc-link-repx.png);
		background-repeat:repeat-x;
		height:19px;
		width:228px;
		margin-bottom:2px;
		padding:4px 0 0 5px;
		font-size:12px;
		color:#ffffff;
		text-align:center;
		}
		
		.tedoc-link a{
			color:#ffffff;
			}
	
.right {
	float:right;
	width:761px;
	margin:2px 2px 0 0;
	display:inline;
	}
	
	.right-top {
		float:left;
		width:761px;
		height:29px;
		background-color:#5c5c5c;
		}
	
		.breadcrumb {
			float:left;
			padding:8px 0 0 10px;
			font-size:10px;
			color:#ffffff;
			}
		
		.sb {
			padding-top:2px;
			float:right;
			}
		
	
	.content {
		float:left;
		width:741px;
		padding:10px;
		font-size:12px;
		}
		
		.pagetitle {
			color:#dc190e;
			font-size:14px;
			}

