/* CSS Document */

html {height:100%;}

body,td,th {
   font-family: "MS Serif", "New York", serif;
	font-size: 100%;
	color: #552E11;
}
body {
   background-color: #FFDDE2;
}

a:link {
   color: #B6891F;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
   color: #B6891F;
}
a:hover {
	text-decoration: none;
   color: #E5C579;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 180%;
	color: #996600;
}
h2 {
	font-size: 160%;
	color: #666600;
}
h3 {
	font-size: 140%;
	color: #6ca6cd;
}
h4 {
	font-size: 125%;
	color:#996633;
}
h5 {
	font-size: 115%;
	color: #6ca6cd;
}

img {
	border:none;
}
#main {
	width:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	border: 3px solid #ff9900;
	padding: 15px;
	background:#FEFEF2;
}

#top {
	position:relative;
	width:800px;
	height:90px;
	text-align:center;
}

#top_adv {
	width: 800px;
	height: 92px;
	text-align:right;
	padding: 10px;
	background:url(images/top.jpg) no-repeat;
}
#sitename {
	float:left;
	width: 410px;
	text-align:left;
	padding-left: 55px;
}
#search{
	position:relative;
	float:left;
	width: 250px;
}

#left_col {
	float:left;
	width:180px;
	height:auto;
	padding-top: 15px;
}

#left_col ul{
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style: none;
} 

#left_col li a {
	display: block; 
	height: 16px;
	text-decoration: none;
	margin: 2px;
	padding: 3px 19px 3px 19px;
	font-size: 88%;
	background: #ffffff url(images/arrow.jpg) no-repeat right;
	color: #666600;
	border: 1px solid #ff9900;
} 

#left_col li a:hover, #left_col li a#selected, #left_col li a#selected:hover
{ height: 16px;
  padding: 3px 19px 3px 19px;
  border: 1px solid #ff9900;
  background: #ffffff url(images/arrow_over.jpg) no-repeat right;
  color: #ff9900;
} 


#top_menu {
	position:relative;
	width: 798px;
	height: 30px;
	border-bottom: 3px solid #ff9900;
	text-align: center;
}

#top_menu ul{
	margin: 0px 0px 0px 0px; 
	padding: 0px;
	list-style: none;
} 

#top_menu li a {
	display: block;
	float:right;
	width: 150px;
	height: 16px;
	text-decoration: none;
	margin: 2px;
	padding: 3px 19px 3px 19px;
	font-size: 88%;
	background: #ffffff url(images/top_bg.jpg) repeat-x;
	color: #666600;
	border-color: #666600;
	border: 1px solid;
} 

#top_menu li a:hover, #top_menu li a#selected, #top_menu li a#selected:hover
{ height: 16px;
  padding: 3px 19px 3px 19px;
  border: 1px double #ff9900;
  background: #ffffff;
  color: #ee9a00;
} 

#adv_und_menu {
	font-size:80%;
	text-align:center;
	margin:2px;
}


#content {
	float:left;
	text-align:justify;
	width:586px;
	float:right;
	margin: 10px;
	padding-left: 10px;
	border-left: 3px solid #ff9900;
	font-size: 80%;
}
#content a:link {
   color: #B6891F;
	text-decoration: none;
}
#content a:visited {
	text-decoration: none;
   color: #B6891F;
	/*border-bottom: 1px dashed;*/
}
#content a:hover {
	text-decoration: none;
   color: #E5C579;
}
#content a:active {
	text-decoration: none;
}


#footer {
	font-size:60%;
	text-align:center;
	width:800px;
	height:50px;
	border-top: 3px solid #ff9900;
	padding-top: 3px;
}

#footer h1 {
	font-size: 9px;
}

acronym {
	border-bottom: 1px dotted #ff9900;
	cursor:help;
	color: #996600;
}

#content ul {
	list-style:none;
}

#content ul li {
	list-style:url(images/arrow.jpg);
}

#content ol {
	list-style: none;
}
#content ol li {
	list-style: none;
}

blockquote
{ margin: 30px 0px 30px 0px; 
  padding: 10px 30px 10px 20px;
  border-left: 8px solid;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #6ca6cd;
  font-style:italic;
}

input.styled {
	border: #ff9900 solid 1px;
	background-color: #FFF;
	color: #666600;
	font-size: 10px;
}

.clear {clear:both;}







/* TAGS */

p.tags {
    line-height: 2.25em;
    margin: 2em 10%;
    text-align: justify;
    vertical-align: middle;
}
p.tags a,
p.tags span {
	color: #556B2F;
	margin-right: 0.5em;
}
p.tags span:hover {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #eee;
}
.bmarksss {
	width: 13%;
	vertical-align: top;
}
.bmarksss1 {
	width: 87%;
	vertical-align: top;
	padding-left: 6px;
	border-bottom: 1px dashed #6D6D6D;
}
img .myborder {
	border: 1px;
}
ol {
	list-style: none;
}
/*Pagination*/

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
	line-height: 25px;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
	font-weight: bold;
	background-color: #336633;
	color: #FFF;
}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #AAAADD;
		line-height: 25px;
		color: #DDD;
	}
	
p.error,
p.success {
    border: 1px solid;
    font-size: small;
    margin: 0.5em;
    padding: 0.5em;
    width: 70%;
}
p.error {
    background: #FCC;
    border-color: #966;
    color: #633;
}
p.success {
    background: #CFC;
    border-color: #696;
    color: #363;
}
.inter {
	line-height: 20px;
	padding: 10px;
}
/* block quote */
blockquote
{
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid #DC143C;
}
.inter {
	line-height: 20px;
	padding: 10px;
	font-size: 11px;
}

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#FEFEF2;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url(images/tableftI.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url(images/tabrightI.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }
