html,body {
	height: 100%;
	margin: 0;
}
body {
	min-width:1000px;
	margin:0;
	color:#000;
	font:14px/17px Georgia, "Times New Roman", Times, serif;
	background:#172c43 url(../images/bg-body.jpg) no-repeat 50% 0;
}
img {border-style:none;}
a {
	text-decoration:underline;
	color:#0066FF;
}
a:hover {text-decoration:underline;}
#wrapper{min-height: 100%;}
* html #wrapper {height: 100%;}
.w1 {padding:0 0 48px;}
.w2{
	position:relative;
	width:100%;
	overflow:hidden;
}
.w3{
	float:left;
	position:relative;
	left:50%;
	width:1011px;
}
.w4{
	float:left;
	position:relative;
	left:-50%;
	width:1011px;
}
#footer {
	text-align: center;
	position:relative;
	height: 44px;
	margin:-48px 0 0;
	color:#759bc1;
	font-size:13px;
	padding:4px 0 0;
}
#footer .w4{
	width:811px;
	padding:0 0 0 200px;
}
#footer a{
	color:#759bc1;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	background:url(../images/separator.gif) no-repeat 0 2px;
	display:inline;
	padding:0 4px 0 7px;
}
#footer ul li:first-child{background:none;}
#header{
	width:769px;
	position:relative;
	padding:53px 0 17px 204px;
}
#header:after{
	content:"";
	display:block;
	clear:both;
}
.logo{
	position:absolute;
	top:10px;
	left:40px;
	float:left;
	width:113px;
}
.logo a{
	display:block;
	background:url(../images/logo-cloud.png) no-repeat;
	width:113px;
	height:165px;
	text-indent:-9999px;
	overflow:hidden;
}
.company-name{
	height:1%;
	overflow:hidden;
	color:#fff;
}
.company-name h1{
	font-weight:normal;
	float:left;
	margin:0;
	font-size:26px;
	line-height:28px;
	border-bottom:1px solid #666;
	padding:0 5px 6px 2px;
}
.company-name strong{
	clear:both;
	height:1%;
	padding:2px 0 0 2px;
	display:block;
	font-size:16px;
	line-height:19px;
	font-weight:normal;
}
#main{
	width:100%;
	overflow:hidden;
}
#twocolumns{
	width:822px;
	float:right;
}
#sidebar{
	padding:55px 0 0;
	width:189px;
	float:left;
}
#content{
	height:1%;
	overflow:hidden;
	position:relative;
	color:#000;
	font:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}
.aside{
	position:relative;
	width:222px;
	border-left:1px solid #ccc;
	float:right;
	padding:2px 0 48px 35px;
	margin:0 0 0 23px;
}
* html .aside{margin:0 0 0 20px;}
.image{
	width:100%;
	overflow:hidden;
	margin:0 0 20px;
}
.image div{
	float:left;
	padding:14px 14px 13px 13px;
	background:#172c43;
	border:1px solid #666;
}
.image img{display:block;}
.main-t,
.main-b{
	background:url(../images/bg-main-t.png) no-repeat;
	height:20px;
	overflow:hidden;
}
.main-b{background:url(../images/bg-main-b.png) no-repeat;}
.main-c{
	background:url(../images/bg-main-r.png) repeat-y;
	height:1%;
	padding:22px 42px 13px 41px;
	overflow:hidden;
}
#content h2{
	font-size:18px;
	line-height:21px;
	margin:0 0 16px;
}
#content p{margin:0 0 15px;}
#nav{
	margin:0;
	padding:0;
	list-style:none;
}
#nav li{
	font-size:18px;
	line-height:18px; /*Controls vertical height of navigation items*/
	margin:0 0 4px;
}
#nav a{
	display:block;
	border:1px solid #666;
	background:#172c43;
	color:#91b0ce;
	padding:7px 7px 8px;
	width:173px;
	text-align:right;
	text-decoration:none;
}
#nav a:hover,
#nav .active a{color:#fff;}
.alert,
.alert a { text-decoration:none; color: #bb0000; font-weight: bold; text-decoration: underline;}
.greenprice { color: #339900; font-size: 18px;}
.purplebooktitletop {color: #840084; font-size: 16px;}
.purplebooktitlebottom {color: #840084;}