@charset "utf-8";

img {		border:0; }

html {		margin:0; padding:0; overflow-y:scroll; }

form {		color:#949494; font-size:11px; text-decoration:none; margin:0 }

input {		background:#f1f1f1; border:solid 1px #c2c0c2; padding:0 3px 0 3px }

textarea {	background:#f1f1f1; border:solid 1px #c2c0c2; padding:0 3px 0 3px; font-family:arial; font-size:13px }


/**************** STRUCTURE ****************/
body {
	width:100%;
	background:url(../images/body_bg.gif) top repeat-x #dedfdf;
	margin:0;
	padding:0;
	font:11px Arial, Helvetica, sans-serif;
	
}

.container {	width:850px; margin:2px auto 0 auto; padding:8px;
				background:url(../images/container_bg.gif) top repeat-x #c2032d; }

.date {
	width:866px;
	margin:3px auto 0 auto;
	font-size:10px;
	text-align:right;
	color:#666666;
}

.copyright {
	width:866px;
	margin:3px auto 0 auto;
	font-size:10px;
	text-align:right;
	color:#666666;
}



/**************** CONTENT ****************/
.content {	width:835px; display:table; margin:10px 0 0 0; padding:10px 0 15px 15px; }

.iContent {	width:625px; vertical-align:top; }

.iMenu {	width:185px; vertical-align:top; }

/**************** CONTENT TEXT ****************/
.iContent h1{	font-size:13px; color:#22435d; display:inline; margin:0; }

.iContent ul{	font-size:11px; margin:5px 0 10px 0; list-style-type:disc; color:#909090; }
.iContent li{	font-size:11px; }

.iContent p{	color:#909090; text-align:justify; margin:0; padding:0; }

.iContent h2{	font-size:11px; text-indent:30px; color:black; font-weight:normal; text-align:justify; margin:0 0 8px 0; }

.iContent_separator {
	float:left;
	width:100%;
	height:2px;
	margin:0 0 3px 0;
	background:url(../images/separator.gif) repeat-x;
}


/**************** WINDOW ****************/
.windowTitle {
	width:100%;
	height:23px;
	background:url(../images/windowTitle_bg.gif);
}

.windowContent {
	width:100%;
	float:left;
	border:solid 1px #c8c8c8;
	border-top:0;
	background:url(../images/windowContent_bg.gif) bottom repeat-x white;
	padding:10px 15px 0px 15px;
}



/**************** WINDOW MENU ****************/
.windowMenuTitle {
	width:150px;
	float:left;
	padding:0 10px 5px 10px;
	margin:0 0 5px 0;
}

.windowMenuContent {
	width:128px;
	float:left;
	border:solid 1px #c8c8c8;
	border-top:0;
	background:url(../images/windowContent_bg.gif) bottom repeat-x white;
	padding:5px 10px 5px 10px;
}

.windowMenuContent img{
	margin-right:3px;
}

.windowMenuContent div{
	width:100%;
	height:2px;
	font-size:1px;
	margin:2px 0 2px 0;
	background:url(../images/separator.gif) repeat-x;
}

.windowMenuContent a{
	color:#949494;
	font-size:11px;
	text-decoration:none;
}

.windowMenuContent a:hover{
	color:#c1022c;
	font-size:11px;
	cursor:pointer;
	text-decoration:underline;
}

/**************** WINDOW 2 MENU ****************/
.window2Title {
	width:100%;
	height:23px;
	background:url(../images/windowTitle_bg2.gif);
}

.window2MenuTitle {
	width:150px;
	float:left;
	padding:0 10px 5px 10px;
}

