#main
{
	display: block;
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fff;
}

#content
{
	display:inline-block;
	width: 760px;
	padding: 10px;
	text-align: left;
    color: #000;
	position: relative;
}

#leftcol
{
	width: 200px; 
	margin: 0;
	padding: 5px;
	float: left; 
	text-align: left; 
	display:inline;
}

#rightcol
{
	width: 500px; 
	margin-left: 20px; 
	float: left; 
	text-align: left; 
	display: inline;
}

#footer
{
	clear: both;
	background: #ffffff;
	display: block;
	width: 780px;
	text-align: center;
    color: #000;
    FONT-SIZE: 8pt;
}


BODY
{
    background: #3f3f3f;	
	text-align: center;
	min-width: 780px;
    FONT-FAMILY: verdana, Arial, helvetica;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
}

TABLE.black
{
	background: #000;
	width: 780px;
	border: 0;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    color: #ffffff;
    FONT-SIZE: 12px;
}

TABLE.white
{
	background-color: #ffffff;
	width: 780px;
	border: 0;
	padding: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-collapse: collapse;
    color: #000000;
    FONT-SIZE: 12px;
}

TABLE.white td
{
	background-color: #ffffff;
	padding: 4px;
	text-align: left;
}

HR.dotted
{ 
	clear: both;
	border:none;
	border-bottom:dotted 2px #888888; 
	margin: 8px 0;
	padding: 0;
	height: 3px;
	width:95%; 
	background:#FFFFFF; 
	color:white; 
}

h3, h2
{
	padding-top: 5px;
	margin: 5px 0;
}

A
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

ul
{	
	margin: 0;
	padding-left: 0;
	list-style: none;
}
ul li
{
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 3px;
	padding-left: 3px;
}

ul.profileList li
{
	border-bottom: 1px dotted #999999;
}

ul.normal li, 
ul.profileList li.last
{
	border: none;
}

.hidden {
  display: none;
}
.green
{
	width: 785px;
	background-color: #690;
	display: inline;
}
.orange
{
	width: 795px;
	background-color: #F90;
	display: inline;
}
.highlight
{
	width: 480px;
	background-color:#F2F2CB; 
	padding: 6px;
	margin: 10 0; 
	text-align: left;
    color: #000000;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal;
}

.blacktext
{
    color: #000000;
    FONT-SIZE: 11px;
}

.blacktextbold
{
    color: #000000;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold
}

.whitetext
{
    color: #ffffff;
    FONT-SIZE: 12px;
    FONT-WEIGHT: normal
}

.greytext
{
    color: #CCCCCC;
    FONT-FAMILY: verdana, Arial, helvetica;
    FONT-SIZE: 8pt;
    TEXT-DECORATION: none
}

.whitelink
{
    color: #ffffff;
    FONT-FAMILY: verdana, Arial, helvetica;
    FONT-WEIGHT: normal;
    text-decoration: none
}

.whitelinkbold
{
    color: #ffffff;
    FONT-FAMILY: verdana, Arial, helvetica;
    FONT-WEIGHT: bold;
    text-decoration: none
}

.bluelink
{
    color: #3366CC;
    FONT-FAMILY: verdana, arial, helvetica;
    FONT-WEIGHT: normal;
    text-decoration: none
}

.bluelinkbold
{
    color: #3366CC;
    FONT-FAMILY: verdana, arial, helvetica;
    FONT-WEIGHT: bold;
    text-decoration: none
}
.lightbluelinkbold
{
    color: #6699CC;
    FONT-FAMILY: verdana, arial, helvetica;
    FONT-WEIGHT: bold;
    text-decoration: none
}

.blacklinkbold
{
    color: #000000;
    FONT-FAMILY: verdana, arial, helvetica;
    FONT-WEIGHT: bold
}

.blacktitle
{
    color: #000000;
    FONT-FAMILY: arial, verdana, helvetica;
    FONT-SIZE: 16pt;
    FONT-WEIGHT: normal
}


.greytitle
{
    color: #888888;
    FONT-FAMILY: arial, verdana, helvetica;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: normal
}

.redtitle
{
    color: #7A2716;
    FONT-FAMILY: arial, verdana, helvetica;
    FONT-SIZE: 16pt;
    FONT-WEIGHT: normal
}

.center
{
	text-align: center;
}

.thumbnail{
	padding: 0;
	background-color: #fff;
	border: none;
	width: 115px;
	float: left;
	display: inline;
	margin: 10px 3px;
}	
	
.thumbnail3{
	padding: 0;
	background-color: #fff;
	border: none;
	width: 150px;
	float: left;
	display: inline;
	text-align: center;
	margin: 10px 3px;
}	