/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color:Blue; color:Blue; text-decoration:underline;}
a:hover {color:Blue; background-color:Transparent; text-decoration:none;}
a:visited {color:Blue;}

body {
	background: #E7E7E2;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 0px;	
}

code,ul {padding-bottom: 1.2em;}

p {
 text-align:justify; 
 color:Black;
}

li {
	list-style: none;
	color: Black;
	padding-left:3px
}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

form {margin: 0; padding: 0; display: inline;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* misc */
.clearer{
 clear: both; 
 font-size: 0;
 padding-bottom: 8px; 
 }
.left {float: left;}
.right {float: right;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

.outer-container {
	padding-bottom: 64px;
}

/* headere & title */
.header {
	background: #222 url('img/header.jpg') no-repeat;
	height: 160px;
	margin-bottom: 5px;
	text-align: center;
}
.header .title {
	color: #FFF;
	padding-top: 50px;
}
.header .title .sitename a {
	color: #003333;
	font: normal 3em sans-serif;
	padding-bottom: 2px;
	text-decoration: none;
}
.header .title a:hover {border-color: #F60;}
.header .title .slogan {
	font: normal 1.1em Verdana,sans-serif;
	padding-top: 6px;
	color: #4A4A00;
}

/* path */
.path {
	background: #949490;
	color: #FFF;
	font: normal 1.1em Verdana,sans-serif;
	padding: 8px 12px;
}
.path a {
	color: #FAFAFA;
	text-decoration: none;
}
.path a:hover {
	color: #FFE;
	background-color: #666666;
}

/* main */
.main {
	background: url(img/main.gif) repeat-y;
	border-top: 4px solid #FFF;
	padding: 12px 5px 0px 0px;
}

/* content */
.content {
	float:right;
	width: 557px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 25px;
}
.content p {
    font-family: "Lucida Sans Unicode",sans-serif;
    text-align:justify;
    color: #000000;
    padding:10px;
}

.content a{color:Blue; text-decoration:underline;}
.content a:hover {color:Blue; background-color:Transparent; text-decoration:none;}
.content a:visited {color:Navy;} 


/* navigation */
.navigation {
	float: left;
	width: 210px;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949490;
	background-color: #F2F3EE;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.formbutton a {
	background-color: #DFE1D5;
}
.formbutton a:hover {
	background-color: #AAB091;
}

.navigation h2 {
	color: #5A5A43;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.navigation ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.navigation li {border-bottom: 1px solid #EAEADA;}
.navigation li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #f1f2f0;
	color: #654;
}

/* footer */
.footer {
	background: #949490;
	color: #F7F7F2;
	font: bold 1em sans-serif;
	margin-top: 5px;
	padding: 10px 12px;
}
.footer a {
	color: #F7F7F2;
	text-decoration: none;
}
.footer a:hover {color: #FFC;}

/* dcwirenet ad on */

.content750 {
	float: right;
	width: 750px;
}

.input_text {font-family: Tahoma,sans-serif;}

.input {
    border: 1px solid #006;
    background-color:White

}
.input:hover {
    border: 1.8px solid #f00;
}

.inputR {
    border: 1px solid #006;
    background-color:White;
   text-align :right;
}  

.inputR:hover {
    border: 1.8px solid #f00;
}

.txtBox {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: White; border: #000000; border-style: solid; border-top-width: .9pt; border-right-width: .9pt; border-bottom-width: .9pt; border-left-width: .9pt}
.txtBox150 { width:150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: White; border: #000000; border-style: solid; border-top-width: .9pt; border-right-width: .9pt; border-bottom-width: .9pt; border-left-width: .9pt}
.txtBox200 { width:200px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: White; border: #000000; border-style: solid; border-top-width: .9pt; border-right-width: .9pt; border-bottom-width: .9pt; border-left-width: .9pt}
.txtBox80 { width:80px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; background-color: White; border: #000000; border-style: solid; border-top-width: .9pt; border-right-width: .9pt; border-bottom-width: .9pt; border-left-width: .9pt}
.textBlack1{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:#000000; font-weight:bold;}
.textBlack2{ font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px; color:#000000; font-weight:bold; }
.textRed{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; color:Red; font-weight:bold;}
.textRight{text-align:right;}

.listMenu{
width:160px;
height:30px;
border:1px solid;
border-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:Blue;
}

.listMenuL{
width:200px;
height:30px;
border:1px solid;
border-color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:Blue;
}

.bodyTextBlack{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:Black;
text-align:justify;
}

.bodyTextBlackR{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:right;
}

.button {
  width:90px;
  height:22px;
  background-color:#949490;
  color:White;
  border:1px solid;
  }
  
.button:hover {
    border: 1px solid #f00;
    background: #eef;
    color:Black;
}

.buttonR {
  width:80px;
  height:22px;
  background-color:#949490;
  color:White;
  border:1px solid;
   float:right;
  }

.buttonR:hover {
    border: 1px solid #f00;
    background: #eef;
    color:Black;
}

.BoldEmphasis
{
    font-weight: bold;
    font-style: italic;
}

.Bold
{
    font-weight: bold;   
}

.RedEmphasis{
    font-weight: bold;
    font-style: italic;
    color: Red;
}

.RedEmphasisR{
    font-weight: bold;
    font-style: italic;
    color: Red;
    float:right;
}

.YellowEmphasis
{
    background-color: Yellow;
}
#div-left {
	float:left;
	padding:0 10px;
}

#div-right {
	float:right;
	padding:0 10px;
}

div#MainImg            {}
.fancy                 {border:1px solid #ddd;padding:.5em;}
.fancy.xsmall          {height:110px;}

.float_right{float:right;}
.float_left{float:left;}


.linkNextPrev{ text-decoration:none;color:#663300;font-size: 8pt;}
.linkNextPrev:hover {color: #FF0000;}

.InputPageNumber {border: 1px solid #006; background-color:White;}
.InputPageNumber:hover {border: background-color:Aqua;}

.ButtonNumber{
    margin-top:10px;
  width:50px;
  height:18px;
  background-color:#F9EDDD;
  color:#663300;
  border:1px solid;
  }
