body {
	margin:0px;
	padding:0px;
}

.site-container {
	width:729px;	
}

#menu {
	width:656px;
	height:43px;
	background:url(../images/menu-bg.png);
	background-repeat:repeat-x;
}

#menu ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#menu ul li {
	float:left;
	width:57px;
	height:43px;
}

#header {
	background:url(../images/header-img.png);
	background-repeat:no-repeat;
	width:729px;
	height:83px;
}


#content-container {
	width:730px;
	background:url(../images/content-bg.png);
	background-repeat:repeat-y;
	overflow:auto;
}

#content-container2 {
	width:730px;
	background:url(../images/content-bg2.png);
	background-repeat:repeat-y;
	overflow:auto;
}


#content-container2 .content-left2 {
	width:695px;
	margin-left:20px;
	float:left;
}

.content-left2  h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.content-left2  p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	line-height:20px;
	padding-bottom:10px;
}

#content-container {
	width:730px;
	background:url(../images/content-bg.png);
	background-repeat:repeat-y;
	overflow:auto;
}

#content-container .content-left {
	width:490px;
	margin-left:20px;
	float:left;
}

.content-left  h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
}

.content-left  p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:20px;
	padding-bottom:10px;
}


#content-container .content-right{
	width:195px;
	margin-left:10px;
	float:left;
}

.content-right #link {
	width:185px;
	background:#ffe190;
}

#link ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:185px;
}

#link ul li{
	padding-bottom:10px;
	width:188px;

	background:#ffe190;
}

#link .link-title {
	width:188px;
	height:23px;
	background:url(../images/self-assesment.png);
	background-repeat:no-repeat;
}

#link .link-title2 {
	width:188px;
	height:23px;
	background:url(../images/management.png);
	background-repeat:no-repeat;
}

#link .right-link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:25px;
	background:#ffe190;
	font-size:12px;
	text-align:center;
	padding-top:3px;
}

#footer {
	width:730px;
	height:39px;
	background:url(../images/footer-bg.png);
	background-repeat:no-repeat;

}

#before-content {
	background:#003366; 
	height:25px;
	margin:0px;
	padding-top:5px;
}

#before-content .firstlink a{
	padding-left:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;

}

#before-content .firstlink a:hover{
	padding-left:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;

}

.firstlink span {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#ffcc66;
	padding-left:10px;

}


#after-content {
	background:#003366; 
	height:25px;
	margin:0px;
	padding-top:5px;

}

#after-content .txt1 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	width:100px;
	float:left;
	padding-left:10px;
	color:#CCCCCC;
}

.txt1 a, .txt2 a {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
}

.txt1 span {
	color:#ffcc66;
}

.txt1 a:hover, .txt2 a:hover {
	text-decoration:none;
}

#after-content .txt2 {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	width:350px;
	float:right;
	padding-left:10px;
	color:#CCCCCC;
	text-align:right;
	margin-right:10px;
}




