/* CSS Document - Up with Down School v3 *//* Structure */body {	margin: 0px;	padding: 0px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	color: #000063;	background-color: #DEE7EF;	}	#topbar {	height: 50px;	/* background: url(images/wallpaper.gif) top center repeat; */	border-bottom: 10px solid #000063;	background-color: #5A79A5;	}#title {	margin:0 auto 0 auto;	text-align:center;	margin-bottom:25px;	}#title img {	border:none;	}#container {	width:600px;	margin:0 auto 0 auto;	}#sidebar {	width:200px;	float:right;	}#content {	margin-right:220px;	padding-right:20px;	border-right:1px solid #9CAAC6;	}#footer {	width:600px;	margin:0 auto 0 auto;	padding:10px;	text-align:center;	border-top:1px dashed #9CAAC6;}		/* Typography */a {	color:#000063;	}a:hover {	text-decoration:none;	color:#CF0000;	}textarea,input,submit {	background-color:#eeeeee;	color:#000063;	padding:5px;	border:none;	margin:3px;	}h1 {	font-family:Georgia, "Times New Roman", Times, serif;	font-size:200%;	color: #5A79A5;	font-weight:normal;	}#title p {	letter-spacing:2px;	color: #000063;	font-size: 125%;	}#sidebar h1 {	font-family:"Trebuchet MS", Arial, Verdana;	text-align:right;	font-size:200%;	color:#CF0000;	border-bottom:1px dashed #9CAAC6;	}#sidebar p {	line-height:20px;	}#menu {	text-align:right;	}#menu a {	color: #000063;	background-position:right;	background-repeat:no-repeat;	padding-right:10px;	line-height:15px;	text-decoration:none;	}#menu a:hover {	color:#CF0000;	}#content h1 {	font-family:"Trebuchet MS", Arial, Verdana;	text-align:left;	font-size:200%;	color:#CF0000;	border-bottom:1px dashed #9CAAC6;	padding-top:15px !important;	padding-top:0;	}#content p {	line-height:20px;	text-indent:15px;	}#content ol,ul {	line-height:25px;	}	.thumbnail {	float: left;	width: 72px;	margin: 0 15px 15px 0;	}	.clearboth { 	clear: both; 	}