body {
	background-color: #eff2f3;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/***** PAGE STYLE *****/

#header {
	width:755px;
	height:280px;
	background:url(../images/header.jpg) no-repeat left top;
	margin: 0px auto;
}
#wrap {
	width:755px;
	margin:0px auto;
	background:#fff url(../images/leftside.gif) repeat-y left top;
}
.content {
	position:relative;
	background:url(../images/rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
#left {
	float: left;
	width: 400px;
	margin: 0;
}
#right {
	margin-left: 400px;
}
#left_index {
	float: left;
	width: 0px;
	margin: 0;
}
#right_index {
	margin-left: 0px;
}
.bottom {
	display:block;
	width:100%;
	height:60px;
	background:url(../images/bottom.gif) no-repeat left bottom;
}
.bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(../images/bottom-right.gif) no-repeat right bottom;
}
#footer {
	width:870px;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
	margin: 0px auto;
	color:#666;
	font-size:11px;
}

/***** ELEMENTS STYLE *****/

h1 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing:-1px;
}

h2 {
	color:#336699;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:34px;
}

h3 {
	color:#000066;
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	font-size:18px;
}

span.green {
	color:#53a94a;
}
span.red {
	color:#CC0000;
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}

h1.teleseminar {
	color: #53a94a;
}

p.subtitle {
	font-size:16px;
}

a:link { color: #0000FF; text-decoration: underline; font-weight: bold; }
a:hover { color: #000; text-decoration: underline; font-weight: bold; }
a:visited { color: #0000FF; text-decoration: underline; font-weight: bold; }
a:active { color: #0000FF; text-decoration: underline; font-weight: bold; }

a.copyright:link, a.copyright:active, a.copyright:visited { color: #666; text-decoration: none; }
a.copyright:hover { color: #53a94a; }

img.left {
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
}

hr.yellow {
	background-color: #f3cb35;
	height: 1px;
	border: 0;
	width: 100%;
}

.flashingTextOn {
	color: #CC0000;
}
.flashingTextOff {
	color: #336699;
}


/***** DIVS STYLE *****/

div.center {
	width: 543px;
	margin: 0 auto;
	padding: 15px;
}

.button {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	cursor: default;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#buttonPad {
	padding: 6px;
	background-color: #CC3333;
}
.button2 {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	cursor: default;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#buttonPad2 {
	padding: 6px;
	background-color: #CC3333;
}

.directions {
	font-size:14px;
}
.label {
	font-size:14px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
}
.small {
	font-size:10px;
}
.clear {
	clear:both;
}