@charset "UTF-8";
/* CSS Document */

/*  CSS RESET  */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
/*  END CSS RESET  */

/* BEGIN MY CSS */

body {
background-color: #999999;
text-align:center;
margin-top: 0px;
margin-bottom: 0px;
}

#page {
margin: 0 auto 0 auto;
padding: 0 auto 0 auto;
width: 810px;
/*border-right: 10px url("bg-right.gif") repeat-y;
border-right: 10px solid #999999;
border-left: 10px solid #999999;
border-bottom: 10px solid #999999;*/
text-align: left;
}

#header {
width: 100%;
height: 104px;
/*background-image:url('tombanner_ai.gif');*/
background-color: white;
margin-bottom:2px;
margin-top:2px;
}

#left {
float:left;
width: 110px;
height: 100%;
background-color:white;
margin: 0px 1px 0px 0px;
}

#right {
float: right;
width: 698px;
margin: 0px 0px 0px 1px;
}



#nav {
float:left;
width:100%;
line-height:normal;
background-color:white;
margin-bottom:2px;
}

#nav ul{
	margin: 0 2px 0 0;
	padding: 5px 5px 5px 5px;
}
#nav ul li{
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;

}
#nav ul li a{
	color: black;
	padding: .5em;
	text-decoration: none;
}
#nav ul li a:hover{
	background-color:#666666;
	/*background-image: url(menuhover2.gif);*/
	background-position: bottom;
	background-repeat: repeat-x;
	color: white;
}


/* -----CONTENT----- */
#content {
clear: both;
width: 100%;
/*height: 100%;*/
padding-top: 5px;
margin-bottom: 0px;
background-color: white;
}

#second-content {
position: relative;
margin: 1px 15px 0px 15px;
padding-bottom: 10px;
min-height: 500px;
_height: 500px;
text-align: left;
}

/* for Internet Explorer */
/*\*/
* html #content {
height: 500px;
}
/**/

#second-content h1 {
font-family:Arial, Helvetica, sans-serif;
font-weight:800;
color:#000066;
text-align: left;
font-size:1.5em;
margin: 2px 0px 5px 0px;
}

#second-content p {
font-family:Arial, Helvetica, sans-serif;
color:#330033;
text-align: left;
font-size:0.9em;
margin: 2px 0px 10px 0px;
}

#second-content img {
margin: 1px 3px 1px 0px;
}

#second-content ul {
list-style:square;
margin-left: 35px;

}

#second-content ul li {
font-family:Arial, Helvetica, sans-serif;
color:black;
text-align: left;
font-size:0.9em;
margin: 2px 0px 0px 0px;

}

#footer {
position: relative;
margin: 0px 0px 0px 0px;
}

#footer p {
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 0.9em;
margin-bottom: 0px;
background-color: white;
}









