/* CSS Document */
body{
	background-image: url(../design_art/mainbg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color:gray;
	background-repeat:repeat-x;
}
p, .content_int table{
	font-size:12px;
	color:#464646;
	text-align:justify;
	}
h1{
	font-size:14px;
	color:#dd6c10;
	text-align:left;
	font-weight:bold;
	}
h2{
   font-size:12px;
	color:#003688;
	text-align:left;
	font-weight:bold;
}	
input[type=submit],.submit,.content_int input[type=submit], .right input[type=submit], .right_int input[type=submit]{
	background-image: url(../design_art/button.jpg);
	width: 75px;
	height: 30px;
	border: 0;
	color: white;
	text-align: center;
}
input[type=checkbox]{
	width: 25px;
}
#header{
	background-image:url(../design_art/headerbg.jpg);
	width:900px;
	height:100px;
	border:1px solid #dd6c10;
	border-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	}
#menu{
	background-image:url(../design_art/menubg.jpg);
	width:900px;
	height:30px;
	border-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #dd6c10;
	border-right:1px solid #dd6c10;
	}

#pictures{
	clear: left;
	width:900px;
	height:125px;
	border-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #dd6c10;
	border-right:1px solid #dd6c10;
	}
.wrapper, .wrapper_int, .wrapper_int2{
	width:900px;
	border-left:1px solid #dd6c10;
	border-right:1px solid #dd6c10;
	margin-right:auto;
	margin-left:auto;
	background-image:url(../design_art/wrapperbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	overflow:auto;
	}
.wrapper_int{
	background-image: None;
	background-color: white;
}	
.wrapper_int2{
	background-image:url(../design_art/wrapperbg_int.jpg);
	background-color: white;
	clear: left;
}
.content{
	width:610px;
	float:left;
	padding:10px;
	color: #464646;
	background-color: white;
	}	
.content_int{
	width:860px;
	float:left;
	padding:10px;
	color: #464646;
	background-color: white;
	}
.content_int2{
	width:530px;
	float:left;
	padding:10px;
	color: #464646;
	background-color: white;
	}	
.content_int img, .content_int2 img{
	margin: 5px;
	border: 1px solid #003688;
}
.content p, .content_int p, .content_int2 p{
	margin-top: 10px;
	margin-bottom: 10px;
}	
.content ul, .content_int ul, .content_int2 ul, .content ol, .content_int ol, .content_int2 ol{
	margin-left: 20px;
	margin-top: 5px
}
.content ul li, .content_int ul li, .content_int2 ul li, .content ol li, .content_int ol li, .content_int2 ol li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	list-style:disc;
}
.content_int ol li, .content_int2 ol li{
	margin-top: 5px;
	margin-left: 10px;
	list-style: decimal;
}
.content_int ul li, .content_int2 ul li{
	margin-top: 5px;
}
.content blockquote, .content_int blockquote, .content_int2 blockquote{
	margin: 10px;
	margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
}
.left{
	width:232px;
	float:left;
	text-align:center;
	}
.left ul, .center ul{
	margin-left:20px;
	margin-top:10px;
}
.left ul li, .center ul li{
	color:#dd6c10;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	list-style:disc;
}
.left ul li a, .center ul li a{
	display: block;
	color:#dd6c10;
	text-decoration:none;
}
.left ul li a:hover, .center ul li a:hover{
	text-decoration:underline;
}
.left ul li span, .center ul li span{
	color: #003688;
	font-weight: bold;
}
.center{
	width:350px;
	float:left;
	margin-left: 23px;
	}
.center p{
	clear: both;
}	
.center a{
	color:#dd6c10;
	text-decoration:none;
}
.center a:hover{
	text-decoration:underline;
}
.center img, .news_item img{
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #dd6c10;
}
.news_item{
	padding: 5px;
	border-bottom: 1px solid #c9defd;
}
.right{
	width:239px;
	float:right;
	text-align:center;
	background-color:#dd6c10;
	padding:10px;
	}
.right_int{
	width:0px;
	float:right;
	text-align:center;
	background-color:#dd6c10;
	padding: 0px;
	}	
.right_int2{
	width:200px;
	float:right;
	text-align:center;
	background-color:#dd6c10;
	padding: 0px;
	}	
.right h1, .right_int h1, .right_int2 h1{
	color:#fff;
}
.right p, .right_int p, .right_int2 p{
	color:#fff;
}
.right ul{
	margin-left: 15px;
}
.right ul li{
	color: #fff;
	font-size:12px;
	text-align:left;
	list-style:disc;
}
.right a, .right_int a, .right_int2 a{
	color:#fff;
	text-decoration:underline;
}
.submenu a{
	color: blue;
}
.right a:hover, .right_int a:hover, .right_int2 a:hover{
	text-decoration:none;
}
.right table, .right_int table, .right_int2 table{
	margin-top:10px;
	width:100%;
	height:auto;
}
.right label, .right_int label, .right_int2 label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	font-weight:bold;
}
.right input, .right_int input, .right_int input,.content_int input{
	border:1px solid #fff;
	background-color:#eeb688;
	color:#dd6c10;
	width:130px;
	height:25px;
	font-weight:bold;

}
.right input:hover, .right_int input:hover, .right_int2 input:hover{
	background-color:#fff;
}
.content_int input, .content_int textarea{
	border:1px solid #dd6c10;
	background-color:#eeb688;
	color:#dd6c10;
	width:180px;
	height:25px;
	font-weight:bold;
}
.content_int textarea{
   width: 250px;
   height: 150px;
}
.content_int input:hover, .content_int textarea:hover{
	background-color:#fff;
}

#footer, #footer_int{
	background-image:url(../design_art/footerbg.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width:900px;
	height:30px;
	border:1px solid #dd6c10;
	border-top:0px;
	font-size:11px;
	color:#black;
	margin-left:auto;
	margin-right:auto;
	background-color: #cadffe;
	}
#footer_int{
	background-image:none;
	background-color: #cadffe;
}		
#footer p, #footer_int p{
	text-align:center;
	color:#003688;
	width:519px;
	font-size:11px;
	}
#footer_int p{
	width: 778px;
}
#footer a, #footer_int a{
	color:#003688;
	text-decoration:none;
	}
#footer a:hover, #footer_int a:hover{
	text-decoration:underline;
	}
#breadcrumbs, #breadcrumbs_int{
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	background-color: white;
	color: grey;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #dd6c10;
	border-right: 1px solid #dd6c10;
}
#breadcrumbs_int{
	background-image:url(../design_art/wrapperbg_int.jpg);
	background-color: white;
	background-position: right;
	background-repeat: repeat-y;
}