
body {
text-align:center; /* for IE */
margin-left:0 auto; /* for the rest */
margin-right:0 auto; /* for the rest */
margin-bottom:0 auto; /* for the rest */
margin-top:50px;
background-color:#CCCCCC;
/*background-image:url(images/tile.jpg);
background-repeat:repeat;*/
} 

#wrapper {
text-align:left;
width:800px;
min-height:100%;
margin:0 auto;
border-style:solid;
border-width:2px;
border-color:#666666; 
background-color:#FFFFFF;
}

#flashheader {
	float:left;
	width:800px;
	height:269px;
}

#navigation {
	float:left;
	width:800px;
	height:50px;
}

#centerbody {
	float:left;
	width:800px;
	background-color:#FFFFFF;
	height:auto;
}

#mainarea {
	float:left;
	width:534px;
	height:auto;
}

#rightsection {
	float:left;
	width:266px;
	height:auto;
}

#image_right {
	float:right;
	padding-top:20px;
	height:auto;
}

.title-header
{
background-image:url(images/title-header.jpg);
background-repeat:no-repeat;
width:238px;
height:41px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
}

.table-content
{
padding:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
background-color:f1f1f1;
}

.table-content a:link
{
font-weight:bold;
color:#d92f01;
text-decoration:underline;
}

.table-content a:active
{
font-weight:bold;
color:#d92f01;
text-decoration:underline;
}

.table-content a:visited
{
font-weight:bold;
color:#d92f01;
text-decoration:underline;
}

.table-content a:hover
{
font-weight:bold;
color:#d92f01;
text-decoration:underline;
}

.form
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.maintext
{
line-height:18px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

h1
{
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight:bold;
}

.maintext a:link
{
color:#d92f01;
text-decoration:underline;
}

.maintext a:active
{
color:#d92f01;
text-decoration:underline;
}

.maintext a:visited
{
color:#d92f01;
text-decoration:underline;
}

.maintext a:hover
{
color:#d92f01;
text-decoration:underline;
}

#footer {
	width:800px;
	background-color:#FFFFFF;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	height:auto;
}

#footer a:link {
	color:#000000;
	text-decoration:underline;
}

#footer a:active {
	color:#000000;
	text-decoration:underline;
}

#footer a:visited {
	color:#000000;
	text-decoration:underline;
}

#footer a:hover {
	color:#000000;
	text-decoration:underline;
}

#breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#breadcrumb li
{
float: left;
margin: 0 0.15em;
font-size:10px;
}


