body {
	background: #FFFFFF;
	text-align: center;
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	min-width: 700px;
	padding: 0;
	margin: 0;
}

.clear {
	clear:both;
}

a:link{
	color: #AC0000;
	text-decoration: none;
}

a:visited{
	color: #AC0000;
	text-decoration: none;
}

a:hover{
	color: #003366;
	text-decoration: none;
}


a.img, a.img, a.img {
	border: 0 none;
}

h1, h2 
{
	color: #666666;
	/*text-shadow: 0.2em 0.2em 0.1em #000000;*/
}

h1 {
    font-size: 1.25em;
     }

h2 {
  font-size: 1.5em;
  }

img {
      border: 0px none;
      }

/* LAYOUT */

#container{
	margin:0 auto 0 auto;
	width: 700px;
	text-align: left;
	margin-top: 0;
	padding-top: 0;
}


#header {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #CC0000;
}
.head_lucid {
    display: inline;
    font-size: x-large;
    font-weight: bold;
    color: #CC0000;
    text-transform: lowercase;
}
.head_cms {
    display: inline;
    font-size: x-large;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
}
.head_caption {
    display: inline;
    font-size: medium;
    color: #333;
}
#header p {
    display: inline;
}
#header p.version {
    font-size: xx-small;
    margin-left: 5px;
}



#top{
    margin: 10px 0 10px 60px;
}

#top img {
	padding-right: 30px;
}


#nav{
	/*border-top: 1px solid #CCCCCC;*/
	/*border-bottom: 1px solid #CCCCCC;*/
	padding: 5px 0 20px 0;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	text-align: center;
      }

#nav ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	}
#nav ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #CCCCCC;
	list-style: none;
	display: inline;
	}
#nav ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#sep {
	height: 1px;
	background: #CCCCCC;
	}

#breadcrumbs {
	padding-top: 10px;
    float: left;
	}

#sidebar{
	margin-top: 30px;
	float: right;
	width: 110px;
	padding: 0 0 0 0;
	line-height: 1.3em;
}

#sidebar h3 {
              border-bottom: 2px solid #DDDDDD;
              color: #666666;
              font-size: 1em;
 }

#sidebar div {
               padding-bottom: 25px;
 }

#sidebar ul {padding: 0 0 0 5px;}
#sidebar li {margin: 0 0 0 5px;}

#content {
	margin-top: 20px;
	float: left;
	width: 550px;
        text-align: left;
	padding: 0 15px 0 0;
	line-height: 1.6em;
	border-right: 1px dotted #CCCCCC;
	font-size: 1.3em;
}

#bottom{
height: 5px;
    margin-top: 75px;
    padding: 0;
}

#footer{
        height: 15px;
        border-top: 1px solid #CCCCCC;
		padding-top: 5px;
        padding-left: 5px;
        color: #000000;
}