body{
	background-color: #c5d8e5;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-x;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
	margin: 10px 0 0 0;
 	padding: 0;
}

a:link{
	color: #000000; text-decoration: none;
}
a:active{
	color: #000000; text-decoration: underline;
}
a:visited{
	color: #000000; text-decoration: none;
}
a:hover{
	color: #000000; text-decoration: none;
}
img{
	border: 0px;
}
img.press{
	border: 1px dotted;
}
h1{
	margin-top: 0px;
}
h3{
	margin-top: 25px;
}
h4{
	margin-bottom: 8px;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
/*	text-decoration: underline; */
}
h4.press{
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
/*	text-decoration: underline; */
}
hr{
	color: silver;
	background-color: silver;
	border-color: silver;
	margin-bottom: 0px;
}

img.vert_middle{
	vertical-align: middle;
}
img.border{
	border: 1px groove;
}
img.link{
	margin-right: 10px;
}
a.not_avail{
	text-decoration: line-through;
}

.container_main{
	position: relative;
	left: 50%;
	margin-right: 20px;
	margin-left: -454px;
	width: 924px;
 	padding:0px;
	border: 0px;
}
#container_head{
    position: relative;
    left: 50%;
    margin-left: -462px;
    width: 924px;
    padding:0px;
    border: 0px;
}
#container_left{
	float: left;
	width: 180px;
	margin: 25px 0px 25px 0px;
	/*border: 1px dotted yellow;*/
}
#container_menu{
	border: 1px dotted;
	padding: 5px;
	font-variant: small-caps;
}
#container_address{
    margin-top: 10px;
	font-size:8pt;
	border: 1px dotted;
	padding: 5px;
}
#container_adds{
	margin-top: 10px;
	font-size:8pt;
	text-align: center;
	border: 1px dotted;
	padding: 5px;
}
#container_right{
	margin-top: 25px;
	margin-left: 200px;
	max-width: 700px;
	padding: 0px 0px 0px 5px;
	text-align: justify;
	/* border: 1px dotted red; */
}
.submenu{
	font-weight: normal;
	margin-left: 16px;
	font-variant: normal;
}

DIV.press{
	position:relative;
	left: 25px;
	background-color: #f4f4f4;
	padding:5px;
	border: 1px dotted
}


.justify{
	text-align: justify;
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
.italic{
	font-style: italic;
}
.fontsize7{
	font-size: 7pt;
}
.fontsize8{
	font-size: 8pt;
}
.fontsize12{
	font-size: 12pt;
}
.float{
	float:left;
}
.nofloat{
	clear: left;
}
.padding10{
	padding: 10px;
}
.margin-bottom25{
	margin-bottom: 25px;
}
.margin-top25{
	margin-top: 25px;
}
.margin-right25{
	margin-right: 25px;
}
.margin-left25{
	margin-left: 25px;
}
.gray{
	color: gray;
}
.red{
	color: red;
}
.underline{
	text-decoration: underline;
}
.extlink {
	background-image: url(../images/icon_extlink.gif);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	padding-left: 16px;
}

