body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size:11px;
	color:#606060;
	background-color: #c7e3ff;
	background-image: url(../img/vertical.png);
	background-repeat: repeat-x;
    padding: 0px;
	margin: 0px;
}

a {
	color: #797867;
	text-decoration: underline;
} 

a:visited {
	color: #797867;
	text-decoration: none;
} 

a:hover {
	color: #797867;
	text-decoration: none;
} 

a:active {
	color: #797867;
	text-decoration: none;
} 

p {
	padding: 0px;
	margin: 0px;
	line-height: 16px;
}

img {
	border: none;
}

h1 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	color: #555555;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

h2 {
	font-family: Georgia, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 3px;
	color: #757064;
	margin: 0px;
}

h3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #757064;
	margin: 0px;
}

h4 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 3px;
	color: #757064;
	margin: 0px;
}

h5 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	color: #555555;
	font-size: 18px;
	margin: 0px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

li {
	list-style-type:none;
}

.clearAll {
clear: both;
}

.clear {
	width: 600px;
	height: 50px;
	float: left;
}

.foundation {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}

.header {
	height: 40px;
	background-image: url(../img/horizontal.png);
	background-repeat: repeat-y;
}

.left {
	width: 400px;
	font-size: 10px;
	float: left;
}

.left a {
	color: #797867;
}

.left p {
	padding-bottom: 15px;
	line-height: 16px;
}

.left h2 {
	font-size: 14px;
	color: #333333;
	padding-bottom: 5px;
}

.left .portal {
	float: right;
	color: #757064;
	width: 220px;
	padding-top: 50px;
}

.left .portal h3 {
font-size:11px;
	font-weight: bold;
	padding-bottom: 8px;
}

.left .portal li {
	padding-bottom: 8px;
}

.left .portal .highlight {
	color: #93927B;
	padding-right: 5px;
}

.logo {
	background-color: #264155;
	height: 270px;
	background-image: url(../img/bg_right.png);
	background-repeat: no-repeat;
}

.main {
	width: 519px;
	float: left;
	background-color:#FFFFFF;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.main p {
	padding-bottom: 16px;
	line-height: 22px;
}

.main .story {
	padding-bottom: 5px;
	padding-left: 60px;
	padding-right: 60px;
}

.story img {
	float:right;
	border:none;
	margin-left:8px;
}

.logotop {
	position:absolute;
	left:818px;
}

.entrance {
	float:left;
	width:240px;
	background:#fff;
	margin-bottom:15px;
	border-bottom:1px solid #aaa;

}
.entrance a {
	font-size:22px;
	font-family:Lucida Grande;
	font-weight:bold;
	color:#666;
	text-decoration:none;
}
.entrance td {
	padding:3px;
}

/*seminar table*/
table#dbTable {
    font: 10px Verdana, Arial, Helvetica, sans-serif;
	width:215px;
	margin-left:0px;
	margin-top:5px;
	line-height:18px;
	border:#369 1px solid;
}	
table#dbTable caption {
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:black;
	font-weight:normal;
}
table#dbTable th {
	text-align:left;
	background:#1c558b;
	color:#fff;
	padding:1px 0px 1px 6px;
}
table#dbTable td {
	text-align:left;
	padding:1px 0px 1px 8px;
}

table#dbTable tr a {
	color:#134980;
}
	
table#dbTable tr {
	background: #fff;
	color:black;
}


