
/* CSS Document */

/*PAGE LAYOUT*/
body {

	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#toppage{
	width:800px;
	text-color: #BFACCF;
}
#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/topbar_1-3.jpg);
	background-color: #BFACCF;
	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;
}
#title{
	position:absolute; 
	right:10px; 
	bottom:0px; 
	width:600px;
}
#menu{
	float:left; width:190px; 
	margin:0px;
}
#footer{
	width:590px; 
	padding-right:10px; 
	padding-left:200px;
}

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

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #CCCCCC;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #cccccc;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration: none;
	color:#999999;
   text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #cccccc;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
	color: #999999;
}
.orangelogotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#C299E3;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}
#linksmenu a{
	float:right; 
	width:183px; 
	height:20px; 
	background-color:#D8CBED; 
	border-left:solid 1px #FFFFFF; 
	border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #999999;
	text-decoration:none;
	padding-top:5px;
}
#linksmenu a:hover{
	background-color:#BFACCF;
	color: #FFFFFF;
}
/****---------------------*****/


hr{
    color: #00428b;
}
.br {
    width: 100%;
    display: table;
    border: 1px solid #ff0000 ;
    clear: both;
    font-size: 1px;
    visibility: hidden;
}
.bold {
    font-weight: bold;
}
.main {
    width: 550px;
}
.main2 {
    width: 750px;
}
.top {
    width: 100%;
    background: #FFFFFF url('../images/top.gif') repeat-x top; 
    color:#FFFFFF;
    height:45px;
    text-align: left;
	vertical-align:middle;
    font-weight: bold;
    font-size:110%;
    display: table;
}
.top-padding {
    color:#FFFFFF;
    padding: 5px 10px 5px 10px;
}
.middle {
    width: 100%;
    font-size: 70%;
    text-align: left;
    vertical-align: top;
    display: table;
}
.middle-padding {
    padding: 10px 10px 10px 10px;
}
.bottom { 
    width: 100%;
    background: #FFFFFF url('../images/bottom.gif') repeat-x top; 
    display: table;
}
.bottom-menu {
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px 5px 10px;
    font-size: 70%;
}
.bottom-copyright {
    font-size: 65%;
    color: #7b7b7b;
    padding: 2px 10px 2px 10px;
    text-align: center;
}
.bottom-copyright-a:link, .bottom-copyright-a:visited {
    text-decoration:underline; 
    color: #7b7b7b; 
}
.bottom-copyright-a:hover, .bottom-copyright-a:active {
    text-decoration:none; 
    color: #5a9922;
}
.cell {
    float:left; 
    width:33%; 
    padding: 0px 0px 10px 0px;
    display: inline;
	text-decoration:none;
}
.category {
    font-weight: bold;
    font-size: 1.2em;
	text-decoration:none;
color: #999999

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++* 
	
}
.paginator {
    float:right; 
}

h1  {
font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #cccccc;
}

h2, h3, h4, h5, h6 {
    color: #00428b;
    margin: 0px;
}
a {
	color: #BFACCF;
 text-decoration: none;
}
a:link {
	color: #BFACCF;
 text-decoration: none;
}
a:visited {
	color: #BFACCF; 
	text-decoration: none;
}
a:active {
	color: #BFACCF; 
text-decoration: none;
}
a:hover {
	color: #BFACCF; 
	text-decoration: none;
}
hr{
    color: #00428b;
}


