/** Reset **/

html,blockquote, pre, a, abbr, acronym,del, dfn, em, font, h1,h2,h3, img,fieldset, form, label, legend,
table,caption, tbody, tfoot, thead, tr, th, td,ul, li ,ol, [type="checkbox"]{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
	}

/* remember to define focus styles! */

a {
	color:#3a728a;
	outline:0;
	text-decoration:none;
	}

a:hover{
color:#ffb739;
	text-decoration:none;
	}

:focus {
	outline: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}

html > body div.t-error li {
	margin-left:20px;
	}

/** end Reset **/


/** Body Background**/

body {
	font-Family:Arial, Tahoma, Trebuchet, sans-serif;
	font-size: 12px;
	text-align: center;
	margin:0;
	padding:0;
	color:#666;
	line-height:1.5em;
	height:100%;
	background:#fff url(../images/shadow.png) top center repeat-y;
	}
	

/** Start tml**/

.col1 {
	width:480px;
	float:left;
	padding-right:40px;
	}

.col2{
	width:263px;
	padding: 6px;
	float:left;
	border:1px dotted #eee;
	background-color:#eeebf2;
	font-size:11px;
	line-height:1.4em;
	}

.col1 h2{
	margin-bottom:0px;
	}

.col2 h2{
	background-color:#A5A2B9;
	padding:3px;
	color:#fff;
	}

.col2 h4{
	color:#555;
	}

.col1 p, .col2 p{
	margin:8px 0;
	}
	
h2{
	color:#FFB739;
	font-size:18px;
	font-weight:bold;
	}
h3{
	color:#FFB739;
	font-size:14px;
	font-weight:bold;
	}
	
/** Wrapper **/
#wrapper{
	width:1000px;

	margin-left:auto;
	margin-right:auto;
	
	background:#fff url(../images/shadow.png) top center repeat-y;
	
	
	}
	
/** Header **/

#header{
	height:74px;
	width:960px;
	margin-left: auto;
	margin-right: auto;
	}
	

#headerRegion{
	height:74px;
	width:960px;
	text-align:left;
	top:0;
	left:0;
	position:relative;
	background:#fff url(../images/header.png) top center no-repeat;
	}

#logo{
	margin-left:auto;
	margin-right:auto;
	}

#logo img {
	margin:4px;
	border: 0;
	}

/** end Header **/	



/** Main body **/	

#mainbody {
	position:relative;
	width:880px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;

	padding-top:25px;
	padding-bottom:75px;
	overflow:hidden;
	height:auto;

	}

#mainbody > span > a{	/** Breadcrumb **/
	height:15px;
	font-size:11px;
	color:#555;
	text-decoration:none;
	top:10px;
	}

#mainbody > span > a:hover{   /** Breadcrumb **/
	color:#8cabb7;
	text-decoration:none;
	}

#mainbody > h1{		/** Section Title **/
	color:#ffa40c;
	}
#main{
	float:left;
	width:580px;
	}
#login{
	padding:10px 0;
	width:260px;
	float:right;
	border:1px solid #ddd;
	margin-bottom:20px;
	background-color:#EEEBF2;
	color:#666;
	text-align:center;
}
	
#participants{
	width:260px;
	float:right;
	}
#participants ul{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	}
#participants li{
margin-left:16px;
	list-style-type:square;
	color:#aaa;
	}
#participants li:hover{
	background-color:#eee;
	}

#participants span{
	border-bottom:1px solid #ddd;
	display:block;
	text-transform:uppercase;
	margin-bottom:7px;
	font-weight:bold;
	padding:4px;
	}

