* {
	margin : 0;
	padding : 0;
}
.invisible {
	display : none;
}
body,
html {
	min-width : 960px;
	color : #333;
	background-color : #fff;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 21px;
}

/*** Default Block Elements ***/
h1 {
	padding-top : 25px;
	padding-bottom : 10px;
	color : #369;
	font-size : 17px;
	font-weight : bold;
	line-height : 24px;
}
h2 {
	padding-top : 15px;
	padding-bottom : 5px;
	color : #333;
	font-size : 15px;
	font-weight : bold;
	line-height : 20px;
}
h3 {
	padding-top : 10px;
	padding-bottom : 5px;
	color : #333;
	font-size : 13px;
	font-weight : normal;
	line-height : 20px;
}
p,
ul,
ol,
dl,
address {
	padding-top : 5px;
	padding-bottom : 5px;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height : 21px;
}
ul {
	padding-left : 15px;
}
ol {
}
dt {
	font-weight : bold;
	line-height : 16px;
}
dd {
	padding-bottom : 5px;
	padding-left : 15px;
	font-weight : normal;
	line-height : 16px;
}

table {
	margin-top : 5px;
	margin-bottom : 5px;
	font-size : 12px;
	font-weight : normal;
	caption-side : bottom;
	line-height : 18px;
	border : none;
	border-collapse : collapse;
	border-spacing : 0;
}
table tr {
}
table tr th {
	padding : 5px 5px 5px 15px;
	font-weight : bold;
	text-align : left;
	border-bottom : solid 2px #fb7;
}
table tr td{
	padding : 5px 5px 5px 15px;
	border-bottom : solid 1px #fb7;
}

/*** Default Inline Elements ***/
sup,
sub {
	font-size : 8pt;
	line-height : 10px;
	padding-right : 1px;
}

a {
	color : #f00;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #999;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #f00;
	text-decoration : underline;
}
a:active {
	color : #fff;
	background-color : #ed1c24;
	text-decoration : none;
}
a.intern {
	padding-left : 6px;
	background-image : url('/images/link.intern.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
a.intern:visited {
	background-image : url('/images/link.intern.visited.png');
}
a.intern:hover,
a.intern:focus {
	background-image : url('/images/link.intern.hover.png');
}
a.intern:active {
	background-image : url('/images/link.intern.active.png');
}
div#column a.intern {
	color : #036;
	background-image : url('/images/link.column.intern.png');
}
div#column a.intern:visited {
	color : #666;
	background-image : url('/images/link.column.intern.visited.png');
}
div#column a.intern:hover,
div#column a.intern:focus {
	color : #036;
	background-image : url('/images/link.column.intern.hover.png');
}
div#column a.intern:active {
	color : #fff;
	background-color : #036;
	background-image : url('/images/link.column.intern.active.png');
}
a.extern {
	padding-left : 6px;
	background-image : url('/images/link.extern.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
a.extern:visited {
	background-image : url('/images/link.extern.visited.png');
}
a.extern:hover,
a.extern:focus {
	background-image : url('/images/link.extern.hover.png');
}
a.extern:active {
	background-image : url('/images/link.extern.active.png');
}
div#column a.extern {
	color : #036;
	background-image : url('/images/link.column.extern.png');
}
div#column a.extern:visited {
	color : #666;
	background-image : url('/images/link.column.extern.visited.png');
}
div#column a.extern:hover,
div#column a.extern:focus {
	color : #036;
	background-image : url('/images/link.column.extern.hover.png');
}
div#column a.extern:active {
	color : #fff;
	background-color : #036;
	background-image : url('/images/link.column.extern.active.png');
}
a.file {
	padding-left : 8px;
	background-image : url('/images/link.file.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
a.file:visited {
	background-image : url('/images/link.file.visited.png');
}
a.file:hover,
a.file:focus {
	background-image : url('/images/link.file.hover.png');
}
a.file:active {
	background-image : url('/images/link.file.active.png');
}
a.email {
	padding-left : 11px;
	background-image : url('/images/link.email.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
a.email:visited {
	background-image : url('/images/link.email.visited.png');
}
a.email:hover,
a.email:focus {
	background-image : url('/images/link.email.hover.png');
}
a.email:active {
	background-image : url('/images/link.email.active.png');
}

img {
	border : none;
}
img.left {
	float : left;
	margin-top : 14px;
	margin-right : 10px;
}
img.right {
	float : right;
	margin-top : 14px;
	margin-left : 10px;
}
tt {
	font-size : 11px;
	font-family : monospace;
}

/*** Site Layout ***/
div#note {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 90px;
	width : 100%;
	color : #fff;
	background-color : #f00;
	border-bottom : 10px solid #fb7;
}
div#note p {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 20px;
	font-size : 17px;
	font-weight : bold;
	line-height : 24px;
	color : #fff;
	background-color : #f00;
}
div#shortcut {
	display : none;
}
div#title {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 100px;
	width : 100%;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.title.png');
	background-position : 650px 55px;
	background-repeat : no-repeat;
}
div#title h1 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 100px;
	width : 250px;
}
div#title h1 a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 25px 0 0 15px;
	height : 75px;
	width : 235px;
	font-size : 18pt;
	font-weight : normal;
	line-height : 30px;
	text-decoration : none;
	color : #333;
	background-color : transparent;
}
div#title h1 a span {
	font-weight : bold;
}
div#slogan {
	display : block;
	position : absolute;
	overflow : hidden;
	top : 100px;
	left : 250px;
	margin : 0;
	padding : 0;
	height : 100px;
	width : 400px;
	color : #333;
	background-color : transparent;
}
div#slogan h2 {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 100px;
	width : 400px;
	font-size : 13px;
	font-weight : normal;
	line-height : 24px;
	letter-spacing : 0.05em;
	color : #333;
	background-color : transparent;
}
div#slogan h2 a {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 25px 10px 0 0;
	height : 75px;
	width : 390px;
	text-decoration : none;
	color : #333;
	background-color : transparent;
}
div#slogan h2 a span {
	color : #333;
	font-weight : bold;
}
div#slogan h2 a span:before {
}
div#menu {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 30px;
	width : 100%;
	color : #036;
	background-color : #fb7;
	background-image : url('/images/background.title.png');
	background-position : 650px -45px;
	background-repeat : no-repeat;
}
div#menu p {
	display : none;
}
div#menu ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 30px;
	width : 650px;
}
div#menu ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0;
	padding : 5px 15px;
	font-size : 13px;
	font-weight : bold;
	line-height : 20px;
	color : #036;
}
div#menu ul li a {
	display : block;
	position : relative;
	margin : 0;
	padding : 0 1px;
	line-height : 20px;
	color : #036;
	background-color : transparent;
	text-decoration : none;
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	color : #036;
	background-color : transparent;
	text-decoration : underline;
}
div#menu ul li a:active {
	color : #fff;
	background-color : #036;
	text-decoration : none;
}

div#breadcrumb {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 290px 0 0;
	height : 45px;
	width : 650px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.title.png');
	background-position : 650px -75px;
	background-repeat : no-repeat;
}
div#breadcrumb p {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 0 15px;
	height : 45px;
	font-size : 9pt;
	font-weight : bold;
	line-height : 30px;
	background-color : transparent;
}
div#breadcrumb ul {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0 0 0 10px;
	padding : 0;
	height : 30px;
	font-size : 9pt;
	font-weight : normal;
	line-height : 30px;
	background-color : transparent;
}
div#breadcrumb ul li {
	display : block;
	position : relative;
	float : left;
	margin : 0 10px 0 0;
	padding : 0;
	height : 30px;
	line-height : 30px;
	color : #333;
	background-color : transparent;
	border : none;
}
div#breadcrumb ul li a {
	padding-left : 6px;
	color : #f00;
	background-image : url('/images/link.breadcrumb.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
div#breadcrumb ul li a:visited {
	color : #f00;
	background-image : url('/images/link.breadcrumb.visited.png');
}
div#breadcrumb ul li a:hover,
div#breadcrumb ul li a:focus {
	color : #f00;
	background-image : url('/images/link.breadcrumb.hover.png');
}
div#breadcrumb ul li a:active {
	color : #fff;
	background-color : #f00;
	background-image : url('/images/link.breadcrumb.active.png');
}

div#content {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 0 30px 0;
	width : 940px;
	color : #333;
	background-color : #fff;
	background-image : url('/images/background.content.png');
	background-repeat : repeat-y;
}
div#content div#main {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 650px;
	background-color : transparent;
}
div#content div#column {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	width : 290px;
	background-color : #fb7;
}

div#address {
	display : block;
	position : relative;
	overflow : hidden;
	top : 0;
	left : 0;
	margin : 0;
	padding : 10px 0;
	height : 40px;
	width : 100%;
	color : #333;
	background-color : #fff;
	border-top : solid 2px #fb7;
}
div#address p {
	display : none;
}
div#address address {
	display : block;
	position : relative;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0 15px;
	width : 910px;
	height : 20px;
	font-size : 12px;
	font-weight : normal;
	font-style : normal;
	line-height : 20px;
	color : #333;
}
div#address address a {
	color : #f00;
	padding-left : 11px;
	background-image : url('/images/link.address.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
div#address address a:visited {
	color : #f00;
	background-image : url('/images/link.address.visited.png');
}
div#address address a:hover,
div#address address a:focus {
	color : #f00;
	background-image : url('/images/link.address.hover.png');
}
div#address address a:active {
	color : #fff;
	background-color : #f00;
	background-image : url('/images/link.address.active.png');
}

div#legal {
	display : block;
	position : absolute;
	overflow : hidden;
	top : 125px;
	left : 650px;
	margin : 0;
	padding : 0;
	height : 20px;
	width : 290px;
	color : #333;
	background-color : transparent;
	text-align : right;
}
div#legal p {
	display : none;
}
div#legal ul {
	display : block;
	position : relative;
	list-style : none;
	top : 0;
	left : 0;
	margin : 0;
	padding : 0;
	height : 20px;
}
div#legal ul li {
	display : inline;
	position : relative;
	margin : 0 0 0 10px;
	padding : 0;
	font-size : 9pt;
	font-weight : normal;
	height : 20px;
	line-height : 20px;
	color : #f00;
	background-color : transparent;
}
div#legal ul li a.intern {
	padding-left : 5px;
	color : #f00;
	background-image : url('/images/link.legal.png');
	background-position : 0 50%;
	background-repeat : no-repeat;
}
div#legal ul li a.intern:visited {
	background-image : url('/images/link.legal.visited.png');
}
div#legal ul li a.intern:hover,
div#legal ul li a.intern:focus {
	background-image : url('/images/link.legal.hover.png');
}
div#legal ul li a.intern:active {
	color : #fff;
	background-color : #f00;
	background-image : url('/images/link.legal.active.png');
}


/*** Content Layout ***/
div.text {
	display : block;
	margin : 0;
	padding : 0 15px;
}
div.text h1 {
}
div.text h2 {
}

div.topic {
	margin-bottom : 30px;
}
div.topic h1 {
	padding-bottom : 0;
}
div.topic div.preview {
	float : left;
	margin-right : 10px;
}
div.topic div.preview img {
	margin-top : 6px;
	border : solid 1px #ccc;
}
div.topic div.teaser {
}
div.topic div.teaser p {
	padding-bottom : 0;
	font-size : 13px;
}
div.topic div.teaser p tt {
	font-size : 12px;
	font-weight : normal;
	padding-right : 3px;
}
div.space {
	margin-top : 30px;
}

div.col2,
div.col12,
div.col21 {
	display : block;
	position : relative;
	overflow : hidden;
	margin : 0;
	padding : 0;
	width : 650px;
}
div.col2left {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	width : 280px;
}
div.col2right {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	width : 280px;
}
div.col12left {
	display : block;
	position : relative;
	overflow : hidden;
	margin-left : 20px;
	float : left;
	width : 170px;
}
div.col12right {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	width : 370px;
}
div.col21left {
	display : block;
	position : relative;
	overflow : hidden;
	margin-left : 20px;
	float : left;
	width : 370px;
}
div.col21right {
	display : block;
	position : relative;
	overflow : hidden;
	float : right;
	width : 170px;
}

div.entries {
}
div.entries h1 {
	padding-bottom : 0;
}
div.entries  div.pagemeta {
	font-size : 11px;
	font-family : monospace;
	color : #999;
}
div.entries  div.pagelinks {
}

div.entry {
	margin-top : 0;
	margin-bottom : 0;
}
div.entry h2 {
	padding-bottom : 0;
}
div.entry h2 a {
	color : #333;
}
div.entry h2 a:visited {
	color : #333;
}
div.entry h2 a:hover,
div.entry h2 a:focus {
	color : #333;
}
div.entry h2 a:active {
	color : #fff;
	background-color : #f00;
}
div.entry div.teaser p {
	padding-top : 0;
	padding-bottom : 0;
	font-size : 12px;
}
div.entry div.teaser p tt {
	padding-right : 2px;
	font-size : 9pt;
}
div.entry div.preview {
	float : left;
	margin-right : 10px;
}
div.entry div.preview img {
	margin-top : 0;
	border : solid 1px #ccc;
}

div.clear {
	margin : 0;
	padding : 0;
	display : block;
	overflow : hidden;
	clear : both;
}

div.links{
}
div.links h1 {
	padding-bottom : 0;
}

div.subnav {
	margin-left : 0;
}
div.subnav h1 {
	margin-left : 15px;
}
div.subnav h2 {
	margin-left : 15px;
}
div.subnav p {
	margin-left : 15px;
}
div.subnav ul {
	list-style : none;
	padding-top : 0;
	padding-left : 0;
}
div.subnav ul li {
	padding-left : 15px;
}


