/* CSS Document */
h1 {
   font-size: 15pt;
}
body {
	background-image: url("../images/repeating_boarder_left.jpg");
	background-color: #D4C5A8; /* set background color for the page */
	text-align:center; /* dont change */
	margin:0px;
}

div.banner{
	width:395px; /*set this while setting image*/
	height: 95px; /*set this while setting image*/
	text-align: right;
	background-image: url("../images/title.gif"); /*insert image url here*/
	background-color: #D4C5A8; /*background image color is set to white*/
	margin: 0px;
	margin-right: 20px;
	padding: 0px; 
}
div.page{
	background-color: #D4C5A8;
	width: 855px; 
	text-align:center;
	margin: auto;
	margin-top: 0px;
	padding-left: 45px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align:center; /* dont change */
}
div.content_area{
	width: 855px;
}

div.sub_headers{
	font-family: Arial;
	font-weight: bold;
	font-size: 18pt;
	color: #115A57;
	padding-top:5px;
    padding-left:28px;
	padding-right:28px;
}

div.sub_sub_headers{
	font-family: Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #115A57;
	padding-top:5px;
    padding-left:28px;
	padding-right:28px;
}

div.image {
	padding-top:5px;
   padding-left:28px;
	padding-right:28px;
}
div.content_area div.content{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
	text-align:left;
	z-index: 10;
	padding-top:5px;
    padding-left:28px;
	padding-right:28px;
}
div.content_area div.left_panel{
    width:218px;
	text-align:left; /* dont change */
	background-color: #F1F2E2;
	padding:0px;
	margin:0px;
	height: 100%;
}
div.content_area div.right_panel{
	width:614px;
	background-color: #F1F2E2;
	text-align:left; /* dont change */
	padding:0px;
	margin:0px;
}

div.menu2 a {
	display: block;
 	text-align:left;
        font-family: verdana;
        font-size: 8pt;
        color: #000000;
        margin-left: 0px;
	text-align:left;
        text-decoration: none;

}

input.submit{
	background-image: url("../images/support/submit.gif");
	border: 0px;
	height: 21px;
	width: 66px;

}
input.submit:hover{
	background-image: url("../images/support/submit_f2.gif");
	border: 0px;
	height: 21px;
	width: 66px;
}
.current img{
border: 2px solid #000000;
}
/*
.current:hover img{
border: 3px solid #8A0A07;
}
.current:active img {
border: 3px solid #8A0A07;
}

.current:hover{
color: #8A0A07; /* Dummy definition to overcome IE bug 
}*/
a.dyton{
	
	text-align:left;
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	margin-left: 0px;
	text-align:left;
	text-decoration: none;
}
a.dyton:hover{
	
	text-align:left;
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
	margin-left: 0px;
	text-align:left;
	text-decoration: none;
}
a.anchor_links {
  color:#ff0000;
  text-decoration:underline;
}
