#container {
    background-color : white;
    border-bottom-color : red;
    border-bottom-style : ridge;
    border-bottom-width : 5px;
    border-left-color : #8d0000;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : red;
    border-right-style : ridge;
    border-right-width : 5px;
    border-top-color : #8d0000;
    border-top-style : solid;
    border-top-width : 1px;
    font-family : Arial, 'sans-serif';
	font-size:75%;
    margin-left : auto;
    margin-right : auto;
    width : 974px;
  }


#col_left {
    float:left;
    width:200px;
    text-align:center;

  }


#col_right {
    float:right;
    width:760px;
	border-left-color:#c4c4c4;
	border-left-style:solid;
	border-left-width:1px;
	padding-left:4px;
  }


#header {
    border-bottom:red solid 10px;
    height:110px;
	background-image:url('images/hd_bg.png');
	background-repeat:no-repeat;
  }


#main {
    padding-right:4px;
  }


#footer {
    clear:both;
	margin-top:5px;
    border-top:red solid 10px;
    border-bottom:red solid 10px;
	padding:4px;
	font-size:70%;
  }


.im_rt {
    float:right;
    margin-left:15px;
  }

.im_lt {
    float:left;
    margin-right:15px;
  }

.avail{
	color:red;
	font-style:italic;
	font-weight:bold;
	font-size:90%;
	text-align:center;
}

.req{
	color:red;
	font-style:italic;
	font-size:70%;
}

h1 {
    background-color:#C4C4C4;
    color:red;
	font-size:150%;
  }


h2 {
    color:#606060;
	font-size:130%;
  }

h3 {
    color:#606060;
	font-size:110%;
  }

p, ul, dl, td {
    color:#383838;
  }

dl {
    color:#383838;
	font-size:70%;
  }

dt{
	font-weight:bold;
}

a.nav, a.nav:link, a.nav:visited, .chosen {
	display:block; 
	width:150px; 
	min-height:25px; 
	background:#c4c4c4; 
	border:1px solid #333; 
	margin-top:2px; 
	text-align:center; 
	text-decoration:none;
	font-weight:bold; 
	font-family:verdana, arial, sans-serif; 
	font-size:80%; 
	color:#333; 
	line-height:25px; 
/*	overflow:hidden;*/
}

a.nav:hover {
	color:red; 
	background:#c4c4c4;
}

a.nav:active, .chosen {
	color:white; 
	background:red;
}

a.navh, a.navh:link, a.navh:visited {
	display:block; 
	width:105px; 
	min-height:25px; 
	background:#c4c4c4; 
	border:1px solid #333; 
	margin-top:2px; 
	margin-bottom:4px; 
	text-align:center; 
	text-decoration:none;
	font-weight:bold; 
	font-family:verdana, arial, sans-serif; 
	font-size:80%; 
	color:#333; 
	line-height:25px; 
	overflow:hidden; 
	float:left;
}
a.navh:hover {
	color:red; 
	background:#c4c4c4;
}
a.navh:active, .chosen {
	color:white; 
	background:red;
}
