/* CSS Document */
div.nav {
	text-align : center;
	text-decoration : none;
	color : #CCCCCC;
	font-family : "Palatino Linotype";
	font-size : smaller;
}
#main {
	text-align : justify;
	text-decoration : none;
	color : #CCCCCC;
	font-family : "Palatino Linotype";
	font-size : smaller;
}
#center {
	position : relative;
	top : 60px;
	left : 10px;
	right : 10px;
}

#logo {
	position:absolute;
	width:450px;
	right: 10px;
	top:5px;
	background-color : White;
	color : #666699;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
}

A {
	color: #CCCCCC;
	text-decoration : none;
}

A:Hover {
	color: #FF6600;
}

#mainlink{
	color : #483D8B;
	text-decoration : underline;
}

h2{
	color : #ffffff;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : larger;
	text-align : center;
}
UL{
	list-style : lower-roman url(images/odot.gif);
}

.tl{
background-image:url(images/tl.gif);
}
.tc{
background-image:url(images/tc.gif);
}
.tr{
background-image:url(images/tr.gif);
}
.lc{
background-image:url(images/lc.gif);
}
.rc{
background-image:url(images/rc.gif);
}
.bl{
background-image:url(images/bl.gif);
}
.bc{
background-image:url(images/bc.gif);
}
.br{
background-image:url(images/br.gif);
}
