/* The basic structure of the document is outlined as follows: 

	I. body
		A. wrap
			A.1 logo (for the MLC logo bar at the top of the page)
			A.2 menu (for the main menu)
			A.3 headline
			A.4 side (a sidebar that contains our page menu, followed by optional text
				A.4.1 sidemenu
				A.4.2 sidecontent
			A.5 main
			A.6 footer
*/

body {
	background-color: #FFFFFF;
}

#wrap {
	background-color: #FFFFFF;
	width: 694px;
	margin: 0 auto;
	margin-top: 10px;
}

#bpvideo_wrap {
	background-color: #FFFFFF;
	width: 645px;
	margin: 0 auto;
	margin-top: 10px;
}

#logo {
	height: 45px;	
}

#tiplogo {
	height: 191px;
}

#menu {
	height: 33px;
}

#headline {
	border-bottom: 1px solid #999999;
}

/* @group sidebar */

/* The sidebar floats to the left of the main column and has two components: 
	- The page menu (sidemenu) at the top. This is a bulleted list of links
	- The content of the sidebar (sidecontent), if any
	
*/

#side {
	float: left;
	width: 210px;
}

#sidemenu {
	margin-bottom: 25px;
}

#sidecontent {
	margin-bottom: 20px;
}

#sidecontact {
	margin-top: 30px;
	border-top: 1px dashed #e4e4e4;
	margin-bottom: 20px;
}



/* @end */

#main {
	float: right;
	width: 460px;
	border-left: 1px solid #999999;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

div.newsitem {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid lightgrey;}

#screencap {
	 width: 1250px ; margin:0 auto;
}

#formtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;

}

img {
	border-style: none;
}

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

img.thumb {
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
}

img.floatright {
	float: right;
	margin-left: 20px;
	}

#footer {
	clear: both;
}
