* {	margin:0; padding:0; }

body {
  background:#333366;
  font: Verdana,arial,Sans-serif;
  color:#333;
  font-size:100%;
  behavior:url(csshover.htc);
}

.container {
  /*These three ensure our 750px wide content area centers in both
  IE5 and more capable browsers. margins are for Moz/Op/Saf, text
  align here and in header is for IE 5. */
  
	background: #CCC url("../img/bg_col_ms.gif"); 
	width: 750px;
	margin: 0px auto;
	text-align: left;
	color: #333;
	position: relative;
}

#logo  {
	width: 750px;
	height: 111px;
	background: #333366 url("../img/troodon.jpg") no-repeat top center;
} 
	
#title-profile {
	clear: left;
}

#largebanner {
	height: 150px;
}

#profilecontentarea {
	position: relative; 
	width: 750px;
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftcolumn {
	width: 150px;
	float: left;
	background-color: #CCC;
	overflow: hidden;
}

#leftcolumn ul {
}

#leftcolumn li {
	color: #CCC;
}

#leftcolumn li:hover { 
	color: #CC0000;
}

#leftcolumn a {
	margin: 0px;
	padding:3px 0px 3px 10px;
	color: #C57E72;
	list-style-type: none;
	text-decoration: none;
}

#leftcolumn a:hover {
	color: #CC0000;
}

#banner {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 35px;
	float: left;
	background-color: #BBCCDD;
	overflow: hidden;
}

#banner h1 {
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:bolder;
	color: #036;
	padding: 7px 0px 10px 25px;
}

#banner a {
	padding: 10px 5px 5px 25px;
	text-decoration: none;
}

#banner a:hover {
	color: #CC0000;
}

#banner2 {
	margin: 0px;
	padding: 0px;
	width: 600px;
	float: left;
	background-color: #fff;
	overflow: hidden;
}

#banner2 h2 {
	margin: 0px;
	padding: 10px 10px 5px 120px;
}

#banner2 h3 {
	padding: 10px 5px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #111;
}

#banner2 a {
	padding: 10px 5px 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: 100%;
	color: #036;
	text-decoration: none;
}

#banner2 a:hover {
	color: #CC0000;
}

#midcolumn {
	width:600px;
	float: left;
	background: #FFF
}

#midcolumn h1 {
	color:#036;
	padding: 15px 0px 0px 15px;
	font-size: 1.2em;
	font-weight: bolder;
}

#midcolumn h2 {
	color:#036;
	padding: 15px 0px 0px 15px;
	font-size: 0.8em;
	font-weight: bolder;
}

#midcolumn h5 {
	margin: 15px 0px 0px 15px;
	text-align:center;
}

#midcolumn h5 a {
	border: 1px solid #EEE;
}

#midcolumn h5 a:hover {
	border: 1px solid #000;
}

#midcolumn h5 a image {
	border: 0px solid #EEE;
}

#midcolumn p {
	color:#666676;
	padding: 5px 15px;
	FONT-FAMILY: verdana, arial, sans-serif;
	text-align: justify;
	FONT-SIZE: 0.7em;
}

#midcolumn ul li {
	color: #036;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 0.7em;
}

#midcolumn ul li a {
	color: #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	FONT-SIZE: 1.3em;
}

#midcolumn ul li a:hover {
	COLOR: #FF0000;
}

#midcolumn ul {
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-position: inside;
	line-height: 1.3em;
}

#midcolumn a {
	color: #036;
	text-decoration: none;
}

#midcolumn a:hover {
	color: #CC0000;
}

/* make the IMAGE appear as the link is rolled over */
div#midcolumn li img {display: none;} /* conceals the IMAGE when link not hovered */

div#midcolumn li:hover img { /* shows the IMAGE when it is hovered */
	display: block;
	position: absolute;
	top: 150px;
	left: 10px;
	padding: 0px; 
	text-align: center;
}



/* ---------[ END OF PROFILE ELEMENTS ]---------- */


/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";            /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;               /* ensure the period is not visible */
    clear: both;             /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */