<style type="text/css">
body {
	text-align: center;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: times, arial;
	vertical-align: baseline;
	text-align:left;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #717171;
	text-align: center;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* document styles */
h2			{
			font-size:14pt;
			padding:3px 0px 0px 3px;
			margin:2px 0px 2px 0px;
			color:#d4dc52;
			}
/* front page styles */


/* main pages style */

#fullpagecontainer	{
			text-align: center; /*to center other elements*/
			}
			
#topcontentcontainer	{
			width: 780px;
			margin-left: auto;
			margin-right: auto;
			border: 0px solid red;	
			}
#bottomcontentcontainer	{
			width: 780px;
			margin-left: auto;
			margin-right: auto;
			clear:both;
			border: 0px solid red;
			}
			
#toporangebar	{
			width:100%;
			height:10px;
			margin: 35px 0px 10px 0px;
			background: #ff680e;
			}
			
#mitchellogo	{
			width:89;
			float:left;
			margin-right:2px !important;
			margin-right:-1px;
			}

#menubar	{
			display:none;
			}
			
#content	{
			width:660px;
			font-size: 1.2em;
			line-height: 1.3em;
			color: white;
			}
			
#content p	{
			text-align:justify;
			margin-bottom:10px;
			}
			
#bottomorangebar	{
			width:100%;
			height:10px;
			margin: 10px 0px 10px 0px;
			background: #ff680e;
			}
			
#pageheading
			{
			font-size:18pt;
			font-weight:bold;
			color:#d4dc52;
			margin:10px 0px;
			}

#footer		{
			width:660px;
			text-align:center;
			color: #fff;
			}

.port-thumb	{
			margin:3px 1px 3px 0px;
			}
			
.screen {display : none}
.print { }
			
</style>

