/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:normal;
	font-weight:normal;
	color:#333333;
	background-color:#FFFFFF;
	
	margin:45px 0px; 
	padding:0px;
	text-align:center;	
}

p {
	line-height:1.8;
	margin:0 0 1.1em;
}
form {
	margin:0px;
	padding:0px
}
img {
	margin:0px;
	padding:0px;
}

h1, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#9d0c15;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:left
}

h1 {
	font-size:18pt;
	margin-bottom:10px;
	letter-spacing:0.0em;
	border-bottom:1px solid #9d0c15
}

h1.article {
	border:none;
}

h2 {
	font-size:10pt;
	margin-bottom:8px;
	margin-top:25px;
	letter-spacing:0.1em;
	font-weight:bold;
}


ul {
	list-style-type:square;
}
li {
	line-height:1.5em;
}


#wrapper {
	/*background:green;*/
	width:790px;
	overflow:auto;
	
	margin:0px auto;
	text-align:left;	
}
#header {
	width:790px;
	height:60px;
	/*background:blue;*/
}
#logo {
	width:130px;
	height:60px;
	float:left;
	padding-left:10px
}
#content {
	width:453px;
	background:#D4D3D4 url('../images/bg_content.gif') no-repeat top left;
	padding:25px 25px 0px 25px;
	float:right;
	font-size:70%;
	text-align:justify
}

#footer {
	width:453px;
	background:#ffffff url('../images/bg_footer.gif') no-repeat top left;
	padding:25px 25px 0px 25px;
	float:none;
	font-size:70%;
	color:#666666;
	text-align:center;
	clear:both;
	margin-left:157px
}

body#index #content {
	width:583px;
	background-image:url('../images/bg_content_front.gif')
}
body#index #footer {
	width:583px;
	background-image:url('../images/bg_footer_front.gif');
}

.menu-el,
.menu-el-active {
	width:113px;
	height:45px;
	background:#ffffff url('../images/bg_menuel.gif') no-repeat top left;
	font-weight:bold;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	float:left;
	margin:8px 0px 0px 17px;
	padding-top:7px;
}

.menu-el-active {
	background-image:url('../images/bg_menuel_active.gif');
}

.c-block {
	clear:both;
	margin-bottom:0px;
	/*overflow:auto;*/
	/*background:red;*/
	margin-bottom:30px;
}
.c-image {
	width:150px;
	float:left;
	text-align:right;
	margin-top:2px;
/*	background:blue;*/
}
.c-text {
	margin-left:170px;
	text-align:justify;
	/*background:green*/
}

.c-text h2 {
	margin-top:0px
}

.img-box {
	background-color:#ffffff;
	padding:7px;
	border:1px solid #999999;
}

#c-box {
	background:#D4D3D4 url('../images/bg_box_bottom.gif') no-repeat bottom left;
	width:113px;
	float:right;
	margin-left:17px;
	font-size:70%;
	text-align:center;
}
#c-box-head {
	background:#D4D3D4 url('../images/bg_box_top.gif') no-repeat top left;
	padding:10px 0px 5px 0px;
	font-weight:bold;
	color:#9d0c15
}
#c-box-content {
	width:103px;
	padding:5px;
	font-size:10px
}
#c-box-content img {
	margin:5px 0px 5px 0px;
	border:1px solid #999999
}
#c-box-content p {
	line-height:1.3;
	margin:0 0 1.0em;
}
#c-box-content input {
	font-size:11px;
	margin-top:5px;
	padding:2px
}
#c-box-content input.txt-field {
	width:96px;
	background-color:#ffffff;
	color:#9d0c15;
	border:1px solid #999999;

}
#c-box-content hr {
	color:#999999;
	background-color:#999999;
	height:1px;
	border:0px;
	margin:12px 0px 12px 0px
}
#response {
	color:#9d0c15;
	padding-top:5px
}

#sub-menu {
	width:135px;
	float:left;
	margin-top:25px;
	text-align:right;
	font-size:70%;
	font-weight:bold
}

#sub-menu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#sub-menu li {
	margin-bottom:10px;
}
#copy {
	margin-top:10px
}
.right-f {
	float:right
}
.left-f {
	float:left
}
.center {
	text-align:center
}
.left { text-align:left }
.right { text-align:right }
#img-list {
	background:transparent;
	float:left;
	margin:5px 15px 10px 0px;
}
.img-box-img {
	background:#b4b4b4;
	clear:both;
	padding:1px
}
.img-box-txt {
	color:#555555;
	font-size:10px;
	text-align:left;
	padding:3px;
}

a:link { color:#9d0c15; text-decoration:none;  }
a:visited { color:#9d0c15; text-decoration:none; }
a:hover { color:#9d0c15; text-decoration:underline;}
a:active { color:#9d0c15; text-decoration:underline; }

.menu-el a:link,
.menu-el a:visited,
.menu-el a:hover,
.menu-el a:active { color:#ffffff; text-decoration:none; background-color:transparent; }
.menu-el a:hover,
.menu-el a:active { color:#d4d3d4 }

#sub-menu a:link,
#sub-menu a:visited,
#sub-menu a:hover,
#sub-menu a:active {color:#9d0c15; text-decoration:none; background-color:transparent; }
#sub-menu a:hover,
#sub-menu a:active { color:#666666 }