BODY{
	margin:0px;
	padding:0px;
	background-color:rgb(255,255,255);
	font-family:arial, verdana, sans-serif;
	background-color:rgb(235,235,235);
	color:rgb(81,81,81);
}

IMG{
	border:0px;
}

H1{
	font-size:16px;
	margin-bottom:5px;
	margin-top:2px;
}

H2{
	font-size:14px;
	margin-bottom:5px;
	
}

H3{
	font-size:12px;
	margin-bottom:5px;
}

P{
	font-size:13px;
	margin-top:5px;
	margin-bottom:10px;
	line-height:18px;
}

TD
{
	font-family:arial, verdana, sans-serif;
	font-size:13px;
}

LI
{
	font-size:13px;
	margin-bottom:10px;
	
}

LI SPAN
{
	font-weight:bold;
}

A
{
	color:rgb(98,126,164);
}

/****************CLASS*******************/

.menu-type1{
	padding-top:4px;
	padding-bottom:4px;
	font-size:14px;
	font-weight:bold;
	background-color:rgb(235,235,235);
	margin-top:2px;
	margin-left:5px;
	margin-right:5px;
}

.menu-type1 A{
	margin-left:5px;
	text-decoration:none;
	color:rgb(58,86,124);
}

.menu-type1 A:hover{
	text-decoration:underline;
}

.menu-type2{
	padding-top:2px;
	padding-bottom:2px;
	font-size:14px;
	background-color:rgb(235,235,235);
	margin-left:5px;
	margin-right:5px;
}

.menu-type2 A{
	margin-left:15px;	
	text-decoration:none;
	color:rgb(58,86,124);
}


.menu-type2 A:hover{
	text-decoration:underline;
}

.content-right-box
{
	display:inline;
	background-color:rgb(235,235,235);
	border:1px solid rgb(215,215,215);
	float:left;
	width:218px;
	margin-left:5px;
	text-align:center;
	font-weight:bold;
	padding-bottom:5px;
	margin-bottom:20px;
	margin-top:2px;
}

.content-right-box-heading
{
	background-color:rgb(225,225,225);
	border-bottom:1px solid rgb(215,215,215);
	padding-top:5px;
	padding-bottom:5px;
	font-size:14px;
}

.content-right-box-text
{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	padding:5px;
}

.content-right-box-link
{
	font-size:12px;
	font-weight:normal;
	text-align:right;
	line-height:18px;
	padding-right:5px;
	}

.content-right-box-bclink
{
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:18px;
	padding-left:5px;
	background-image:url(../Images/bclinks.gif);	
	background-repeat:no-repeat;
	margin-top:5px;
	margin-left:8px;
	height:20px;
}

.content-right-box-bclink A
{
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding-top:2px;
	color:rgb(16,84,41);
	
	text-align:center;
}

.menu-type1 A.selected
{
	color:rgb(226,0,33);
	text-decoration:underline;
}

.menu-type2 A.selected
{
	color:rgb(226,0,33);
	text-decoration:underline;
}

.bc
{
	float:right;
	/*margin-left:21px;*/
}

.selfhelp-link
{
	font-size:24px;
	position:relative;
	top:20px;
}

.content-selfhelpicons-container
{
	text-align:center;
}

.content-selfhelpicon
{
	margin-left:30px;	
}

.rightbox-image
{
	margin-top:10px;
}

.w3c-container
{
	width:980px;
	text-align:right;
	margin-top:40px;
}

.w3c-css
{
	margin-left:20px;	
}

.left
{
	float:left;
}
/****************ID*******************/

#content-container{
	width:980px;
	background-color:rgb(255,255,255);
	text-align:left;
	clear:left;
	margin-top:5px;
}

#menu-container{
	margin-top:10px;
	Padding-bottom:5px;
	width:180px;
	height:400px;
	float:left;	
}

html>body #menu-container{
	height:100%;
	min-height:400px;
}

#content{
	background-image:url("../images/menudot2.gif");
	background-repeat:repeat-y;
	background-position:left;
	width:800px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:rgb(255,255,255);
	height:600px;
	float:left;
}


html>body #content{
	min-height:600px;
	height:100%;
	
}

#content-text
{
	width:550px;
	background-image:url("../images/menudot2.gif");
	background-repeat:repeat-y;
	background-position:right;
	padding-right:10px;
	padding-left:10px;
	height:600px;
	float:left;
	display:inline;
}

html>body #content-text
{
	width:550px;
	min-height:600px;
	height:100%;
}

#content-right
{
	float:left;
	width:230px;
}

#head
{
	width:980px;
	height:130px;
	text-align:left;
	margin-top:10px;
	background-color:rgb(255,255,255);
}

#footer
{
	clear:both;
	font-size:14px;
	margin-top:5px;
	/*background-color:rgb(121,208,248);*/
	background-color:rgb(255,255,255);
	width:980px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

#aaResult
{
	height:60px;
	font-size:13px;
	margin-left:30px;
	font-weight:bold;
	font-style:italic;
	width:400px;
}
		
