/* Layout settings
//============================= */


	body {
		margin: 0 0 10px 0;
		background: #D5D5D5 url(../images/layout/content-bg.gif) repeat-y top center;
	}


/* Header
//============================= */


	.header {
		background: #0B689E url(../images/layout/header-bg.gif) repeat-x top center;
		height: 80px;
	}

	.header h1 {  /* Header Text */
		font-family: Arial Black;
		color: #FFFFFF;
		margin: 00px 0px 00px 30px;
	}

	.header span {  /* Slogan */
		font-family: Arial;
		font-size: 14px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 00px 0px 00px 30px;
	}

	.header div {  /* Phone Number */
		font-family: Arial;
		font-size: 26px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: right;

		margin: 0px 30px 0px 0px;
	}


/* Navigation Bar
//============================= */


	.navbar {
		background: #105BC2;

		height: 25px;

		font-family: Arial;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
	}


	.navbar a {
		color: #FFFFFF;
	}


/* Content Area
//============================= */


	.content {
		background: #FFFFFF;

		padding: 0px 10px;

		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000066;

		vertical-align: top;
	}

	.content h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		color: #000066;

		text-align: center;
	}

	.content h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		color: #000066;

		text-align: center;
	}


	.content a {
		color: #000066;
	}


	.content a:hover {
		color: #1F8EE1;
	}


	.text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000066;
	}

	.textsmall {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066;
	}
	
	#wdccolumn {
		background: #ffffff url(../images/design-bkgd.png) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066;
		padding: 50px 10px 0px 35px
	}
	#wdcrow {
		background: url(../images/design-strip-bkgd.png) no-repeat center top;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000066;
		text-align: center;
		padding: 15px 0px 0px 0px
	}

	.k300terms {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000066;
		text-align: left; 
	}


	.tableWebsites {

	}

	.tableWebsites th {
		background: #105bc2;
	}

	.tableWebsites a {
		text-decoration: none;
	}

	.tableWebsites img {
		border: 0px solid #fff;
	}


/* Footer Area
//============================= */

	.footer {
		padding-top: 40px;
		background: #FFFFFF;
		height: 40px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #000066;
		text-align: center;
	}