/* OutlookSW styles */

body {
	background-color: #006699;
	text-align: center;
	margin-top: 25px;
}

div#frame {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
}

div#leftcol {
	float: left;
	width: 182px;
	text-align: left;
	margin-right: -3px;
}

div#rightcol {
	float: right;
	width: 537px;
	margin-left: -3px;
}

div#content {
	width: 525px;
	text-align: left;
	margin: 15px 10px;	
}

div#content p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #B8CBDC;
	text-align: justify;
	margin-top: 4px;
}

div#content p.leadin {
	font-size: 12px;
	color: #FFFFFF;
}

div#content p a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

div#content p a:hover {
	text-decoration: underline;
}

div#content h2, h3, h4, h5, h6 { font-family: Verdana, Arial, sans-serif; color: #FFF; }

div#content h2 { font-size: 14px; line-height: 20px; font-weight: normal; margin: 15px 0 0 0; }
div#content h3 { font-size: 12px; line-height: 20px; font-weight: normal; margin: 15px 0 2px 0; }
div#content h4 { font-size: 11px; line-height: 20px; font-weight: bold; margin: 15px 0 0 0; }	
div#content h5 { float: left; font-size: 11px; line-height: 16px; font-style: italic; }

div#content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#content li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

div#content li a {
	color: #B8CBDC;
	text-decoration: none;
	background: transparent url("../images/linked_bullet.gif") no-repeat;
	padding-left: 24px;
}

div#content li a:hover {
	color: #FFF;
	background: transparent url("../images/linked_bullet.gif") 0 -16px no-repeat;
}

div#content ul.textbullets {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

div#content ul.textbullets li {
	font: 11px Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 16px;
	color: #B8CBDC;
	text-align: left;
	margin-top: 4px;
	background: transparent url("../images/text_bullet.gif") 0 4px no-repeat;
	padding-left: 12px;
}

div#frame h1#logo {
	width: 181px;
	height: 81px;
	text-indent: -999px;
	margin: 0 0 10px 0;
}

div#frame h1#logo a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: transparent url("../images/outlooksw_logo.gif") no-repeat;
	text-decoration: none;
}

div#frame h1#logo a:hover {
	background: transparent url("../images/outlooksw_logo.gif") 0 -81px no-repeat;
}

div#masthead {
	width: 535px;
	height: 130px;
	background: transparent url("../images/masthead01.jpg") no-repeat;
	text-indent: -9999px;
	margin: 0;
}

div#masthead h2 {
	margin: 0;
}

div#footer {
	width: 535px;
	height: 81px;
	background: transparent url("../images/background_footer.gif") no-repeat;
	text-align: center;
	margin-bottom: 20px;
}

div#footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	padding-top: 11px;
}

div#footer p a {
	color: #B8CBDC;
}

div#footer p a:hover {
	color: #FFF;
}

div#content img#hero {
	float: right;
	margin: 0 0 10px 10px;
}

div#content hr {
	border: 0;
	color: #7AB1CC;
 	background-color: #7AB1CC;
 	height: 1px;
	width: 100%;
	margin: 20px auto;
}

.amazonpics {
	float: right;
	margin-left: 10px;
}