body {
	margin-top: 0px;
	font-family: Arial, Verdana, Mono;
	padding: 0px;
	background: #EEEEEE;
	background: #ececec url('/images/backgrounds/bodyBG2.png') repeat-y top center ;	
}


DIV.renew {
	color: black;
	font-size: 10pt;
	line-height: 170%;
	padding: 10px;
	background: #eee;
	border: solid 1px #D90000;
	width: 97%;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: blue;
}

#container {


	position: relative;
	width: 982px;
	margin: auto;
	background: white;
}

.standard_heading {

	color: #5A87BE;
	border-bottom: solid 2px #AAAAAA;
	font-family: Arial, Verdana, Mono;
	font-variant: small-caps;
}

p {

	font-size: 10pt;
	font-family: Arial, Verdana, Mono;
}

blockquote {

	font-size: 10pt;
	font-family: Arial, Verdana, Mono;
}

h1 {

	font-size: 20pt;
	padding: 0px 0px 8px 0px;
	/*background: #005179 url(/images/backgrounds/h1BG.png) repeat-x;*/
	color: #004891;
	font-weight: bold;
	text-align: left;
	/*border: 1px solid gray;*/
	margin-top: 0px;
	line-height: 140%;
}


H2 {

	font-size: 13pt;
	line-height: 150%;
	font-weight: bold;
	color: #3f71a7;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 5px;	
	margin-right: 0px;
	
}

H3 {

	font-size: 11pt;
	font-weight: bold;
	color: black;
	padding-left: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

A IMG {

	border: none;
}


LI {

	font-size: 10pt;
}

a:hover {
	text-decoration: underline;
}
div.highlights {
	clear:right;
	width: 610px;
	margin-left: 5px;
	border: none;
	background: #ffffff;
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
}
div.highlights div.header {
	color: white;
	border-bottom: solid 1px #ccc;
	background: #C00 url(/images/backgrounds/highlightBG.png) repeat-x bottom;
	padding: 4px 5px 5px 10px;
	font-weight: bold;
	font-size: 11pt;
	margin:0;
}
div.list {
	padding: 5px;
	padding-bottom: 0px;
	background: white url(/images/backgrounds/listBG.png) repeat-x;
}
      
ul.ticks {
	list-style-type: none;
    list-style-image: url(/images/icons/greenTick.gif);
	padding-left: 10px;
	margin-left: 30px;
	margin-top: 3px;
	text-align: justify;
	margin-bottom: 3px;
	}
		ul.ticks li	{
			margin-top: 0.3em;
			line-height:100%;
			padding-left: 10px;
			padding-right: 10px;
		}	
div.landingBoxSmall {
	width:240px;
	float: left; 
	border: none;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}


div.landingBoxText {
		
		padding-bottom: 5px;
}

div.landingBoxText p {
	padding: 5px 5px 5px 10px;
	margin: 0;
		line-height: 150%;
}

	
div.landingText {
	padding: 10px;
	margin: 0;
}

	div.boxLinks {
			padding:0;
			margin:0px 0px 0px 0px;
			float:left;
			text-align:left;
		}
		
			div.boxLinks a#tour:hover {
				text-decoration: none;
				background: url(/images/buttons/landing/tourButton-Hover.png) no-repeat top left;
			}
			
			div.boxLinks a#download {
				float: left;
				border: none;
				font-size: 11pt;
				display: block;
				width: 240px;
				height: 110px;
				color: white;
				text-decoration: none;
				padding: 7px 0px 0px 0px;
				background: #fbfcfd url(/images/buttons/landing/downloadButton.png) no-repeat top left;
				margin-left:0px;
				margin-bottom: 5px;
				font-weight: bold;


			}
			div.boxLinks a#download:hover {
				text-decoration: none;
				background: url(/images/buttons/landing/downloadButton-Hover.png) no-repeat top left;
			}
				span.boxDescription {
					font-size: 8pt;
					padding-top: 3px;
					color: white;
					float:left;
					width:151px;
					line-height: 150%;
					text-align: left;
					cursor: pointer;	
					font-weight: normal;
					margin-left:75px;

				}
				span.atitle
				{
					float:left;
					font-size:11pt;
					font-weight: bold;
					margin-bottom:0px;
				}
				span.atitilecont
				{
					clear:left;
					width:151px;
					float:left;
					font-size: 10pt;
					padding-top:8px;
				}				
