﻿* 									{ border-width: 1px;
	margin: 0;
	padding: 0;
	text-align: left;
}
body								{ width: 750px;
	background-color: #F3F4FD;
} 
#page-wrap							{ width: 750px; margin: 25px auto; } 
a									{ text-decoration: none; }
ul									{ list-style: none; margin: 0; padding: 4px}
p                                   { margin: 25px; }

/* 
	LEVEL ONE
*/
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #B0B5F4; }  /* the unhovered background of nav bar */
ul.dropdown a:hover		            { color: #F3F4FD; }
ul.dropdown a:active                { color: #F3F4FD; }
ul.dropdown li a                    { font-family:Arial, Helvetica, sans-serif; display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,

/* hover over a main list item  */
ul.dropdown li:hover                { background: #DCDFFA; color:black; position: relative; }
ul.dropdown li.hover a              { color: black; }    /*  the text changes to this color */


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 270px; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 					{ font-weight: normal; background: #B0B5F4; color: #000; 
									  border-bottom: 1px solid #ccc; float: none; }
ul.dropdown a:hover		            { color: #DCDFFA; color:black}
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

blockquote							{ margin-left: 50px; }

h1									{ margin-left: 25px; font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
										font-size:x-large; padding-top:20px; padding-bottom:25px	 }

h2									{ font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
										font-size:x-large; padding-top:10px; text-align:center}

h3									{ margin-left:25px; font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
										font-size:large; }

h4									{ margin-left:25px; font-family:"Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
										font-size:medium; padding-top:5px }

h5									{ margin-left:25px; font-family:"Times New Roman", Times, serif;font-size:medium;font-weight:bold;padding-bottom:10px }

table.vokab {
	
	border-width: 2px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: white;
}
table.vokab th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	-moz-border-radius: ;
}
table.vokab td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color: white;
	text-align:center;
	width:25%;
	-moz-border-radius: ;
}

	p.Heady {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: x-large;
}

hr{
    background-color: #000000;
    width: 100%;
    height: 1px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.center
{ 
text-align: center;
}

.center table
{ 
margin-left: auto;
margin-right: auto;
text-align: left;
}