body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:		small;
	min-width:		1000px;
}

em{
	font-weight:	bold;
}

p{
	margin: 10px;
	padding:	3px;
}

table{
	border:	solid black thin;
	caption-side: bottom;
	border-collapse: collapse;
	background:	#dddddd;
}

td, th{
	border:	thin dotted gray;
	padding:	5px;
}

th{
	background:	#ff9418;
}

caption{
	margin-bottom:	50px;
}

#banner{
	background-color:	#cccccc;
	margin:		0px 0px 10px 0px;

	
}

#navigation{	
	margin:		0px 10px 10px 10px;
	width:		200px;
	background-color:	#ff9418;
	line-height:	150%;
	color:		white;
	font-weight:	bold;
	padding:	10px;	
	float:		left;
}

#navigation a:link{
	color:			white;
	text-decoration:	none;
}

#navigation a:visited{
	color:			white;
	text-decoration:	none;
}

#navigation a:hover{
	color:		blue;
}

a:link img{
	border:		0px;
}

a:visited img{
	border:		0px;
}

a:active img{
	border:		0px;
}

#main{
	background-color:	#2fa3e0;
	margin:			80px 220px 10px 180px;
	padding:		15px 15px 50px 15px;
	-webkit-border-radius: 100px;
	-khtml-border-radius: 100px;	
	-moz-border-radius: 100px;
	border-radius: 100px;
	line-height:	130%;

	
}

#main h1{
	font-size:	x-large;
	line-height:	150%;
}


.floatleft{
	float:	left;
	margin-right:	30px;
}

.floatright{
	float:	right;
}

#right{
	float:	right;
	width:	200px;
}

#footer{
	clear:		both;
	background-color: #8ac5ef;
	font-size:	small;
	text-align:	center;
}

.pic{
	float: right;
	margin: 0px 30px 30px 20px;
}

.summary{
	font-size:	large;
	font-weight:	bold;
	line-height:	150%;
	
}

.mycontent{
	font-size:	normal;
}
