body
{
	font-size: 13px;
	font-family: 'Microsoft Sans Serif' , Arial;
}

.backgroundfade
{
	background: url(../background.gif); 
	background-attachment: fixed; 
	background-repeat: repeat-x; 
	background-position: top; 
	background-color: #FFFFFF;
}

/*menu stuff*/
.hiddenPic {display:none;}



/*ul dropdowns */
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
}
ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}
ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}
ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}
ul.dropdown ul li {
 float: none;
}
ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}
ul.dropdown li:hover > ul {
 visibility: visible;
}

/*ul defaults*/
ul.dropdown {
	font-family: Verdana, 'Microsoft Sans Serif' , Arial;
	font-weight: bold;
	color: Gray;
}
ul.dropdown li {
	padding: 2px 16px;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #fff #b4b4b4 #b4b4b4;
	background-color: #e7e7e7;
	color: Gray;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
	background-color: #fafafa;
	color: Gray;
}
ul.dropdown a:link,
ul.dropdown a:visited	{ color: Gray; text-decoration: none; }
ul.dropdown a:hover		{ color: Gray; }
ul.dropdown a:active	{ color: #ffa500; }
ul.dropdown ul {
	width: 150px;
	margin-top: 1px;
}
ul.dropdown ul li {
	font-weight: normal;
}
ul.dropdown *.dir {
 /*padding-right: 20px;
 background-image: url(../nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
ul.dropdown-horizontal ul *.dir {
 /*padding-right: 15px;
 background-image: url(../nav-arrow-right.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}
ul.dropdown-upward *.dir {
 /*background-image: url(../nav-arrow-top.png);*/
}
ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 /*background-image: url(../nav-arrow-right.png);*/
}
ul.dropdown-vertical-rtl *.dir {
 /*padding-right: 10px;
 padding-left: 15px;
 background-image: url(../nav-arrow-left.png);*/
 background-position: 0 50%;
}




a#buttonHome {
    display: block;
    width: 104px;
    height: 24px;
    background-image: url(../menuHomeGray.gif);
    margin: 0 auto;
}
a#buttonHome:hover {
    background-image: url(../menuHomeOrange.gif);
}
a#buttonLearn {
    display: block;
    width: 167px;
    height: 24px;
    background-image: url(../menuLearnGray.gif);
    margin: 0 auto;
}
a#buttonLearn:hover {
    background-image: url(../menuLearnOrange.gif);
}
a#buttonForChapters {
    display: block;
    width: 143px;
    height: 24px;
    background-image: url(../menuForChaptersGray.gif);
    margin: 0 auto;
}
a#buttonForChapters:hover {
    background-image: url(../menuForChaptersOrange.gif);
}
a#buttonEvents {
    display: block;
    width: 150px;
    height: 24px;
    background-image: url(../menuEventsGray.gif);
    margin: 0 auto;
}
a#buttonEvents:hover {
    background-image: url(../menuEventsOrange.gif);
}
a#buttonContact {
    display: block;
    width: 130px;
    height: 24px;
    background-image: url(../menuContactGray.gif);
    margin: 0 auto;
}
a#buttonContact:hover {
    background-image: url(../menuContactOrange.gif);
}
a .alt  
{
	display: none; 
}

.LeanardoGray
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}

.CellHeader
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

.HeaderLarge
{
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	color: #E5B13B;
}
.HeaderMedium
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #E5B13B;
}
.HeaderMediumGray
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #006699;
	background-image: url(../images/cellback.gif); 
	background-repeat:repeat; 
	border-bottom: 1px solid #CCCCCC;	
}
.HeaderMediumBlue
{
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bluecellback.gif); 
	background-repeat:repeat; 
	border-bottom: 1px solid #CCCCCC;	
}
hr
{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	width: 100%;
	text-align: left;
}

.SolidLine
{
	color: #E5B13B;
	height: 1px;
}

.HeaderBoxLink a:link
{
	font-size: 13px;
	font-family: 'Microsoft Sans Serif' , Verdana;
	text-decoration: underline;
	color: #006699;
}
.HeaderBoxLink a:visited
{
	font-size: 13px;
	font-family: 'Microsoft Sans Serif' , Verdana;
	text-decoration: underline;
	color: #637DA0;
}
.HeaderBoxLink a:active
{
	font-size: 13px;
	font-family: 'Microsoft Sans Serif' , Verdana;
	text-decoration: underline;
	color: #006699;
}
.HeaderBoxLink a:hover
{
	font-size: 13px;
	font-family: 'Microsoft Sans Serif' , Verdana;
	text-decoration: underline;
	color: #000000;
}

