/*
**********************************************************************
**                     GLOBAL RULES                                                                         *******
**********************************************************************	
*/

.noPrint
{
	display: none;
}

.veryLight
{
	color: transparent;
}

html
{
	background-color: #ffffff;
}

body
{
	font-family: Arial, Tahoma;
	font-size: 12px;
	color: #000000;
	padding: 20px;
}

#pageContent, #mainPage
{
	background: none;
	padding: 20px 0px 20px 0px;
	box-shadow: none;
	width: 95%;
	float: none;
	text-align: justify;
	margin: auto;
}

#footerOverlay
{
	border: none;
}

#privateMenu
{
	display: none;
}

h1, h2, h3
{
	text-transform: uppercase;
}

h1
{
	text-align: center;
}

a
{
	color: #b5b5b5;
	text-decoration: none;
}
p
{
	text-align: justify;
	text-indent: 2em;
}

p.noIndent
{
	text-indent: 0em;
	padding: 0px;
}

.left 
{
	float:left;
    	margin-right:10px;
}

.right 
{
	float:right;
    	margin-left:10px;
}

#copyright 
{
   	margin-top: 20px;
	padding-top: 3px;
	text-align: right;
	font-size: 10px;
}

.fullWidth
{
	width: 100%;
	position: absolute;
	left: 5px;
}
/*
**********************************************************************
**                    COLORS				                                                              *******
**********************************************************************	
*/

.green
{
	color: #0c5d21;
}

.red
{
	color: #b80000;
}

.blue
{
	color: #44449c;
}

.orange
{
	color: #ff5d00;
}
.gray
{
	color: #6e6e6e;
}

.lightGray
{
	color: #909090;
}

.altBg
{
	background-color: #edeff9;
}

/*
**********************************************************************
**                     GUIDING PRINCIPLES PAGE                                                 *******
**********************************************************************	
*/

#dojokun ul
{
	list-style-type: none;
	padding-bottom: 20px;
}

#dojokun
{
	list-style-type: none;
}

/*
**********************************************************************
**                     CURRICULUM                                                                            *******
**********************************************************************	
*/

.border
{
	border-bottom: 1px solid;
	text-transform: uppercase;
	font-weight: bold;
}

#rank
{
	
	margin-left: 80px;
	padding-top: 20px;
}

#belt
{
	width: 120px;
	float: left;
	text-align: center;
	margin-right: 10px;
}

#requirement
{
	width: 400px;
	margin-left: 20px;
	text-align: center;
	float: left;
}

#requirement ul
{
	text-align: left;
	text-indent: 1em;
	margin-left: 40px;
}

/*
**********************************************************************
**                     GUIDING PRINCIPLES                                                             *******
**********************************************************************	
*/

#dojokun
{
	list-style-type: none; 
	padding: 10px 0px 0px 80px;
	font-family: "comic sans ms", Tahoma, Arial;
}

#dojokun li ul li
{
	text-indent: 4em;
	padding-bottom: 5px;
}

#dojokun .imgIndent
{
	text-indent: 2em;
}

#dojokun .noIndent
{
	text-indent: 0em;
	font-size: 15px;
	font-weight: bold;
}

#dojokun li ul
{
	list-style-type: none;
	padding-bottom: 15px;
}

/*
**********************************************************************
**                     PRIVATE LESSONS                                                                  *******
**********************************************************************	
*/

#private
{
	margin: 10px;
}

#private dd
{
	text-decoration: underline;
	padding-top: 10px;
}

#private dt
{
	text-indent: 2em;
}

/*
**********************************************************************
**                     FAQ                                                                                            *******
**********************************************************************	
*/

#faq
{
	margin: 10px;
}

#faq dd
{
	font-weight: bold;
	padding-top: 10px;
}

#faq dt
{
	text-indent: 2em;
}
