body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.MainTable {
width:100%;
}

.MainTableContent {
width:744px;
vertical-align:top;
}

.MainTableLeftBorder {
height:575px;
background:url(images/leftBg.jpg) repeat-x;
}

.MainTableRightBorder {
height:575px;
background:url(images/rightBg.jpg) repeat-x;
}

.NavBar {
vertical-align:top;
width:200px;
padding-left:25px;
}

.Content {
vertical-align:top;
padding:10px;
}

.Header{
    font-weight:bolder;
    font-size:18px;
	color:#ffffff;
	background:#333333;
	text-indent:3px;
}

.List {
list-style-image:url(images/list.jpg);
line-height:18px;
font-size:12px;
}

a:link {color: #333333;}
a {color:#333333;}
a:hover {color: #FF9900;}
a:visited {color:#666600;}

/* SECUNDARY NAV BAR */

.SecNavHeader 
{
    color:#FF6600;
    font-weight:bolder;
    font-size:18px;
    margin:10px;
	background:#333333;
	text-indent:3px;
}

.SecNavBarBackGround {
background:url(images/SecNavBarBg.jpg) repeat-y;
vertical-align: top;
}

.SecNavButton 
{
    text-indent:25px;
    font-weight:500;
    font-size:14px;
    font-weight:bold;
}

/* FORMS FORMATING */

input{
border:#333333 1px solid;
}

textarea {
border:#333333 1px solid;
}

#IDsubmit {
background:#BEBE00;
}

#IDArnis {
background:#996600;
}

#IDHapkido {
background:#FF6600;
}

#IDTaeKwonDo {
background:#FFCC00;
}

#IDKickBoxing {
background:#00CC00;
}

/* Seminar Purchase Box */

.SeminarPurchaseBox {
padding:10px;
border:#333333 thin solid;
background:#333333;
}

.WhiteText {
color:#FFFFFF;
}

