/* CSS Document */

/*PAGE LAYOUT*/
body {
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; border-right:solid 1px #999999;
}
#topbar{
	float:left; 
	width:608px; 
	height:40px; 
	background-image:url(images/bg_topbar.gif);
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
}
#header{
	width:800px;
}
#content{
	width:800px;
}
#contenttext{
	float:left; width:608px; 
	background-color:#F7F7F7; 
	border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
	min-height:360px;
}
#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7; border-left:solid 1px #999999;
}
#pagetitle{
	position: relative; 
  float: left; 
  width: 608px; 
  height: 110px; 
  background-color: #F7F7F7; 
  border-right: solid 1px #999999;
  text-align: left;
}
#title{
	position:absolute; right:10px; bottom:0px; width:600px;
}
#menu{
	float:left; width:190px; margin:0px;
}
#footer{
	width:785px;
 	background-image:url(images/bg_end.gif);
  height: 30px;
  float: left;
  text-align: right;
  padding-top: 15px;
  padding-right: 10px;
  padding-left: 5px;
}


/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:550px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Georgia, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Trebuchet MS, Georgia, sans-serif;
	font-size: 11px;
	color: #666666;
}
.title {
 font-family: Georgia;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
  padding-top: 8px;
  padding-right: 10px;
}
.title a{
	font: 0.7em Georgia, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.title a:hover{
	text-decoration:underline;
}
.title {
	font: 0.7em Georgia, sans-serif;
	font-size: 18px;
	font-weight:bold;
}
.title a{
	font: 0.7em Georgia, sans-serif;
	font-size: 18px;
	font-weight:bold;
	text-decoration:none;
}
.title a:hover{
	text-decoration:underline;
}
.logotext {
	font: 0.7em Georgia, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font-family: Georgia; 
	font-size:36px;
	font-weight:bold;
	color:#FF9900;
}
.orangetitle {
	font-family: Georgia;
	font-size:20px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float: right; 
	width: 183px; 
	height: 20px; 
	background-color:#597BBB; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font-family: Georgia;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#linksmenu a:hover{
	background-color:#333366;
}
ul{
	margin-left:0px;
	padding-left:20px;
}

.caja { 
 font-size: 13px; 
	font-family: Georgia, sans-serif;
 color: #646464; 
 margin-top: 0px; 
 margin-left: 0px; 
 margin-right: 4px; 
 border-style: solid; 
 border-width: 1px; 
 border-color: #b2b2b2; 
}

h1 { margin:0; padding:0; 	font-size:20px;	font-weight:bold; }
