@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 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: #000000;
	background: #0099CC url(/images/bac.png) repeat-x;
}

a.buttonSmall {
    font-size: 1.0em;
    font-weight: bold;
	color:#FFFFFF;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.50);
	text-decoration:none;
	display:inline-block;
	padding: 7px 12px 7px 12px;
	border:1px solid #0468C8;
	text-align:center;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
	background: #F7A64C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#74C6EC), to(#0468C8));
	background: -moz-linear-gradient(0% 100% 90deg,#0468C8, #74C6EC);
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
a.buttonSmall:hover {
	background: #F75F04;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0468C8), to(#0468C8));
	background: -moz-linear-gradient(0% 100% 90deg,#0468C8, #0468C8);
}
a.buttonSmall:active {
	background: #F7A64C;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0468C8), to(#74C6EC));
	background: -moz-linear-gradient(0% 100% 90deg,#74C6EC, #0468C8);
}

#head {
	width: 930px;
	height: 40px;
	margin: 0 auto;
	background: #012F5A url(/images/headerTop.png);
	padding: 10px 0 0 10px;
}

#navigation {
	width: 929px;
	min-height: 36px;
	margin: 0 auto;
	padding: 0 0 0 0;
	font-size: .8em;
	background: #012F5A url(/images/headerBottom.png);
}

#navigation ul
{
    float:left;
	margin: 0;
	padding: 10px 0 0 20px;
    list-style: none;
}
#navigation li {
	float: left;
	margin: 0 8px 0 0;
	padding: 5px 0 5px 0;
	position: relative;
	background-color: #666666;
}
#navigation li a
{
    color: #FFFFFF;
	padding: 3px 15px 2px 15px;
    text-decoration: none;
}

#navigation li a:hover
{
    color: #FECC01;
	padding: 3px 15px 2px 15px;
    text-decoration: none;
}
#navigation li.selected{ background-color: #FFFFFF; color: #000000; }
#navigation li.selected a { background-color: #FFFFFF; color: #000000; }

#homeImageBlock {
	min-height: 50px;
	padding: 25px 20px 0 30px;
}
table.courseTable {

	width: 890px;
	margin: 0 auto;
}

table.courseTable th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica,sans-serif;
	color: #FFFFFF;
	border-right: 1px solid #EDEDED;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #012F5A;
}

table.courseTable td {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #6D929B;
}

#button {
	margin-bottom: 10px;
	width: 890px;
	text-align: center;
}

.clear      { clear:both; }
.photo-link    { padding:5px; margin:5px; border:1px solid #ccc; display:block; width:200px; float:left; }
.photo-link:hover  { border-color:#999; }

.thrColFixHdr #container #mainContent .box {
	background-color: #FFCC00;
	padding: 11px;
}

.thrColFixHdr #container {
	width: 950px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(/images/b8.png);
	background-repeat: repeat-y;
}

#registrationForm {
	width: 600px;
	margin-top: 25px;
}
#registrationForm label {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 125px;
	padding-top: 5px;
	font-size: 1.1em;
}
#registrationForm input {
	padding: 5px;
	width: 425px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	border: 2px solid #CCC;
}
#registrationForm input.small {
	padding: 5px;
	width: 100px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	border: 2px solid #CCC;
}
#registrationForm select {
	padding: 5px;
	width: 440px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	border: 2px solid #CCC;
}
#registrationForm select.small {
	padding: 5px;
	width: 100px;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	border: 2px solid #CCC;
}
#registrationForm input.submit-button {
	width: 100px;
}

.thrColFixHdr #header {
	background: #DDDDDD;
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #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 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	margin-right: 15px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr  #sidebar2a {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* padding keeps the content of the div away from the edges */
	margin-right: 26px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #CCCCCC;
	background-image: url(/images/bac2.png);
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #012f5a;
	background-image: url(/images/b9.png);
	background-repeat: no-repeat;
	background-position: top;
} 
.thrColFixHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #mainContent {
	background-image: url(/images/bac3.png);
	background-repeat: repeat-y;
	background-position: right;
	margin-top: 0;
	margin-right: 26px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

.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-left: 8px;
}
.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;
}
.style1 {
	color: #42b2ca;
	font-size: 12px;
}
.style2 {color: #b9effb}
.style3 {color: #69daef}
.style4 {
	color: #012f5a;
	font-size: 18px;
	font-weight: lighter;
}
.style5 {
	color: #3b61aa;
	font-size: 15px;
}
.style6 {
	font-size: 12px;
}
.style7 {
	font-size: 14px
}
.style8 {
	color: #cc9900;
	font-weight: bold;
}
.style10 {
	color: #cc9900;
	font-weight: bold;
	font-size: 12px;
}
#sidebarLinks a:link {
	color: #cc9900;
	text-decoration: none;
}
#sidebarLinks a:visited {
	color: #FF0000;
	text-decoration: none;
}
#sidebarLinks a:hover {
	color: #000000;
	text-decoration: underline;
}
#sidebarLinks a:active {
	color: #003366;
	text-decoration: none;
}


#bma a:link {
	color: #69daef;
	text-decoration: none;
}
#bma a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#bma a:visited {
	color: #69daef;
	text-decoration: none;
}
#bma a:active {
	color: #FFFFFF;
	text-decoration: none;
}


.style11 {font-size: 16px}

