/* CSS Document */

* {
	padding: 0em;
	margin: 0em;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

img {
	display: block;
}
p img {
	display: inline;
}

/* Layout Styles */
div.frame {
	width: 78.5em;
	margin-right: auto;
	margin-left: auto;
}

div.header {
	background-color: #FFFFFF;
	background-image: url(../_images/bg_header.gif);
	width: 100%;
	position: relative;
	height: 8.3em;
	overflow: hidden;
}
div.header div.frame {
	background-color: #FFFFFF;
	position: relative;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 8.3em;
	overflow: hidden;
}
div.header img#logo {
	position: absolute;
	top: 1.2em;
	left: 2.6em;
	width: 15.2em;
	height: 6.2em;
}

div.divider {
	background-image: url(../_images/bg_divider.gif);
	background-repeat: repeat-x;
	height: 15px;
	overflow:hidden;
}

div.masthead {
	background-color: #FFFFFF;
	background-image: url(../_images/bg_masthead.gif);
	width: 100%;
	position: relative;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
div.masthead div.frame {
	width: 78.5em;
	overflow:hidden;
	background-color: #FFFFFF;
	position: relative;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
div.masthead img#masthead {
	width: 78.5em;
	height: 15.9em;
}

div.main {
	background-color: #FFFFFF;
	background-image: url(../_images/bg_content.gif);
	background-repeat: repeat-x;
}
div.main div.frame {
	background-color: #FFFFFF;
	background-image: url(../_images/bg_content_sub.gif);
	background-repeat: repeat-x;

}

div.footer {
	border-top: 16px solid #63395c;
	height: 12.7em;
	overflow: hidden;
	background-color: #452840;
	color: #FFFFFF;
	padding: .2em;
	clear: both;
}

div.clear {
	clear: both;
}
/* Devices */
div.block_left {
	border-top: 5px solid #512e4b;
	padding: 1em;
	margin-top: 1em;
}

div.callout {
	float: right;
	border: 3px solid #CCCCCC;
	background-color: #FAFAFA;
	width: 20em;
	padding: 1em;
	margin: 0em 0em .5em .5em;
}
div.callout p {
	margin-bottom: 0em;
}

div.highlight {
	border: 3px solid #CCCCCC;
	background-color: #FAFAFA;
	padding: 1em;
	margin-bottom: 1em;
}
div.highlight p {
	margin-bottom: 0em;
}

div.breadcrumb {
	margin-bottom: 1em;
}