@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	background-image: url(images/homepage_layout_background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #2c64a9;
}
.oneColFixCtr #container {
	width: 970px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtr #container #mainContent #navigation_banner {
	padding-top: 20px;
}
#whitepanel {
	width: 100%;
}
#whitepanel  p   {
	color: #666666;
}

#whitepanel_top {
	background-image: url(images/whiteroundedpanel_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 12px;
	width: 970px;
	margin-bottom: -12px;
}
#whitepanel_bottom {
	background-image: url(images/whiteroundedpanel_bottom.png);
	background-repeat: no-repeat;
	height: 14px;
	width: 970px;
	margin: 0px;
	padding: 0px;
	background-position: bottom;
	clear: both;
}
#whitepanel_middle_content {
	width: 930px;
	padding-right: 20px;
	padding-left: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(images/whiteroundedpanel_middle.png);
	background-repeat: repeat-y;
}
#whitepanel   a {
	color: #3187E1;
}
#whitepanel a:hover, #whitepanel a:focus, #whitepanel a:active {
	color: #1B5FA9;
}


.clr {
	clear: both;
}
#collectioncontent {
	width: 970px;
	margin: 0px;
	background-image: url(images/whiteroundedpanel_middle.png);
	background-repeat: repeat-y;
}
.template_leftpanel {
	float: left;
	width: 560px;
	padding-right: 10px;
}
.rightpanel {
	float: right;
	width: 340px;
	vertical-align: top;
	padding-left: 20px;
}
.template_leftpanel img {
	float: left;
}
.template_leftpanelimagearea {
	float: left;
	width: 300px;
	padding-left: 50px;
}
.template_leftpaneldescription {
	float: right;
	width: 150px;
}
.template {
	background-color: #FFFFFF;
	width: 100%;
	height: 200px;
}
.template_leftpanel .template_leftpaneldescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
.template_leftpanel .template_leftpaneldescription {
	color: #999999;
}
.template_leftpanel .template_leftpaneldescription strong {
	font-size: 16px;
}
.rightpanel {
}
#flashstyles {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.template_leftpanel .template_leftpanelimagearea {
	text-align: right;
	padding-left: 50px;
}
.template_leftpanel .template_leftpanelimagearea img {
}
.templatecategory {
	width: 290px;
	margin-right: 10px;
}