/* main styles */

div#container {
  position: relative;
  width: 600px;
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  color: #333333;
  background-color: #D9D9D9;
  text-align: left;
}

div#header {
  width: auto;
  height: 5px;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 20px 20px;
}
div#header h1, div#header p {
  text-indent: -9999px;
}

div#siteBanner {
  clear: both;
  width: 600px;
  height: auto;
  margin: 0 0 1em 0;
  color: #000000;
  background-color: transparent;
}

div#mainContents {
	display: block;
	width: 560px;
	height: auto;
	margin: 15px 5px 15px 10px;
	padding: 20px 10px 20px 10px;
	border: 1px solid #c0c0c0;
	background-color: #FFFFFF;
	background-repeat:repeat-x;
}

div#mainContent p{
  margin: 0 10px 10px 10px;
  padding: 5px 5px;
  font-size: 14px;
  line-height:1.3em;
  }


h3 {
  font-size: 12px;
  margin: 0px 8px 0px 10px;
  padding: 0px 0px 0px 0px;
  color: #000000;
  font-size: 130%;
  text-align: center;
  border-style:solid;  
  border-color: #3C9DFF;
  background-color:#FBFBFB;
  border-width: 1px 1px 1px 1px; 
}

h4 {
  font-size: 12px;
  margin: 0 140 0 0px;
  padding: 5px 5px;
  border-bottom-color: #999;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #3C9DFF;
  border-left-style: solid;
  border-left-width: 3px;
  background-color:#FFFFFF;
}

div#mainContents2 {
	display: block;
	width: 560px;
	height: auto;
	margin: 15px 5px 15px 10px;
	padding: 20px 10px 20px 10px;
	border: 1px solid #c0c0c0;
	background-image:url(../back10.jpg);
	background-repeat:repeat-x;
}

.square {
  margin: 0px 10px 0px 10px;
  padding: 5px 0px 0px 10px;
	list-style-type: square;
	line-height:25px;
}

table {table-layout:fixed;
 margin: 10px 5px 2em 10px;
 }
 
.col1 {width: 70px;
text-align:center;
vertical-align:middle;
 }
 
.col2 {width: 497px;
vertical-align:middle;
text-indent:1em;
line-height:20px; 
 }
	   
th {background-image:url(../back06.jpg);
	background-repeat:repeat-x;
}

td {background-image:url(../back04.jpg);
	background-repeat:repeat-x;
}

th,td {height: 30px;
}

div#profile{
display: block;
width: 600px;
  margin: 0px;
  padding: 0;
} 

div#profile div#name {
  display: block;
   float: left;
  width: 590px;
  height: auto;
  margin: 0px;
  padding: 0px;
  }
   
div#profile div#name h2 {
   font-size: 14px;
  margin: 10px 0px 0px 10px;
  padding: 10px 0px 10px 10px;
  background-color: #FBFBFB;
  border-style:solid;  
  border-top-color: #006FDD;
  border-bottom-color: #006FDD;
  border-width: 2px 0px 2px 0px;
  background-image:url(../back03.jpg);
	background-repeat:repeat-x;
 }

div#mainContents3 {
	display: block;
	display:inline;
	float: left;
	width: 558px;
	height: auto;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	border: 1px solid #c0c0c0;
	background-image:url(../back09.jpg);
	background-repeat:repeat-x;
}


 div#mainContents3 p{
  margin: 0 10px 10px 10px;
  padding: 5px 5px;
  font-size: 14px;
  line-height:1.5em;
  }

div#profile .dai{
color:#006DDB;
background-color:#FFFFFF;
text-align: center;
}

div#profile .dai a{
color:#006DDB;
text-decoration:none;
}

.dai a:hover{
color:#49db8b;
}

div#profile .top{
color:#006DDB;
background-color:#EFEFEF;
text-align: center;
}

div#profile .top a{
color:#006DDB;
text-decoration:none;
}


.top a:hover{
color:#49db8b;
}

div#footer  {
  margin: 10px 0px 0px 0px;
  padding: 10px 0;
  width: 600px;
  font-famiry: sens-serif;
  clear:both;
  text-align: center;
  font-size: small;
  background-color: #007CEC;
  color: #fff;
 }  
