/* ------------>  Start of Dictionary.css */

/* ------------>  Body Attributes */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #3333FF;
	background-color: #CCFFFF;
}

/* ------------>  Main Header */
#header
{
	width: 100%;
	font-family: "Comic Sans MS";
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 0;
	text-align: center;	
	color: #3333FF;
	border-bottom: 10px solid #3399FF;
}

/* ------------>  Container 1 */
#container1
{
	width: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* ------------>  Main Navigation */
div#links a span
{
	display: none;
}

div#links a:hover span
{
	display: block;
	position: absolute;
	top: 375px;
	left: 0;
	width: 145px;
	padding: 5px;
	margin: 10px;
	text-align: center;
	z-index: 100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3333FF;
	background-color: #FFFFFF;
	border: 5px solid #3399FF;
}

ul#navigation
{
	float: left;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ul#navigation li
{
	display: inline;
	font-family: "Comic Sans MS";
}

li#home a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;

}

li#home a:hover
{
	color: #FFFFFF;
	background-color: #FF9966;
}

li#market a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#market a:hover
{
	color: #FFFFFF;
	background-color: #009999;
}

li#dictionary a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #FFFFFF;
	background-color: #3399FF;
	border-bottom: 1px solid #3399FF;
}

li#signs a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#signs a:hover
{
	color: #FFFFFF;
	background-color: #FF9999;
}

li#experts a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#experts a:hover
{
	color: #FFFFFF;
	background-color: #9966CC;
}

li#monthly a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#monthly a:hover
{
	color: #FFFFFF;
	background-color: #99CCFF;
}

li#contacts a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#contacts a:hover
{
	color: #FFFFFF;
	background-color: #FFCC00;
}

li#links a
{
	display: block;
	text-decoration: none;
	font-size: 16px;
	width: 10em;
	padding: .2em;
	color: #3333FF;
	background-color: #63D7FD;
	border-bottom: 1px solid #3399FF;
}

li#links a:hover
{
	color: #FFFFFF;
	background-color: #66CC99;
}

/* ------------>  Sub Navigation */
ul#navhorizontal
{
	float: left;
	width: 100%;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	background-color: #63D7FD;
}

ul#navhorizontal li
{
	display: inline;
}

ul#navhorizontal a
{
	display: block;
	float: left;
	padding: .2em .7em;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #33CCFF;
	border-right: 1px solid #3399FF;
}

ul#navhorizontal a:hover
{
	color: #FFFFFF;
	background-color: #3399FF;
}

.alphabet a
{
	text-decoration: underline;
	color: #3333FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: .3em;
}

.alphabet a:hover
{
	text-decoration: none;
	color: #3333FF;
	background-color: #33CCFF;
}

.alphabet a:visited, ul#alphabet a:active
{
	color: #3333FF;
}

#newwords a
{
	display: block;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 25px;
	background-color: #3399FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: .2em;
	width: 7em;
	border-color: #3CF #33F #33F #3CF;
	border-width: 3px 5px 5px 3px;
	border-style: solid;
}

#newwords a:hover
{
	background-color: #33CCFF;
	color: #FFFFFF;
}

/* ------------>  Main Content */
#content
{
	float: left;
	width: 69%;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:  100%;
	color:  #3333FF;	
	margin-top: 10px;
	margin-left: 7%;
	padding: 0;}

/* --->  Links */
#dictionarybutton a
{
	display: block;
	text-decoration: none;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	width: 10em;
	padding: .2em;
	color: #FFFFFF;
	background-color: #3399FF;
	border-color: #3CF #33F #33F #3CF;
	border-width: 3px 5px 5px 3px;
	border-style: solid;
}

#dictionarybutton a:hover
{
	color: #3333FF;
	background-color: #33CCFF;
}

#pagetop a
{
	display: block;
	margin-right: 50px;
	text-decoration: none;
	background-color: #3399FF;
	color: #FFFFFF;
	font-family: font-family: Arial, Helvetica, sans-serif;;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: .2em;
	width: 6em;
	border-color: #3CF #33F #33F #3CF;
	border-width: 3px 5px 5px 3px;
	border-style: solid;
}

#pagetop a:hover
{
	background-color: #33CCFF;
	color: #3333FF;
}

/* --->  Text Attibutes */
#maindefinition
{
	font-family:  "Comic Sans MS";
	font-size: 130%;
	font-weight: bold;
}

#offer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left;
	color:#3333FF
}

#tablehead
{
	clear: both;
	margin-top: 20px;
	color: #3333FF;
	font-size: 130%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #33CCFF;
	text-align: center;
}

#newhead
{
	clear: both;
	margin-top: 20px;
	color: #FFFFFF;
	font-size: 100%;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #33CCFF;
	text-align: center;
}

.smalltext
{
	font-size: 70%;
}

.italictext
{
	font-style: italic;
}

/* ------------>  Table Attributes */
.tableborder
{
	border-bottom: 5px solid #33CCFF;
}

.rowcolor
{
	background-color: #99FFFF;
}

/* ------------>  Container 2 */
#container2
{
	clear: both;
	position: absolute;
	top: 510px;
	width: 100%;
}

#email
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: left;
	padding: 0;
}

#email a
{
	color: #3333FF;
	font-weight: bold;
}

#email a:hover
{
	background-color: #33CCFF;
}

#email a:visited, #email a:active
{
	color: #3333FF;
	font-weight: bold;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin-right: 2px;
	padding: 2px 5px;
	text-align: right;
	color: #3333FF;
	background: #33CCFF;
}

/* ------------>  End of Dictionary.css */