@charset "UTF-8";
body  {
	margin: 30px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #636363;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #CCCCCC;
	line-height: 16px;
	list-style-position: inside;
	list-style-type: circle;
}
a:link {
	color: #003670;
	text-decoration: none;
}
a:visited {
	color: #003670;
}
a:hover {
	color: #000000;
}
a:active {
	color: #003670;
}
body a  {
}
body a:hover {
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #imagebar {
}
.twoColFixLtHdr #menu1 {
	height: 22px;
	width: 780px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #menu1 {
}
.twoColFixLtHdr #menu1 {
}
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #topbar1 {
	background-color: #003670;
	height: 6px;
	width: 780px;
}
.twoColFixLtHdr #topbar2 {
	background-color: #500059;
	height: 6px;
}
.twoColFixLtHdr #topbar3 {
	background-color: #015971;
	height: 6px;
}
.twoColFixLtHdr #topbar4 {
	background-color: #780050;
	height: 6px;
}
.twoColFixLtHdr #topbar5 {
	background-color: #00709A;
	height: 6px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 120px;
}
.twoColFixLtHdr  #sidebar1  p  {
	color: #003670;
	top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 30px;
	margin-left: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 14px;
	color: #00709A;
	line-height: 18px;
	font-weight: normal;
}
.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#tableMenu {
	height: 22px;
	width: 780px;
	padding: 0px;
	font-size: 9px;
	font-weight: bold;
	color: #ECECEC;
}
#tdMenuTrain {
	background-image: url(assets/images/training_tag.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 119px;
	text-indent: 8px;
}
#tdMenuComing {
	background-image: url(assets/images/events_tag.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 120px;
	text-align: left;
	text-indent: 8px;
}
#tdMenuAbout {
	background-image: url(assets/images/about_tag.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 125px;
	vertical-align: middle;
	text-indent: 12px;
}
#tdMenuConsult {
	background-image: url(assets/images/consult_tag.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 119px;
	text-align: left;
	text-indent: 8px;
}
#tdMenuContact {
	background-image: url(assets/images/contact_tag.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 120px;
	text-align: left;
	text-indent: 8px;
}
#tableMenu   a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: normal;
}
#tableMenu a:hover {
	color: #FFFFFF;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #333333;
}
#sidebar1 a {
	color: #003670;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #000000;
	font-style: normal;
}
#footerright {
	font-size: 10px;
	color: #666666;
	text-align: right;
}
#footerright a {
	text-decoration: none;
	color: #666666;
}
#footerright a:hover {
	color: #333333;
}
#events {
	width: inherit;
}
#events th {
	text-align: left;
	font-size: 14px;
	color: #015971;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-weight: normal;
}
#events td {
	padding-top: 2px;
	padding-right: 40px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
	border-top-color: #666666;
}
.twoColFixLtHdr #sidebar1 h1 {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	font-weight: normal;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
#events a {
	text-decoration: none;
	color: #003670;
}
#events a:visited {
	color: #003670;
}
#events a:hover {
	color: #000000;
}

