@charset "utf-8";
/* CSS Document */

div#box{
	position: relative;
	margin-right: auto;
	margin-left:auto;
	top: 0px;
	margin-top: -10px;
	width: 943px;
	height: 588px;
	background-image:url(../img/shadow.png);
}

div#main{ 
	position: relative;
	margin-right: auto;
	margin-left:auto;
	background-image:url(../img/gradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 550px;
	width: 880px;
}

div#header{
	position:absolute;
	left: 40px;
	width: 200px;
	height: 95px;
	background-image:url(../img/logo.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom;
}
div#menu{
	margin-left: 200px;
	width: 600px;
	height: 95px;
	background-image:url(../img/menu.png);
	background-repeat:no-repeat;
	background-position:right;
	background-position:bottom;
	position:absolute;
}

div#footer{
	position: absolute;
	height: 32px;
	width: 400px;
	bottom: 0px;
	left: 41px;
	font-size: 10pt;

}

img{
	border:none;
}

div#inner{
	position: absolute;
	height: 25px;
	width: 558px;
	left: 45px;
	bottom: 5px;
	padding: 0px;
}

div#sub-menu{
	height: 378px;
	width: 200px;
	top: 120px;
	left: 41px;
	position:absolute;
}

div#content{
	position: absolute;
	width: 547px;
	height: 394px;
	left: 288px; 
	top: 120px;
	overflow:auto;
	padding-right:5px;
}

div#pic{
	position:absolute;
	bottom: 0px;
}

.title{
	font-size: 13pt;
	font-style:italic;
	line-height: 20pt;
	text-align: left;
}

body{
	font-family: "Arial", "Times New Roman";
	color: #2F2F82;
	font-size:9pt;
	font-style:normal;
	font-weight:normal;
}

.menutext{
	font-weight: bold;
	line-height:10pt;
}

h1{
	font-size:10pt;
	font-weight:bold;
	line-height: 11pt;
	margin-bottom:0px;
	margin-top:0px;
}

p{
	margin-top:0px;
	margin-bottom:11pt;
}

li{
	list-style-position: inside;
}

ol{
	padding-left: 0px;
	margin-left:0px;
	list-style-type: decimal;
	margin-top:0px;
}

ul{
	list-style-type:disc;
	margin-top:0px;
	margin-left: 5px;
	padding-left:5px;
}

a{
	color: #2F2F82;
	text-decoration: none;
}

div#team{
	width:860px;
	height:300px;
	top:150px;
	left:3px;
	position:absolute;
	text-align:center;
}

div#home{
	position:absolute;
	width:auto;
	height:auto;
	bottom: 0px;
	left: -200px;
}
