* {
	margin : 0;
	padding : 0;
}
div {
	display : block;
	position : relative;
	overflow : hidden;
}
.invisible {
	display : none;
}

/*** Block Elements ***/


html {
	margin : 0;
	padding : 0;
	background-color : #fff;
}

body {
	display : block;
	position : relative;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	width : 100%;
	font-size : 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	line-height : 18px;
	color : #333;
	background-color : #fff;
}
h1 {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 25px;
	padding-bottom : 10px;
	font-size : 20px;
	font-weight : bold;
	letter-spacing : 0.1em;
	line-height : 24px;
	color : #007;
	background-color : transparent;
}
h2 {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 20px;
	padding-bottom : 5px;
	font-size : 16px;
	font-weight : bold;
	line-height : 20px;
	color : #000;
	background-color : transparent;
}
h3, h4, h5, h6 {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 15px;
	padding-bottom : 5px;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
	color : #000;
	background-color : transparent;
}
p {
	display : block;
	position : relative;
	padding-top : 5px;
}
p.image {
	display : block;
	position : relative;
	overflow : hidden;
	font-size : 11px;
	color : #666;
	line-height : 13px;
}
p.image img {
	padding-bottom : 3px;
}
p.image em {
	font-style : italic;
}
p.image.left,
p.image.right {
	padding-bottom : 3px;
}
p.image.left {
	float : left;
	padding-right : 10px;
}
p.image.right {
	float : right;
	padding-left : 10px;
}
dl,
ol,
ul {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 5px;
	font-weight : normal;
}
ol {
	list-style-position : outside;
	list-style-type : decimal;
}
ul {
	list-style-position : outside;
	list-style-type : square;
}
ul li {
	margin-left : 15px;
}
ol li {
	margin-left : 25px;
}
dt {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 5px;
	font-weight : bold;
}
dd {
	display : block;
	position : relative;
	overflow : hidden;
	padding-left : 20px;
	font-weight : normal;
}
address {
	display : block;
	position : relative;
	overflow : hidden;
	padding-top : 10px;
	font-weight : normal;
	font-style : normal;
}
hr {
	display : block;
	position : relative;
	overflow : hidden;
	font-weight : normal;
}

/*** Inline Elements ***/

a {
	color : #7af;
	background-color : transparent;
	text-decoration : none;
}
a:visited {
	color : #666;
	background-color : transparent;
	text-decoration : none;
}
a:hover,
a:focus {
	color : #008;
	background-color : transparent;
	text-decoration : underline;
}
a:active {
	color : #008;
	background-color : #fd9;
	text-decoration : none;
}
div#column a {
	color : #fff;
}
div#column a:visited {
	color : #666;
}
div#column a:hover,
div#column a:focus {
	color : #008;
}
div#column a:active {
	color : #008;
	background-color : #fd9;
}
h2 a {
	color : #000;
	background-color : transparent;
	text-decoration : none;
}
h2 a:visited {
	color : #000;
	background-color : transparent;
}
h2 a:hover,
h2 a:focus {
	color : #008;
	background-color : transparent;
	text-decoration : underline;
}
h2 a:active {
	color : #008;
	background-color : #fd9;
}
/*
a.intern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.intern.png');
	background-position : 1px 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');
}
a.extern {
	padding : 0 1px 0 7px;
	background-image : url('/images/link.extern.png');
	background-position : 1px 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');
}
a.file {
	padding : 0 1px 0 8px;
	background-image : url('/images/link.file.png');
	background-position : 1px 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 : 0 1px 0 12px;
	background-image : url('/images/link.email.png');
	background-position : 1px 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');
}
a.print {
	padding : 0 1px 0 12px;
	background-image : url('/images/link.print.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
a.print:visited {
	background-image : url('/images/link.print.visited.png');
}
a.print:hover,
a.print:focus {
	background-image : url('/images/link.print.hover.png');
}
a.print:active {
	background-image : url('/images/link.print.active.png');
}
*/

tt {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
q {
	font-style : italic;
	quotes: "\201E" "\201C";
}
img {
	margin : 0;
	padding : 0;
	border : none;
}
span.image {
	margin-top : 8px;
	margin-bottom : 3px;
}
span.image.left {
	float : left;
	margin-right : 10px;
}
span.image.right {
	float : right;
	margin-left : 10px;
}

/*   ***** Layout *****   */

div#shortcut {
	display : none;
}

div#title {
	margin : 0;
	padding : 0;
	width : 100%;
	height : 60px;
	color : #fff;
	background-color : #7af;
}
div#title h1 {
	display : block;
	margin : 0;
	padding : 0;
	width : 100%;
	height : 60px;
	font-size : 26px;
	font-weight : bold;
	line-height : 60px;
}
div#title h1 a {
	display : block;
	margin : 0;
	padding : 0 20px;
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
div#title h1 a span {
}
div#title p {
	display : none;
}

div#menu {
	height : 34px;
	width : 100%;
	color : #fff;
	background-color : #007;
}
div#menu p {
	display : none;
}
div#menu ul {
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding : 8px 20px;
	height : 18px;
	color : #fff;
	background-color : transparent;
}
div#menu ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 20px 0 0;
	padding : 0;
	height : 18px;
	line-height : 18px;
	color : #333;
	background-color : transparent;
}
div#menu ul li.selected {
	border-bottom : 1px dashed #fff;
}
div#menu ul li a {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	height : 18px;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
	letter-spacing : 0.1em;
	text-decoration : none;
	color : #fff;
	background-color : transparent;
	background-image : none;
}
div#menu ul li a:hover,
div#menu ul li a:focus {
	text-decoration : underline;
}
div#menu ul li a:active {
	color : #008;
	background-color : #fd9;
	text-decoration : none;
}

div#breadcrumb {
	padding : 0 20px;
	height : 30px;
	color : #333;
	background-color : #fff;
	border-bottom : 1px solid #7af;
}
div#breadcrumb p {
	display : inline;
	margin : 0;
	padding : 0;
	height : 30px;
	font-size : 12px;
	font-weight : normal;
	line-height : 30px;
	color : #666;
	background-color : transparent;
}
div#breadcrumb ul {
	display : inline;
	list-style : none;
	margin : 0;
	padding : 0;
	height : 30px;
	font-size : 12px;
	font-weight : bold;
	line-height : 30px;
	color : #666;
	background-color : transparent;
}
div#breadcrumb ul li {
	display : inline;
	margin : 0 0 0 5px;
	padding : 0;
}
div#breadcrumb ul li a {
	color : #666;
	padding : 0 1px 0 7px;
	background-image : url('/images/link.breadcrumb.png');
	background-position : 1px 50%;
	background-repeat : no-repeat;
}
div#breadcrumb ul li a:visited {
	color : #666;
	background-image : url('/images/link.breadcrumb.visited.png');
}
div#breadcrumb ul li a:hover,
div#breadcrumb ul li a:focus {
	color : #008;
	background-color : transparent;
	background-image : url('/images/link.breadcrumb.hover.png');
}
div#breadcrumb ul li a:active {
	color : #008;
	background-color : #fd9;
	background-image : url('/images/link.breadcrumb.active.png');
}

div#content {
	width : 100%;
	padding : 0 0 30px 0;
	color : #fff;
	background-color : #7af;
}
div#content div#main {
	float : right;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 30px 20px;
	width : 60%;
	color : #333;
	background-color : #fff;
}
div#content div#column {
	float : left;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0 20px 30px 20px;
	width : 25%;
	color : #333;
	background-color : #7af;
}

div#address {
	padding : 10px 20px;
	color : #666;
	background-color : #fff;
}
div#address p {
	display : none;
}
div#address address {
	margin : 0;
	padding : 0;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	line-height : 16px;
}
div#address address a {
	color : #666;
}
div#address address a {
	color : #666;
	background-color : transparent;
	background-image : none;
	text-decoration : none;
}
div#address address a:visited {
	color : #666;
}
div#address address a:hover, 
div#address address a:focus {
	color : #008;
	background-color : transparent;
	text-decoration : underline;
}
div#address address a:active {
	color : #008;
	background-color : #fd9;
}

div#legal {
	height : 34px;
	width : 100%;
	color : #fff;
	background-color : #007;
}
div#legal p {
	display : none;
}
div#legal ul {
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding : 8px 20px;
	height : 18px;
	color : #fff;
	background-color : transparent;
}
div#legal ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 20px 0 0;
	padding : 0;
	height : 18px;
	line-height : 18px;
	color : #333;
	background-color : transparent;
}
div#legal ul li a {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0;
	padding : 0;
	height : 18px;
	font-size : 14px;
	font-weight : bold;
	line-height : 18px;
	letter-spacing : 0.1em;
	text-decoration : none;
	color : #fff;
	background-color : transparent;
	background-image : none;
}
div#legal ul li a:hover,
div#legal ul li a:focus {
	text-decoration : underline;
}
div#legal ul li a:active {
	color : #008;
	background-color : #fd9;
	text-decoration : none;
}

div#partner {
	padding : 20px 0;
	width : 100%;
	color : #fff;
	background-color : #7af;
}
div#partner p {
	padding : 0 20px;
	font-size : 12px;
}
div#partner ul {
	list-style : none;
	left : 0;
	top : 0;
	margin : 0;
	padding : 8px 20px;
	height : 20px;
	color : #fff;
	background-color : transparent;
}
div#partner ul li {
	display : block;
	position : relative;
	overflow : hidden;
	float : left;
	left : 0;
	top : 0;
	margin : 0 20px 0 0;
	padding : 0;
	height : 20px;
	line-height : 20px;
	color : #333;
	background-color : transparent;
}
div#partner ul li a {
	background-color : transparent;
}

/*** Content Layout ***/


div.text {
	margin : 0;
	padding : 0;
	color : #333;
	background-color : transparent;
}
div.topic,
div.images,
div.video,
div.links,
div.attachments {
	margin : 10px 0 0 0;
}

div.modification,
div.license {
	margin : 10px 0 0 0;
	padding : 0;
	font-size : 11px;
	font-family : monospace;
	color : #666;
	background-color : transparent;
	background-image : none;
}


div.left {
	clear : both;
	float : left;
	margin-bottom : 5px;
	width : 45%;
}
div.right {
	float : right;
	margin-bottom : 5px;
	width : 45%;
}


div.col2,
div.col12,
div.col21 {
	display :block;
	position : relative;
	clear : both;
	overflow : hidden;
	margin : 10px 0 0 0;
	padding : 0;
	width : 100%;
}
div.col2 {
}
div.col2left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 45%;
}
div.col2right {
	float : right;
	margin-top : 0;
	margin-bottom : 0;
	width : 45%;
}
div.col12 {
}
div.col12left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 35%;
}
div.col12right {
	float : right;
	margin-top : 0;
	margin-bottom : 0;
	width : 55%;
}
div.col21 {
}
div.col21left {
	float : left;
	margin-top : 0;
	margin-bottom : 0;
	width : 55%;
}
div.col21right {
	float : right;
	margin-top : 0;
	margin-bottom : 0;
	width : 35%;
}

div.clear {
	clear : both;
	margin : 0;
	padding : 0;
}

div.entry {
	clear : both;
	padding-top : 20px;
	padding-bottom : 5px;
	overflow : hidden;
}
div.entry h2 {
	padding-top : 0;
	font-weight : bold;
}
div.entry p {
	padding-top : 0;
}
div.entry tt {
	padding-right : 3px;
	font-size : 12px;
}
div.teaser tt {
	display : block;
}
div.entries div.teaser tt {
	display : inline;
	color : #666;
}
div.preview {
	float : left;
	margin-top : 3px;
	margin-right : 10px;
	width : 80px;
	height : 60px;
	border : solid 1px #ddd;
}
div.preview p {
	margin : 0;
	padding : 0;
	width : 80px;
	height : 60px;
	text-align : center;
}
div.preview p img {
	margin : 0 auto;
	padding : 0;
}

div.pagemeta {
	font-size : 11px;
	font-family : monospace;
	font-weight : normal;
	color : #666;
}

div.subnav {
	margin-left : -20px;
}
div.subnav h1 {
	padding-left : 20px;
}
div.subnav h2,
div.subnav h3 {
	padding-top : 10px;
	padding-bottom : 5px;
	padding-left : 20px;
}
div.subnav p {
	padding-left : 20px;
}

div.subnav ul {
	list-style : none;
	padding-top : 0;
}
div.subnav ul li {
	margin-left : 20px;
}
div.subnav ul li ul {
	padding-bottom : 0;
}

