.titleT
{
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
}
#wordle
{
	width: 100%;
	height: 180px;
    margin-bottom:5px;
    background-color: white;
}

.word
{
	font: gentium;
	position : relative;
}

a {
	text-decoration: none;
}

a:link {
	color: #05b; 
}

a:visited {
	color: #05b; 
}

a:active {
	color: #999;
}

a:hover {
	color: #999;
}

body {
	background-color: #eee; 
}

h3.top {
	margin-top: 0px;
}

#tick_red
{
background-color: #034ab5;
height: 15px;
margin-bottom:10px;
}

h3 {
	font-family: 'Optima', 'Bitstream Vera Sans', sans-serif;
	color: white;
	border-color: white;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #910000;
        margin-top: 30px;
	font-size: 18px;
}

h4 {
	font-family: 'Optima', 'Bitstream Vera Sans', sans-serif;
	color: #a90533;
	border-color: #034ab5;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	background-color: #EDEBEB;
        margin-top: 30px;
	font-size: 17px;

}



ul {
	padding-left: 15px;
	list-style: none;
	text-indent: -1em;
}

ul li:before {
	content: "\00BB \0020";
}

ul li {
	padding-bottom: 10px;
}

ul li ul li {
	padding-bottom: 0px;
}

ul li ul {
	padding-top: 10px;
}

#rap {
     max-width: 825px;
     margin: auto;
     margin-left:190px;
     background-color: white;
}


#content {
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Optima', 'Bitstream Vera Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
	top: 100px; 
	z-index: 100;
}

#header {
	font-family: 'Optima', Verdana, 'Bitstream Vera Sans', sans-serif;
	font-size: 28px;
	font-weight: bold; 
	padding: 10px 10px 10px 10px;
	color: #888;
	text-align: right;
}

#description {
        font-size: 14px;
        padding: 5px 0px 0px 255px;
        width: 350px;
}

#links {
        font-size: 12px;
        padding: 10px 0px 0px 255px;
        width: 350px;
}

a.header:link {
        color: #034ab5;
}

a.header:visited {
        color: #034ab5;
}

#menu
{
	margin-left: 50px;
	margin-top: 20px;
	width: 170px;
	height: 200px;
	float:left;
	position:fixed;
}


#menuItem a 
{
	padding: 0.5em 1em;
	text-decoration: none;
	font-family: calibri;
	color:white;
	float:left;
	width: 80px;
	margin-top:10px;
	text-decoration: none;
	list-style-type: none;
	-moz-border-radius: 0.5em;
 	border-radius: .5em;
 	color:white;
	cursor: pointer;
	height: 25px;
	background-color: #095bff;
}
