/* CSS Document */
body
{
	background-color: #355772;
}

/* Footer */
td#footer
{
	background-color: #355772;
	background-image: url(img/bg_bottom.jpg);
	background-repeat: no-repeat;
}

td#title
{
	background-color: #AFDBDE;
}
td#title2
{
	background-image: url(img/inner_content_learn2.jpg);
	background-repeat: no-repeat;
}

td.sitemap
{
	text-align: right;
	vertical-align: middle;
	font-size:10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
div.sitemap a:hover
{
	font-size:10px;
	font-weight: bold;
	color:#0000FF;
	text-decoration: underline;
}

/* SME */

table.sme
{
	width: 800px;
	margin: 30px;
	/*background-color: #AFDBDE;*/
	background-color: #b1d2e0; 
	border:1px dotted #333;
}
table.sme td.left
{
	width:40%;
}
table.sme td.right
{
	width:60%;
}

table.sme td, table.sme td ul
{
	padding: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5;
}

table.sme td ul li
{
	padding-left: 10px;
	list-style-type: circle;
}