/* CSS Document */

  /*----------------*/
 /* ----GLOBAL---- */
/*----------------*/

* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #CCCCCC;
	color: #333333;
        text-align: center;
}
h1 {
	color: #669999;
	font-size: 16px;
}
h2 {
	color: #333333;
	font-size: 12px;
}
h3 {
	color: #666666;
	font-weight: normal;
}
p {
        color: #333333;
}
a:link {
	color: #669999;
}
a:visited {
	color: #666666;
}
a:active {
	color: #999999;
}
hr {
	margin: 10px;
	background-color: #669999;
}

  /*------------------*/
 /* ----MAIN DIV---- */
/*------------------*/

div#main {
	margin: 0 auto;
	margin-top: 10px;
	background-color:#CCCCCC;
	width: 776px;
        text-align: left;
}

  /*--------------------*/
 /* ----NAVIGATION---- */
/*--------------------*/

div#tabs {
	background-color:#CCCCCC;
	float: left;
	font-size: 11px;
	line-height: normal;
}
div#tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#tabs li {
	float: left;
	background-image: url(./images/right_off_tab.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-right: 2px;
}
div#tabs a {
	float: left;
	display: block;
	background-image: url(./images/left_off_tab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-weight: bold;
	color: #999999;
	text-transform: uppercase;
	text-decoration: none;
}
div#tabs a:hover {
	text-decoration: underline;
}
div#tabs .current {
	background-image:url(./images/right_on_tab.gif);
}
div#tabs .current a {
	background-image:url(./images/left_on_tab.gif);
	color: #669999;
}

  /*-----------------*/
 /* ----TOOLBAR---- */
/*-----------------*/

div#toolbar {
	color:#FFFFFF;
	text-decoration: none;
	float: right;
	clear: right;
	line-height: normal;
	font-size: 14px;
	margin-top: 3px;
	margin-right: 10px;
}
div#toolbar a {
	color: #FFFFFF;
	text-decoration: none;
}
div#toolbar a:hover {
	text-decoration: underline;
}
div#toolbar ul {
	list-style-type: none;
}
div#toolbar li {
	float: left;
}
  /*----------------*/
 /* ----HEADER---- */
/*----------------*/

div#header {
	background-image: url(./images/header_bkgnd.gif);
	background-repeat: repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	float: left;
	height: 100px;
	width: 776px;
}
div#header img {
	margin-left: 12px;
	float: left;
}
div#header p {
	text-align: right;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 10px;
	color: #666666;
}

  /*--------------------------*/
 /*----CONTENT CONTAINER---- */
/*--------------------------*/

#main #content {
	float: left;
	background-color:#FFFFFF;
	width: 776px;
}
#main #content ul {
        margin-top: 5px;
        margin-bottom: 5px;
	margin-left: 20px;
        font-size: 11px;
}
#main #content li {
        margin-top: 5px;
}
#main #content h2 {
	margin-top: 15px;
}
#main #content p {
        margin-bottom: 10px;
        font-size: 12px;
}
#trainingListing table {
	margin-bottom: 10px;
        float: left;
        clear: right;
}
#trainingListing table th {
        border-bottom: 1px solid #CCCCCC;
        padding-bottom: 2px;
}
#main #content .left_side_box #trainingListing p {
        margin: 3px;
        margin-left: 10px;
        padding: 0px;
        font-size: 11px;
}
#main #content .left_side_box #trainingListing h2 {
        margin-top: 0px;
        font-size: 12px;
}

  /*--------------------*/
 /* ----LEFT COLUMN----*/
/*--------------------*/

.left_side_box {
	float: left;
	margin-top: 10px;
        margin-left: 10px;
	width: 61%;
}
.left_side_box h1 {
	margin-bottom: 8px;
}
.left_side_box img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
        border: 1px solid #CCCCCC; 
}
.left_side_box form#registration p, label {
        font-weight: bold;
}
.left_side_box form#registration select {
        width: 185px;
}
.left_content {
	margin-bottom: 20px;
}

/* -------------------- */
/* ----RIGHT COLUMN---- */
/* -------------------- */

.right_box {
	background-image: url(./images/sidebar_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	float: right;
	border: 1px solid #CCCCCC;
	margin: 10px;
	padding: 10px;
	width: 245px;
}
.right_box ul {
	list-style-type: none;
	margin-left: 5px;
}
.right_box ol {
        margin-left: 25px;
		margin-bottom:10px;
		font-weight:bold;
}

/* -------------------- */
/* -------FOOTER------ */
/* ------------------ */
#main #footer {
	float: left;
	width: 100%;
	font-size: 10px;
	text-align: center;
	background-image: url(./images/bottom_edge.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
	color: #666666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
table.subscribe h1, p {
        margin: 0px;
        padding: 0px;
}
table.subscribe input {
        margin-top: 5px;
        margin-right: 5px;
        margin-left: 5px;
}
table.subscribe {
        font-size: 11px;
}
.invalid {
	border: 1px solid #FF0000;
}
