body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:left;
	/* DEFAULT COLORS */
	color: #001C28;
	
	/*background-color: #fcfcd6;*/
	background-color: #ffffff;
	/*background-image: url(../images/background.jpg);
	background-repeat: no-repeat;*/
	

}
a {
	/* DEFAULT */
	color: #005550;
	background-color:inherit;
}
a:visited {
	/* DEFAULT */
	color:#264848;
	background-color:inherit;
}
a:active {
	/* DEFAULT */
	color: #1e82cb;
	background-color:inherit;
}
a:hover {
	/* DEFAULT */
	color:#552400;
	background-color:inherit;
}
h2 {

}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size:16px;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
h3:first-child {
	margin-top: 0px;
	padding-top: 0px;	
}
h5:first-child {
	margin-top: 0px;
	padding-top: 0px;	
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a img {
	border:none;
}

big {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
bold {

}
em {

}

#container {
	width: 760px;
	margin:0;
	text-align:left;
	/* DEFAULT */
	/*background-color: #ffffff;*/
	color:inherit;
}
/*
	+++++++++++
	PAGE HEADER
	+++++++++++
*/
#header {
	position:relative;
	background:none;
	height:135px;
}
#logo {
	/*display:none;*/
	position:absolute;
	margin: 0;
	padding: 0;
	height: 120px;
	width: 200px;
	top:0px;
	left:0px;
	
}
#logo img {
	border:none;
}
#logo h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#logo a {
	text-decoration: none;
	background-color:inherit;
}
#tslogan {
	display:none;
	position:relative;
	margin: 0;
	padding: 0;
	height: 1px;
	width: 1px;
}
#tslogan p {
	padding:0;
	margin:15px;
	font-size: 18px;
	color: #000000;
}

/*
	+++++++++++++++
	PAGE NAVIGATION
	+++++++++++++++
*/
#menu {
	position:absolute;
	margin: 0;
	padding: 0;
	top:25px;
	left:240px;
	width:500px;
}
#menu-right ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#menu-right ul li {
	position:relative;
	display:block;
	float:left;
	cursor: pointer;
	margin: 0;
	padding: 0;
	height: 13px;
	line-height: 13px;
	width:auto;
	border: none;		
	white-space: nowrap;
	margin-bottom:5px;
}
#menu-right ul li a {
	position:relative;
	float:left;
	padding: 0px 2px;
	height: 13px;
	display:block;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	margin: 2px;
	border: 1px solid #947064;
	background-color:#f2f2ce;
}
* html #menu-right ul li {
	margin:0;
}

#menu-right ul li a:hover {
	color: #fcfcd6;
	background-color:#4f3212;
	border: 1px solid #000000;
}

#submenu {
	position:relative;
	display:none;
	text-align: right;
	margin: 0px;
	padding: 3px 12px 0px 0px;
	width: 738px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
* html #submenu {
	width: 750px;
}
#submenu a {
	text-decoration: none;
}

#path {
	position:absolute;
	top:135px;
	left:245px;
	width:500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	padding:0px;
	margin:0px;
	line-height:10px;
	color: #AD9D6D;
	
}
#path .sep {

}
#path a {
	text-decoration:none;
	/* DEFAULTS */
	color: #AD9D6D;
}
#path a:hover {
	/* DEFAULTS */
	color: #993300;
}





#pagetitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pagetitle h1 {
	font-size: 19px;
	font-weight: bold;
	padding:0;
	margin:0;
}
/*
	++++++++++++
	PAGE CONTENT
	++++++++++++
*/
#pagecontent {
	padding: 0px;
	margin-top: 25px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 13px;
	
}

#pagecontent .clear {
	clear:both;
}

/*
	+++++++
	CONTENT
	+++++++
*/
#content {
	/*background-color:#33FFFF;*/
	/*width:500px;*/
}
#content h3 {
	clear:both;
	color:#000000;
	margin-top: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color:#d8d89d;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 7px;
}
#content h3 a {
	/*text-decoration:none;*/
	color:#000000;

}

#content img {
	border:none;
}


/*
	+++++++++++
	PAGE FOOTER
	+++++++++++
*/
#tfooter {
	/* DEFAULTS */
	background-color: #f2f2ce;
}
#footer-bar {
	margin: 0px;
	padding: 0px;
	height: 7px;
	width: auto;	
	
	line-height:5px;
	font-size:0em;/*IE HACK*/
	background-color:#d8d89d;
	/* DEFAULTS */
	/*background-image: url(/themes/default/images/footer-bar-bg.png);*/
	/*background-repeat: repeat-x;*/
}
#footer-menu {
	text-align:center;
	margin-bottom: 16px;
	width:730px;
	margin-top: 5px;
	margin-right: 15px;
	margin-left: 12px;
	heaight:auto;
	
}
#footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:730px;
	height:12px;
}
#footer-menu ul li {
	/*display:inline;*/
	font-size: 11px;
	font-weight: normal;
	margin: 0px 3px;
	padding: 0;
	line-height: 12px;
	white-space:nowrap;
	height:12px;
	
	display:block;
	float:left;
}	
#footer-menu ul li a {
	/* DEFAULTS */
	color: #001C28;
}
#footer-menu ul li a:hover {
	/* DEFAULTS */
	color:#A47B00;
}

#footer-content {
	padding: 0px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
	clear:both;
}
#footer-bot {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: auto;
	text-align: right;
	/* DEFAULTS */
	/*background-color: #3c505e;*/
}
#footer-bot #author {
	font-size:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5px;
	line-height:15px;
}
#footer-bot #author a {
	text-decoration:none;
	/* DEFAULTS */
	color:#ede2c3;	
}

/*
	++++++++++++++++++
	IMPORTANT MESSAGES
	++++++++++++++++++
*/

#ImportantMessages {
	display:block;
	width: auto;
	height:auto;
	padding:5px;
	
	background-color: #FFE8E8;
	border: 1px solid #FF0000;
}
#ImportantMessages .icon {
	height:45px;
	width:45px;
	float:left;
	display:block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ImportantMessages .text {
	height: auto;
	width: auto;
	float:left;
	display:block;
}
#ImportantMessages .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 3px;
	padding: 0px;
	display:block;
}
#ImportantMessages .messages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	display:block;
}
#ImportantMessages p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#ImportantMessages .break {
	clear:both;
}
#ImportantMessages ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#ImportantMessages li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}

/* TABLES */
.mytable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
	/* DEFAULTS */
	background-color: #f2f2ce;
	border: 2px solid #d8d89d;
}
.mytable td {
	margin: 0px;
	padding: 5px;
	text-align:left;
	vertical-align: top;
	/* DEFAULTS */
	border: 1px solid #d8d89d;
}
.mytable th {
	margin: 0px;
	padding: 5px;
	text-align:left;
	vertical-align: top;
	/* DEFAULTS */
	background-color: #d8d89d;
	color:#000000;
	border: 1px solid #d8d89d;
}

/* SEARCH */
h4.search {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
}
p.search {
	margin: 0px;
	padding: 0px;
}
h5.search {
	margin: 0px;
	padding: 0px 0px 15px;
	font-size: 10px;
	color: #009933;
}



.directories div {
	display:block;
	/*border:1px solid #000000;*/
}
.directories ul {
	display:block;
	margin: 0px 15px 0px 0px;
	padding: 0px;
	list-style-type: none;
	
}
.directories ul li a {
	display:block;
	background-image: url(/themes/default/images/folder.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	width: auto;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-left: 20px;
}
.directories ul li a.parent {
	background-image: url(/themes/default/images/folder-parent.png);
}




.chapo {
	margin-bottom: 10px;
}
.chapo h2 {
	margin: 0px 0px 7px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.chapo p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
