/*   colors                  */
/*   #ACBFDB  soft blue      */
/*   #A67533  golden brown   */
/*   #BAF3D7  aqua           */
/*   #4B2665  purple blue    */
/*   #EBD8BE  gold beige     */
/*   #F1F1F1  pale gray      */



body      { background-color: #ACBFDB; max-width: 1024px; 
            margin-left: 164px; padding-left: 20px; margin-right: 10%; padding-right: 20px; margin-top: 0; 
            background-image: url(../images/BeigeD14x1px.gif); background-repeat: repeat-y; background-position: 150px 0px; 
            font-family: verdana, arial, san-serif; font-size: 77%; }

html      { border-top: 18px solid #ACBFDB; margin: 0; padding: 0; }

h1		{ font-size: 145%; 
		  font-weight: 700;
		  color: #A67533; }
h2		{ font-size: 120%; 
		  font-weight: 900;
		  color: #308389;
		  margin-left: 20px;
		  margin-bottom: -10px }
h3		{ font-size: 105%; 
		  font-weight: 700;
		  color: #5F4938;
		  margin-left: 0;
		  margin-bottom: 0;
		  margin-top: 12px }
dd, dt              { margin-top: 1em; }
p         { line-height: 1.4; }

b		{ color: #A67533; 
		  font-size: 105%}
ul.square       { list-style-type: square; 
		  list-style-position: outside;
		  margin-top: -10px;
		  margin-left: 33px; }

ul.square li    { color: black;
		  margin-left: 0px;
		  margin-bottom: 12px;
		  text-indent: 0; }
ul.square li p  { margin-top: 3px;
		  margin-left: 0px;
		  text-indent: 0 }
ul.none         { list-style-type: none; 
		  margin-top: -10px;
		  margin-left: 33px; }

.sp		{ font-size:  14px;
		  font-weight: 600;
		  color:  #BAF3D7;
		  letter-spacing: 1px }
.home		{ font-family: arial, san-serif;
		  font-size: 12px;
		  font-weight: 500;
		  letter-spacing: 1.1 }
a               { outline: 0; }
a:link		{ text-decoration: underline; color: #4B2665; font-weight: 600; }
a:visited	{ text-decoration: underline; color: #4B2665; font-weight: 600; }
a:hover		{ text-decoration: underline; color: #A67533; font-weight: 600; } 
a:active	{ text-decoration: none;      color: #4B2665; font-weight: 600; }

a.n:link
		{ text-decoration: none; font-weight: 500; color: #7B6A59; }
a.n:visited
		{ text-decoration: none; font-weight: 500; color: #7B6A59; }
a.n:active
		{ text-decoration: underline; font-weight: 500; color: #7B6A59; }
a.n:hover
		{ text-decoration: underline; font-weight: 500; color: #7B6A59; }


#cl		{ text-align: center;
		  color:  blue }
#cl a:link	{ text-decoration: none }
#cl a:visited	{ text-decoration: none }
#cl a:hover     { text-decoration: underline; font-weight: 700 }
#cl a:active	{ text-decoration: none }


#nav	  { text-align: right; 
	    font-size:  80%; 
	    color: #7B6A59;  }

#rev      { color: black;
	    font-size: 80%; 
	    text-align: center; 
	    margin: 13px 8% 6px 8%; padding: 10px 0 10px 0;
            border-top: 2px solid #f1f1f1; }





