body 	{
	margin:0;
	padding: 0;
	/*background:#E2E3E7 url(images/bg2.jpg) center repeat-y;*/
}

td, p, div, span {
  	font-family: arial, helvetica;
	font-size: small;
	text-align: left;
}

a:link, a:visited, a:hover {
	color: #c33;
}

.container {
	width:620px;
	margin:0 auto;
	padding:0;
	text-align:left;
	font-family: Arial, Helvetica;
	font-size: 0.9em;
	position: relative;
	top: 0;
	left: 0;
}

.header {
  	/*padding: 68px 0 0 45px;*/
	/*height: 158px;*/
	/*background: url('/images/header2.jpg') no-repeat top;*/
	padding: 0;
	height: 158px;
}
.header a {
	text-decoration: none;
}
.header2 {
}
h1 {
  	font-family: calibri, tahoma, helvica;
  	color: #cc3333;
	font-weight: normal;
	font-size: 1.9em;
	padding: 0;
	margin: 0 0 20px 0;
}
h2 {
  	font-family: calibri, tahoma, helvica;
  	color: #cc3333;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
}

.imageborder
{
	padding: 5px;
	-moz-border-radius: 3px;    
	border: #cccccc solid 1px;
	background-color: #f2f2f2;
}

.inlineImage {
	float:right; 
	width: 150px; 
	text-align:center; 
	font-size: x-small;
	padding-left: 20px; 
	padding-bottom: 15px; 
}

.leftLink {
	margin-bottom: 10px;
}

/************************************************************************/
/* BREADCRUMB */

.breadcrumb {
	font-size: x-small;
}
.breadcrumb a, .breadcrumb a:visited {
  	color: #c33;
}



/************************************************************************/
/* MENU */
.menu {
	width: 100%;
	height: 44px;
	/*border: solid 1px red;*/
}
.menu ul {
  	padding: 16px 0 0 0;
  	margin: 0;
	list-style: none;
	margin-left:0;
}
.menu li {
  	float: left;
	padding: 0px 15px 0px 15px;
	border-left: solid 1px red;
}
.menu a {
	font-size: 1.0em;
	font-weight: bold;
  	text-decoration: none;
}
.menu a:hover {
 	text-decoration: underline;
}


.menu2 {
	width: 100%;
	height: 30px;
	/*border: solid 1px red;*/
}
.menu2 ul {
  	padding: 0px 0 0 0;
  	margin: 0;
	list-style: none;
	margin-left:0;
}
.menu2 li {
  	float: left;
	padding: 0px 15px 0px 15px;
	border-left: solid 1px red;
}
.menu2 a {
	font-size: 0.9em;
	font-weight: normal;
  	text-decoration: none;
}
.menu2 a:hover {
 	text-decoration: underline;
}


/************************************************************************/
/* FRONT PAGE - 3 COLUMNS */
.frontMain {
   	margin: 15px 0 15px 0;
	background: url('/images/bg_frontmain.gif') repeat-y top;
}

.frontLeft {
	padding: 0 15px 0 5px;
	width: 230px;
	float: left;
}
.frontCenter {
	padding: 0 15px 0 15px;
	width: 220px;
}
.frontRight {
	padding: 0 5px 0 15px;
	float: right;
	width: 230px;
}


/************************************************************************/
/* 2 COLUMNS */
.main {
   	padding: 15px 0 15px 0;
}

.mainLeft {
	padding: 0 15px 25px 0;
	width: 502px;
	float: left;
}
.mainRight {
	padding: 0 15px 25px 25px;
	width: 200px;
	margin-left: 510px;
}



/************************************************************************/
/* LEFT MENU */
.left {
	border: solid 1px black;
	width: 166px;
	float: left;
}
.left ul {
	list-style: none;
}
.left li {
	margin-left: -20px;
	line-height: 30px;
}


/************************************************************************/
.center {
	border: solid 1px black;
	width: 415px;
}


/************************************************************************/
.right {
	border: solid 1px black;
	float: right;
	width: 173px;
}


/************************************************************************/
#footer {
	clear: both;
	padding-top: 0px;
	text-align: center;
	width: 100%;
	border-top: solid 1px #999;
}
#footer #left {
	width: 280px;
	float: left;
	font-size: 0.85em;
	color: #666;
}
#footer div {
	float: left;
	font-size: 1em;
	color: #666;
}
#footer #right {
	width: 470px;
	float: right;
	text-align:right;
	font-size: 0.85em;
}
#footer #right a {
	padding-left: 15px;
	color: #666;
}

