html{
	overflow: auto;
}

body{
	background: #363A42 url(/images/mc_bartop.gif) left top repeat-x;
	color: #ECF5F0;
	font: normal .75em  trebuchet ms;
}

/* links */
a:link,a:visited{
	color: #53B3A8;/*6E9F9A*/
	text-decoration: none;
}

a:hover,a:active{
	color: #15E5D0;
	background: #000;
}

a.imglink:hover,a.imglink:active{
	background: transparent;
}

/* gray panel links */
	a.redlink:link,a.redlink:visited {
	padding: 0px 3px;
	color: #990000;
	text-decoration: none;
}

a.redlink:hover,a.redlink:active {
	padding: 0px 3px;
	color: #ff0000;
	/*text-decoration:underline ;overline*/
	background: #000;
}

a.thumbox:link,a.thumbox:visited {
	padding: 0px 3px;
	background: #ffffff;
}

a.thumbox:hover,a.thumbox:active {
	padding: 0px 3px;
	background: #ffcc00;
}

a.thumbnail:link, a.thumbnail:visited{
    background:#ffffff;
}

a.thumbnail:hover, a.thumbnail:active
{
    
}
/*********** Page items ************/
h1{
	border-top:1px dashed #999999;
	color: #BDB36C;
	font-size:1.8em;
}

/* Main columns */
div#col1{
	width:356px;
	position:absolute;
}

div#col2{
	padding:60px 10px 10px 370px;
	background: url("/images/mc_barright.gif") right top no-repeat;
}

/* col1 */
div#col1>div,
div#col1 p{
	padding:10px 0px 0px 10px;
}

.main div#col1 div div{
	float:left;
	width:165px;
	margin:0px 0px 10px 5px;
	
}
.main div#col2 h1{
	width:580px;
	position: absolute;
}

div#col1 div div h2{
	font-size: 1.2em;
	font-weight: bold;
	padding-bottom: 2px;
	margin-top:7px;
}


div#col1 ul li,
.main div#col1 a{
	list-style-type:none;
	padding-left:5px;
	white-space:nowrap;
}

div#col1 ul li span{
padding:0px 4px;
color:#6E9F9A;
}

div#col1 img
{
display:block;
clear: both;
}
.main div#col1 a
{
	display:block;
	font-size: 1.1em;
}


#profileText{
	padding:0px 60px 15px 0px;
}

#profileText span
{
	xtext-transform:uppercase;
	font-variant:small-caps;
	font-size: 1.5em;
}

/* col2 */
 #portfolioinstructions{
        color:#53B3A8;
      width:580px;
   		font-size: 10px;
   		text-align: right;
    	position: absolute;
    }
 #portfolioinstructions span{
	 white-space: nowrap;
	 display: block;
 }
    
p#portfolioTabs{
	font-size: 11px;
   	position: absolute;
   	z-index: 2;
   	margin-left:100px;
   	height:30px;
   	padding-top: 5px;
}

#poweredby{
	margin:4px;
}

.hidden{
	visibility:hidden;
}

/*** ThumBox ***/

.thumbox div#col1>div {
	padding: 15px;
	width: 260px;
}

.thumbox div#col1 div div {
	margin:10px 0px;
}

.bodycontent {
	position: relative;
	top: 10px;
	background: #cccccc;
	width: 700px;
	padding: 16px;
	border: 1px solid #000;
	color: #000;
}

.bodycontent h2 {
	font-weight: bold;
	font-size: 12px;
}

.bodycontent h1 {
	font-weight: bold;
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid white;
	margin: 10px 0px 5px 0px;
	color:#000000;
	border-top:0px;
}

.redlink {
	font-weight: bold;
	font-size: 12px;
}

pre {
	background: #dddddd;
	border: 1px dashed white;
}

.largeLink {
	font-size: 14px;
	font-weight: bold;
}
ol{
	padding-left:16px;
}
