@charset "utf-8";
/* CSS Document */

body
{
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	position: relative;
	margin-bottom: 1px;
	width: 960px;
	color:#666;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color:#36C;
}
a:visited
{
	text-decoration: none;
	font-weight: bold;
	color:#36C;
}
a:hover
{
	text-decoration: none;
	font-weight: bold;
	color:#333;
}
a:active
{
	text-decoration: none;
	font-weight: bold;
	color:#F90;
}
 
a.copy:link
{
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
a.copy:visited
{
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
a.copy:hover
{
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
a.copy:active
{
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}

ul
{
	margin-top:0px;
	margin-bottom: 3px;
}



p
{
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

form
{
	padding:0;
	margin:0;
}

h1
{
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 18px;
	font-weight: bold;
	color:#36C
}

h2
{
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 16px;
	font-weight: bold;
	color:#36C
}

h3
{
	margin-top: 10px;
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: bold;
	color:#36C
}

img
{border:none;}

img.content
{
	margin-top: 0px;
	margin_bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 5px;
}

.ContentLayout
{
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 960px;
}

.ContentNav
{
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	border: 0;
	float: right;
	overflow: hidden;
	width: 240px;
}

.Content-body
{
	position: relative;
	z-index:1;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.Content-tr, .Content-tl, .Content-br, .Content-bl, .Content-tc, .Content-bc,.Content-cr, .Content-cl
{
	position:absolute;
	z-index:-1;
}

.Content-tr, .Content-tl, .Content-br, .Content-bl
{
	width: 14px;
	height: 14px;
	background-image: url('images/border.png');
}

.Content-tl
{
	top:0;
	left:0;
	clip: rect(auto, 7px, 7px, auto);
}

.Content-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 7px, 7px);
}

.Content-bl
{
	bottom: 0;
	left: 0;
	clip: rect(7px, 7px, auto, auto);
}

.Content-br
{
	bottom: 0;
	right: 0;
	clip: rect(7px, auto, auto, 7px);
}

.Content-tc, .Content-bc
{
	left: 7px;
	right: 7px;
	height: 14px;
	background-image: url('images/borderh.png');
}

.Content-tc
{
	top: 0;
	clip: rect(auto, auto, 7px, auto);
}

.Content-bc
{
	bottom: 0;
	clip: rect(7px, auto, auto, auto);
}

.Content-cr, .Content-cl
{
	top: 7px;
	bottom: 7px;
	width: 14px;
	background-image: url('images/borderv.png');
}

.Content-cr
{
	right:0;
	clip: rect(auto, auto, auto, 7px);
}

.Content-cl
{
	left:0;
	clip: rect(auto, 7px, auto, auto);
}

.Content-cc
{
	position:absolute;
	z-index:-1;
	top: 7px;
	left: 7px;
	right: 7px;
	bottom: 7px;
	background-color: #FFFFFF;
}

.ContentContent
{
  text-align: left;
}

.Footer
{
    position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 960px;
	height: 65px;
	background-image: url('images/foot_banner.jpg');
	text-align: right;
	vertical-align: bottom;
}

.BorderOutline
{
	border: 1px #06C solid;
	background-color: #9CF;
	color: #000;
	font-size: 10px;
}
