@media all {
	html {
		height : 100%;
		min-height : 100%;
		width : 100%;
		margin : 0;
		padding : 0;
	}
	body {
		height : auto;
		min-height : 100%;
		width : 80%;
		max-width : 960px;
		min-width : 600px;
		margin : auto;
		padding : 0 1.5em 0 1.5em;
		font-family : Arial,Helvetica,sans-serif;
		font-size : .9em;
		border : none;

		border-left : solid 1px rgb(50,50,50);
		border-right : solid 1px rgb(50,50,50);
	}

	td {
		vertical-align : top;
	}

	h1, h2, h3, h4, h5, h6 {
		background: rgb(174,213,216);
		background-image: url('/upload/image/bggradient.gif');
		background-repeat: no-repeat;
		background-position: top right;
		color: rgb(0,140,150);
		border-top:dotted 1px rgb(0,140,150);
		border-bottom:solid 1px rgb(0,140,150);
		padding-left: 5px;
		padding-right: 5px;
		font-weight : normal;
	}

	h1 { font-size : 2.0em; }
	h3 { font-size : 1.5em; }
	h4 { font-size : 1.4em; }
	h5 { font-size : 1.3em; }
	h6 { font-size : 1.2em; }
	h6 { font-size : 1.1em; }

	a:link, a:active, a:visited {
		font-weight : normal;
		color : rgb(80, 80, 80);
		text-decoration : none;
	}
	a:hover {
		color : rgb(0,140,150);
		text-decoration : none;
	}

	#content a:link, #content a:active, #content a:visited {
		font-weight : normal;
		color : rgb(80, 80, 80);
		text-decoration : none;
		border-bottom : solid 1px rgb(0,140,150);
	}
	#content a:hover {
		color : rgb(0,140,150);
		text-decoration : none;
	}

	#content {
		margin : .5em 1em 1em 0;
		padding : 0 0 3em 0;
	}

	#slogan {
		text-align : right;
		font-style : italic;
		border-top : solid 2px rgb(174, 213, 216);
		border-bottom : solid 2px rgb(174, 213, 216);
	}

	.layout-support {
		width : 100%;
		min-height : 100%;
		margin : 0;
		padding : 0;
		border : none;
		border-collapse : collapse;
	}
	.layout-support td.north {
		height : 1em;
	}
	.layout-support td.east {
		vertical-align : top;
	}
	.layout-support td.south {
		height : 1em;
		font-size: .75em;
		text-align : center;
	}
	.layout-support td.west {
		width : 200px;
		vertical-align : top;
		border-right : solid 2px rgb(174, 213, 216);

	}

	.layout-support td.north img {
		margin : auto;
	}

	.breadcrumbs {
		font-size : .8em;
		padding : .5em 0 0 .5em;
		border-top : solid 2px rgb(174, 213, 216);
	}

	.other_domains {
		margin : 1em 0 0 0 ;
		padding : .5em 0 0 0 ;
		text-align : center;
/*		border-top : solid 2px rgb(174, 213, 216);
		border-bottom : solid 2px rgb(174, 213, 216);
*/	}
	.other_domains a {
		margin : .125em;
	}
	.other_domains a img {
		border : none;
	}

	.menu ul {
		list-style-type : none;
		list-style-image : none;
		padding : 0 0 0 .5em;
		margin : 0 0 .25em 0;
	}
	.menu li {
		list-style-type : none;
		list-style-image : none;
		list-style-position: outside;
		padding : 0 0 0 0;
		margin : 0 0 .25em 1em;
	}


	.error {
		color : red;
		background : lemonchiffon;
		border : solid 2px red;
		padding : 1em;
		margin-bottom : 1em;
	}
	
	a img { border : none; }
}