body {
	background-color: #db751e;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000
}

table.normal{
	/* background-color: #E2D6B8; */
	background-color: #EEE8CD;
}

td.content{
	background-color: #FFFFFF; font-style:normal; font-variant:normal; font-weight:normal; color:#000000
}

td.section{
	font-size: large;
	color: #CC6600;
	background-color: #FFC164; font-weight:bold
}

td.header{
  color: #000080;
  background-color: #FFC164; 
  /*background-color: #FAFAD2; */
  font-weight:normal
}


a:.link link {
	color: #CC6600;
	text-decoration: underline;
}

a:visited.link{
	color: #663300;
	text-decoration: underline;
}

a:active.link {
	color:#31557F;
	text-decoration: underline;
}

div#outer {
	width: 720px;
	background-color:#FAEAB8;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 640px;
}
div#nav {
	width: 120px;
	padding: 10px;
	margin-top: 20px;
	float: left;
}

div#subnav {
	align: center;
	width: 100%;
	height: 30px;
}

div#subnav ul{
	align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 20px;
	white-space: nowrap;
}

div#subnav li{
	text-align : center;
   	margin-bottom : 3px;
	margin-top : 3px;
	list-style-type: none;
	display:inline;
}

div#subnav li a {
   padding : 3px;
   text-decoration : none;
   display : inline;
   width : 150px;
   color : #000000;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   background : #FFC164;
}

div#subnav li a:hover {
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #b8d0e6;
}

div#main {
	margin-left: 140px;
	margin-top: 15px;
	padding: 10px;
	width: 400px;
	background-color: #FFFFFF;
}
div#footer {
	width: 720px;
	padding: 15px;
	margin: auto;
	border-top: thin solid #000000;
}

/* demo */
#container {
   border : 1px solid #666666;
   width : 120px;
   text-align : center;
   padding : 10px;
   margin : 20px auto 20px auto;
}

#button ul {
   margin : 0px;
   padding : 0px;
   list-style-type : none;
}


#button li {
   text-align : center;
   margin-bottom : 3px;
   margin-top : 3px;
  
}

#button li a {
   padding : 4px;
   text-decoration : none;
   display : block;
   width : 150px;
   color : #000000;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;
   background : #FFC164;
}

#button li a:hover {
   border-top : 1px #31557f solid;
   border-left : 1px #31557f solid;
   border-bottom : 1px #f8f9fb solid;
   border-right : 1px #f8f9fb solid;
   text-decoration : none;
   background : #b8d0e6;
}
.style1 {
	font-size: x-large;
	font-weight: bold;
	color: #CC6600;
}
.style2{
    font-size: large;
	font-weight: bold;
	color: #CC6600;
}

input{
background-color: #FFFFDD;
}

textarea {
background-color: #FFFFDD;
}

.formbutton{
font-size: large;
background-color: #c5c5c5;
}
