body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color:#FFFFFF;
}

.section 
{
	background:url('../images/SubSectionBG_280.jpg') repeat-y;
    /*background-color: #2D88E3;*/
    color: #336699;
    width: 380px;
    border: solid 1px #336699;
    padding: 2px 2px 2px 2px;  
	font-weight: bold;
}

/*
.section a, .section a:link, .section a:visited
{
	color:#000000;
	text-decoration:none;
}

.section a:hover, .section a:active
{
	color:#E3E4E7;
	text-decoration:underline;
}
*/

.sectiontable 
{
    width: 380px;


/*
    background-color: #2D88E3;
    color: #FFFFFF;
    border: solid 1px #000000;
    padding: 2px 2px 2px 2px;  
	font-weight: bold;
*/
}

.imagecol
{
	width:85px;
}

.name
{
	width:205px;
	font-size:19px;
	font-weight:bold;
}

.actions
{
	width:45px;
	font-size:11px;
}


.sectiontable a, .sectiontable a:link, .sectiontable a:visited,
.actions a, .actions a:link, .actions a:visited
{
	color: #336699;
	text-decoration:underline;
	font-size:11px;
}

.sectiontable a:hover, .sectiontable a:active,
.actions a:hover, .actions a:active
{
	color:red;
	text-decoration:underline;
	font-size:11px;
}


.subsection
{
    display:none;
    background-color: #E3E4E7;
    width: 380px;
    border: solid 1px #000000;
    padding: 0px 4px 0px 0px;
	font-size: 12px;
}

.subsection a, .subsection a:link, .subsection a:visited
{
	text-decoration:none;
	font-size: 12px;
	color:#336699;
}

.subsection a:hover, .subsection a:active
{
	text-decoration:underline;
	font-size: 12px;	
	color:red;
}

.subsection b
{
	padding: 1px 1px 1px 1px;
	font-size:12px;
}

h3
{
	color: #2D88E3;
	padding: 1px 0px 2px 0px;
	margin: 1px 0px 2px 0px;
}

