body  {
	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-color: #456680;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/patterns/bg_top375.png);
	background-attachment: fixed;
}
#container {
	border-right-width: 2px;
	border-bottom-width: 20px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}


/* MAIN */

#mainContent a {
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #003366;
}

#mainContent h1 {
	color: #660000;
	letter-spacing: 1px;
	word-spacing: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	border-top-style: none;
	line-height: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
}

#mainContent h2 {
	margin-top: 15px;
	margin-bottom: 3px;
	color: #660000;
	border-bottom: 1px dotted #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 125%;
	font-weight: bold;
	font-variant: normal;
}
#mainContent p {
	font-size: 13px;
	margin-bottom: 5px;
	line-height: 20px;
}
#mainContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660000;
	background-color: #FFFFFF;
	float: left;
	width: 450px;
}
#mainContent td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#mainContent th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
}


.DojoAddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
	font-weight: bold;
	color: #000000;
	text-align: left;
	text-indent: 75px;
}



/* sidebar 1 */

#sidebar1  p {
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
.twoColFixRtHdr #container #mainContent .addressFirst {
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	font-size: 18px;
}


#sidebar1  a {
	text-decoration: none;
	color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 3px;
}
#sidebar1 .related {
	margin-bottom: 10px;
	padding-bottom: 45px;
	background: #C9F173 url(../images/bg_related.png) no-repeat left bottom;
	margin-top: 0px;
}


#sidebar1 .related li {
	list-style: none;
	display: inline;
}
#sidebar1 h2, #sidebar1 h3, #sidebar1 p {
	padding-right: 5px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 18px;
}
#sidebar1  h2 {
	color: #660000;
	padding-bottom: 3px;
	font-size: 14px;
	line-height: 100%;
	padding-left: 1px;
	padding-right: 1px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 55px;
	margin-bottom: 6px;
	margin-left: 0;
	padding-top: 0px;
}
#sidebar1 h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 125%;
	color: #660000;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

#sidebar1 .related a {
	display: block;
	padding: 5px;
	border-top: 1px solid #FFF;
	text-decoration: none;
}


#sidebar1 .related a:hover {
	background: #003366;
}

#sidebar1 .related ul {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}




.featureHead {
	background: url(../images/feature_bug.png) no-repeat right 0px;
}

a img {
	border-style: none;
}




/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	padding: 0;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	width: auto;
	float: left;
}


/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 1em;
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #999999;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #FFFFFF;
	letter-spacing: 1px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #FFFFFF;
	color: #003399;
}


#mainContent .caption {
	background: #666666;
	font-size: 0.75em;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 5px;
}
.photoBox {
	text-align: center;
	float: right;
	width: 220px;
}
#header img {
	display: block;
	padding-top: 2px;
	padding-left: 2px;
}
#header {
	float: left;
	background-color: #FFFFFF;
	width: 760px;
	margin-left: 0px;
	padding-left: 20px;
}

a {
	color: #003366;
}
a:hover {
	font-weight: bold;
	color: #003366;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}

.tabbedPanelHeading {
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}
#tabbedPanelLeadHead {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
}


.tabbedPanelHeading1 {
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #0099FF;
}
#instructorpanels {
}
#mainContentOneColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: normal;
	text-align: left;
	float: left;
	width: 760px;
	background-color: #FFFFFF;
}
.twoColFixRtHdr #container #mainContentOneColumn h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #660000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}
.fees {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-collapse: collapse;
}
.alternate {
	background-color: #CCCCCC;
}

.fees th {
	color: #FFFFFF;
	background-color: #336699;
	text-align: left;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.fees td {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.blue {
	background-color: #1E4199;
	color: #D4D0C8;
	font-weight: bold;
}
#logo {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
	margin-top: 5px;
	padding-left: 10px;
}
.twoColFixRtHdr #container #HorizRule {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
#search {
	float: right;
	background-color: #FFFFFF;
	padding-top: 50px;
	width: 400px;
	padding-left: 40px;
	margin: 0px;
	padding-right: 10px;
}
#banner {
	float: left;
	width: 780px;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 0px;
}
