@charset "utf-8";
/* CSS Document */

.background {
	background-image:url(/images/background.png);
	background-repeat:repeat;
}
.topBar {
	background-image:url(/images/top_bar.png);
	background-repeat:repeat-x;
}
.main {
	border:thin;
	border-color:#600;
}
.midBar {
	border-right: 1px medium #600;
}
.botBar {
	background-image:url(/images/bot_bar.png);
	background-repeat:repeat-x;
}
.comun {
	background-color:#300;
	background-image:url(/images/background.png);
	background-repeat:no-repeat;
	background-position:-180px 325px;
	border:thin;
	border-style:solid;
	border-color:#FFF;
}
body {
	background-image:url(/images/background_tile.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0; 
 	padding: 0;
	font-family:"Tw Cen MT","Tw Cen MT Condensed Extra Bold", "Tw Cen MT Condensed" ;
	font-size: 14px;
}


p {

width: 95%;
color:#FFF;
}

li {

list-st;yle-type:circle;

line-height: 125%;

color:#FFF;

}

ul {

list-st;yle-type:circle;

line-height: 125%;

color:#FFF;

}

h1 {

font-family:Verdana, Geneva, sans-serif;

font-size: 18px;

font-weight: bold;

color: #FFF;

}

h1 a:link{
	font-size:24px;
	color: white;
	font-family: "Viner Hand ITC";
	padding-right:15px;
	padding-left:15px;
}
h1 a:hover{
	color:#FFF;
	
}

h1 a:visited {
	color:#CCC;
	font-family: "Viner Hand ITC";
	
}

h2 {

font-family:"Tw Cen MT", "Tw Cen MT Condensed", "Tw Cen MT Condensed Extra Bold";

font-size: 16px;

font-weight: bold;

color:#FFF;

border-bottom: thin dashed #CCC;

}
h3 {
font-family:Verdana, Geneva, sans-serif;

font-size: 12px;

font-weight: bold;

text-decoration:none;

color: #FFF;
}

h3 a:link {
	color: black;
	text-decoration:none;
	font-weight:bold;
}
h3 a:hover {
	color: black;
	text-decoration:underline;
	font-weight:bold;
}
h3 a:visited {
	color:#333;
	text-decoration:none;
	font-weight:normal;
}


/**************** Pseudo classes ****************/

a:link {

color: white;

text-decoration: none;

font-weight: bold;

}

li :link {

text-decoration: none;

font-weight: bold;

}

a:visited {

color:#CCC;

text-decoration: none;

font-weight: none;

}

li a:visited {

text-decoration: none;

font-weight: bold;

}

a:hover {

color:#F00;

padding-bottom: 5px;

font-weight: none;

text-decoration: underline;

}

a:active {

color: rgb(255, 0, 102);

font-weight: bold;

}

/************************* ID's *************************/

#navigation {

position: absolute;

width: 210px;

height: 600px;

margin: 0;

margin-top: 50px;

border-right: 1px solid #C6EC8C;

font-weight: normal;

}

#centerDoc {

position: absolute;

padding: 0 0 20px 0; /*top right bottom left*/

margin-top: 50px;

margin-left: 235px;

}

/************************* Admin CSS *************************/

.adminBody {
	background-image:url(/images/background_tile.png);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0; 
 	padding: 0;
	font-family:"Tw Cen MT","Tw Cen MT Condensed Extra Bold", "Tw Cen MT Condensed" ;
	font-size: 14px;
	color: white;
	
}
