body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin: 0px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 780px;
}
.menu-left {
	background: #000000;
	width: 180px;
	height: 220px;
}
.container-left {
	background: #ffffff;
	width: 180px;
	vertical-align: top;
}
.container-content {
	width: 600px;
	background-image: url(images/bg-content.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
}
.header-bottom {
	vertical-align: top;
	text-align: left;
	position: relative;
}
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
a.menu:link, a.menu:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: verdana, arial;
	font-size: 7pt;
	font-weight: bold;
	line-height: normal;
}
a.menu:active, a.menu:hover {
	color: #ffffff;
	text-decoration:
	underline;
	font-family: verdana,arial;
	font-size: 7pt;
	font-weight: bold;
	line-height: normal;
}

.bold {
	font-weight: bold;
}

.title
{ color: #808080; text-decoration:none; font-weight:bold; font-size:13pt; font-family:Verdana, Arial }

.titleblue
{ color: #0000ff; text-decoration:none; font-weight:bold; font-size:11pt; font-family:Verdana, Arial }


.title2
{ color: #808080; text-decoration:none; font-weight:normal; font-size:12pt; font-family:Verdana, Arial }

.titlered
{ color: #eb0000; text-decoration:none; font-weight:bold; font-size:13pt; font-family:Verdana, Arial }

.redtxt
{ color: #eb0000; text-decoration:none; font-weight:bold; font-size:9pt; font-family:Verdana, Arial }

.redtxt2
{ color: #eb0000; text-decoration:none; font-weight:bold; font-size:11pt; font-family:Verdana, Arial }


p
{ color: #414141; text-decoration:none; font-weight:normal; font-size:9pt; font-family:Verdana, Arial; }

.message1
{ color: #414141; text-decoration:none; font-weight:normal; font-size:10pt; font-family:Verdana, Arial; }

td
{ color: #414141; text-decoration:none; font-weight:normal; font-size:9pt; font-family:Verdana, Arial; }

a:link
{ color: #eb0000; text-decoration: none; font-family:verdana,arial; font-size:9pt; font-weight:bold; line-height:normal; }

a:visited
{ color: #eb0000; text-decoration: none; font-family:verdana,arial; font-size:9pt; font-weight:bold; line-height:normal; }

a:active
{ color: #eb0000; text-decoration: none; font-family:verdana,arial; font-size:9t; font-weight:bold; line-height:normal; }

a:hover
{ color: #eb0000; text-decoration: underline; font-family:verdana,arial; font-size:9pt; font-weight:bold; line-height:normal; }

a:link.emenu
{ color: #ffffff; text-decoration: none; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }

a:visited.emenu  
{ color: #ffffff; text-decoration: none; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }

a:active.emenu
{ color: #ffffff; text-decoration: none; font-family:verdana,arial; font-size:8t; font-weight:bold; line-height:normal; }

a:hover.emenu
{ color: #ffffff; text-decoration: underline; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }

h1
{ color: #002868; text-decoration:none; font-weight:bold; font-size:15pt; font-family:Verdana, Arial }

h2
{ color: #002868; text-decoration:none; font-weight:bold; font-size:13pt; font-family:Verdana, Arial }

h3
{ color: #002868; text-decoration:none; font-weight:bold; font-size:11pt; font-family:Verdana, Arial }

h4
{ color: #002868; text-decoration:none; font-weight:bold; font-size:9pt; font-family:Verdana, Arial }


a:link.bluelink
{ color: #0000ff; text-decoration: none; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }

a:visited.bluelink
{ color: #0000ff; text-decoration: none; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }

a:active.bluelink
{ color: #0000ff; text-decoration: none; font-family:verdana,arial; font-size:8t; font-weight:bold; line-height:normal; }

a:hover.bluelink
{ color: #0000ff; text-decoration: underline; font-family:verdana,arial; font-size:8pt; font-weight:bold; line-height:normal; }


.style1 {
	color: #000000;
	font-size: 14pt;
}
.style2 {
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
}
.style3 {font-weight: bold}
.style4 {font-size: 14pt}
.style5 {
	font-size: 9pt;
	font-weight: bold;
}

.header {
	background: #e0e0e0;
	color: #414141;
	font-weight: bold;
}
.header-purple {
	background: #ccccff;
	font-weight: bold;
	width: 33%;
	text-align: center;
}
.header-blue {
	background: #99ccff;
	font-weight: bold;
	width: 34%;
	text-align: center;
}
.header-orange {
	background: #ffcc99;
	font-weight: bold;
	width: 33%;
	text-align: center;
}
.header-red {
	color: #eb0000;
	font-weight: bold;
}
.bg-purple {
        background: #ccccff;
	vertical-align: top;
}
.bg-blue {
        background: #99ccff;
	vertical-align: top;
}
.bg-orange {
        background: #ffcc99;
	vertical-align: top;
}
.bg-green {
	background: #ccffcc;
	vertical-align: top;
}
ul.no-padding {
	padding-left: 15px;
	margin-left: 0px;
}
.float-left {
	float: left;
	padding-right: 5px;
}
