body{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:		small;
	width:		1050px;
	/*padding-left:	25px;*/
}

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{
	margin-bottom:		10px;
	margin-left: 25px; 
       }

#navigation{	
	margin:		0px 10px 10px 10px;
	/*width:		800px;*/
	border-color:	#dddddd;
	line-height:	150%;
	color:		#dddddd
	font-weight:	bold;
}

#navigation img{
	margin:		0px 20px 20px 0px;
}

#navigation a:link{
	color:			#dddddd;
	text-decoration:	none;
}

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

#navigation a:hover{
	color:		blue;
}

a:link img{
	border:		0px;
}

a:visited img{
	border:		0px;
}

a:active img{
	border:		0px;
}

#main{
	border-color:		#e1808b;
	border-style:		solid;
	border-width:		5px;
	margin:			10px 240px 10px 10px;
	padding:		25px 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%;
}

#main img{
	padding: 10px;
}




.floatleft{
	float:	left;
	margin-right:	30px;
}

.floatright{
	float:	right;
}

#right{
	float:	right;
	width:	240px;
	
}

#right img{
	display: block;
        margin-left: auto;
        margin-right: auto;
	padding: 3px;
}



#footer{
	clear:		both;
	background-color: #bce4ec;
	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;
}

.frame{
	/*padding: 5px, 5px, 5px, 5px;*/
	margin: 10px;
	background-color: #71c7f4;
	/*background-image:url('images/frame_small.gif');*/
	float: left;
	width: 200px;
	height: 300px;
}

.blurb{
	background-color: #71c7f4;
	margin: 10px;	
	padding: 10px, 10px, 10px, 10px;
	/*background-image:url('images/frame_small.gif');*/
	float: left;
	width: 200px;
	height: 300px;
}


