body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
	color: Black;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 110%;
	background-color: #000000;
}

p, li {font-size: 0.7em;}
p.small {font-size: 0.5em;}
/*
	Standard paragraph style
*/

p
{
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
}


/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 10px;
    color: #ffde00
}

h2
{
	font-weight: bold;
	font-size: 0.85em;
	margin: 15px 0 10px 0;
    color: #000
}

h3
{
	font-weight: bold;
	font-size: .7em;
	margin: 15px 0 10px 0;
    color: #ffde00;
}

ul {margin-top: 0;}
li {margin-bottom: 0; margin-top: 0; line-height: 1.2em; padding: 0; }

a {color: white; text-decoration: none;}
a:hover {text-decoration: underline;}

/*
	Logo
*/

#logo
{
	position: absolute;
	left: 22px;
	top: 25px;
}

/*
	Container for page
*/

#container
{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 756px;
  background-color: white;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}


/*
	Page header
*/

#header
{
  position: relative;
	width: 756px;
	height: 161px;
}

#languages {font-size: 0.6em; text-align: right; padding-right: 10px; padding-top: 5px;}
#languages a {color: White; text-decoration: none;}
#languages a:hover {color: White; text-decoration: underline;}
/*
  Page header left area
*/

#header-left
{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 542px;
  height: 141px;
  background-color: #d5141c;
}

/*
  Page header right area
*/

#header-right
{
  position: absolute;
  top: 10px;
  left: 562px;
  width: 184px;
  height: 141px;
}



/*
	Top content container ( main page )
*/

#content-main-top
{
  position: relative;
    width: 756px;
  height: 266px;
}


/*
	Top left content area (main page)
*/

#content-main-top-left
{
	float:left ; position: relative;
  top: 0;
  margin-left: 10px;
	width: 306px;
	height: 256px;
}
*html #content-main-top-left {  margin-left: 5px;  width: 301px;}


/*
	Top right content area (main page)
*/

#content-main-top-right
{
	float: right ;
	position: relative;
  top: 0;
  margin-left: 10px;
  margin-right: 10px;
	width: 380px;
	height: 216px;
  padding: 20px;
  background-color: #c9d200;
  color: #EEEEEE;
}
*html #content-main-top-right {  margin-left: 5px;  margin-right: 5px;	width: 370px;}
/*
	Bottom content container ( main page )
*/

#content-main-bottom
{
  position: relative;
  width: 696px;
  margin-left: 10px;
  padding: 20px;
  padding-bottom: 10px;
  background-color: #00bcd8;
  color: #111111;
}

/*
	Bottom left content area (main page)
*/




/*
	Bottom right content area (main page)
*/

#content-main-bottom-right
{
    padding-left: 25px;
}
#content-main-bottom-right ul {margin-left: 15px;}

/*
	Page footer area
*/

#page-footer
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #333333;
    font-size: 0.55em
}

#page-footer a
{
  color: #333333; text-decoration: none;
}
#page-footer a:hover
{
  text-decoration: underline;
}


/*
	Standard images
*/

img
{
	border: none;
	margin: none;
	padding: none;
}


/*
  Photos
*/

.photo
{
  border: 1px #333333 solid;
}

/* Clearing element */
.clear { position: relative; clear: both; height: 0; line-height: 0; font-size: 0; }


.registrationPanel {font-size: .7em}
.registrationPanel li, .registrationPanel p , .registrationPanel td {font-size: 1em}
.registrationPanel h1 {font-size: 1.5em}
.registrationPanel h2 {font-size: 1.2em}
.error {color: red;}