
root { 
    display: block;
}

body
{
	background: #05293a;
	color : #fff;
	padding: 3%;
	font-family: Trebuchet, "Lucida Sans Unicode", "lucida Grande", "Lucida Sans", Verdana, Geneva, Tahoma, Arial, sans-serif;
	font-size: 11pt;
	font-weight: normal;
}
a
{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px #fff dotted;
}
.menu
{
	float: left;
	width: 20%;
}
.menu-head
{
	width: 100%;
	height: 80px;
	background: transparent url(images/men-head.png) no-repeat center;
}
ul.menu-container
{
	list-style: none;
	text-align : center;
	padding: 0px;
	margin: 5px;
	font-family: "Century Gothic", Helvetica, sans-serif;
}
ul.menu-container li
{
	padding: 0px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
}
ul.menu-container li a
{
	text-decoration: none;
	color: #fff;
	border: 0px;
}
ul.menu-container li a:hover
{
	border-bottom: 1px #fff dotted;
}
.content
{
	float: left;
	width: 70%;
	margin-left: 2%;
}
p
{
	margin: 0px;
	padding: 0px;
}
h1
{
	font-family: "Century Gothic", Helvetica, sans-serif;
	color: #7ea1b2;
	font-weight: normal;
	font-size: 21pt;
	padding: 0px;
}
h2
{
	font-family: "Century Gothic", Helvetica, sans-serif;
	color: #b1b2b2;
	font-weight: normal;
	font-size: 16pt;
	padding-left: 1%;
}
h3
{
	font-family: "Century Gothic", Helvetica, sans-serif;
	color: #dcdcdc;
	font-weight: normal;
	font-size: 14pt;
	padding-left: 3%;
}
.high-em
{
	font-style: italic;
	color: #8ebacf;
}
.mark
{
	text-decoration: underline;
}
.cite
{
	color: #dcdcdc;
	font-style: italic;
}
div.cite
{
	margin-top: 2%;
	text-align: left;
	margin-left: 3%;
	font-size: 10pt;
}
blockquote
{
	background: #143443;
	padding: 3%;
	margin: 2%;
	width: 80%;
	margin-left: 3%;
	border: 1px #7ea1b2 solid;
        border-left: 5px #7ea1b2 solid;
}
.dict
{
	clear: both;
	margin-bottom: 4%;
}
.dict dl
{
	clear:both;
	padding: 0px;
	margin: 0px;
	padding-top: 3%;
}
.dict dl dt
{
	display: block;
	float: left;
	width: 15%;
	margin-right: 1%;
	padding: 0px;
	margin: 0px;
}
.dict dl dd
{
	display: block;
	float: right;
	width: 80%;
	padding: 0px;
	margin: 0px;
}
.clear
{
	clear: both;
}
ul, ol
{
	margin: 0px;
	padding: 0px;
}
ul li, ol li
{
	margin-left: 6%;
}
.image-frame
{
	text-align: center;
	margin: 2%;
}
.image-frame img
{
	border: 1px #7ea1b2 solid;
}
.image-frame .caption
{
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	color: #b1b2b2;
}
a img
{
	border: 0px;
}

p
{
    margin-top: 1%;
}
