/* cdw project vendor download */

body {
	background: #fff;
	color: #000;
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center; }

#wrap {
	width: 715px;
	margin: 20px auto 0px auto;
	padding: 0px;
	text-align: left;}
	
#content {
	background-color:#FFCC00;
}
	
#header {
	background: #fff;
	margin-top: 8px;
}

#leftCol {
	width: 515px;
	float: left;
	margin: 8px 2px 8px 2px;
	padding: 4px;
}

#rightCol {
	width: 160px;
	float: left;
	margin: 8px 4px 8px 0px;
	padding: 8px;
	border: #000 1px solid;
}

#rightCol img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 7px;
}

#footer {
	clear:both;
}

h1, h3 {
	color: #0f243d;	
}

h1 {
	font-family: impact, charcoal, "arial black", sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	line-height:30px;
}

h3 {
	font-size: 14px;
	line-height: 22px;
}
	
a.titleLink:link {
	color: #8d9b27;
	text-decoration: none;
}
a.titleLink:visited {
	color: #26529b;
	text-decoration: none;
}
a.titleLink:hover {
	color: #8d9b27;
	text-decoration: underline;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
a:link {
	color: #000;
}
a:visited {
	color: #26529b;
}
a:hover, a:active {
	color: #000;
}

	
table	{
			width: 100%;
			border: 0px;
			border-collapse: collapse;
		}	
		
td	{
		height: 55px;
		border: 0px;
		border-collapse: collapse;
	}	
		
#logo	{
			background-image: url(../images/cdw/logo_cdw.gif);
			background-repeat: no-repeat;
			width: 105px;
	 		border: 0px;
			border-collapse: collapse;
		}

#end	{
			background-image: url(../images/cdw/right_cornercap_orange.gif);
			background-repeat: no-repeat;
			width: 10px;
			border: 0px;
			border-collapse: collapse;
		}
		
#middle	{
			background-image: url(../images/cdw/1x56bg_orange.gif);
			background-repeat: repeat-x;
			border: 0px;
			border-collapse: collapse;
		}
		
