
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#fffaf0 ;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#333333;
}
A {
    text-decoration:none;
    color: #36648b;
}
A:hover{
    text-decoration:underline;
}
A.list:hover{
    font-weight:bold;
    text-decoration:none;

}
strong
{ 
  font-weight:bold;
  color:#36648b;
}
UL.travel{
color: #36648b;
font-weight:bold;
}
UL.travel li:hover{
padding-left:3px;
}
.PrimaryHeadline {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #36648b;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}
.SubHeadline, .SubHeadline A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #36648b;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}
.SubHeadline A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR: #36648b;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	text-decoration: none;
}
.SubHeadline A:hover {
	text-decoration: underline;

}
.red{
   
    margin-right:auto;    
    margin-left:auto;
    color:#36648b;
    font-weight:bold;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	background:#fffaf0;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	top:5px;
}
div#header {
    height:90px;
    padding-bottom:0;
    margin-bottom:0;
    clear:both;
    margin:0 auto;
    border: 0px solid #36648b;
    border-width: 0px 0px 1px 0px;
}

div#fly {
    width:140px;
    margin-left:10px;
    padding:0px;
    padding-top:10px;
    text-align:center;
    float:left;
}
div#top_center{
    height:100%;
    width:510px; 
    text-align:center;
    border: 0px solid #36648b;
    border-width: 0px 1px 0px 1px;
    padding: 1px 10px 0px 10px;
    float:left;
}
div#man{
float:left;
padding-left:10px;


}
div#footer {
	position:absolute;
	left:150px;
	width:510px;
	bottom:0; /* stick to bottom */


}
TABLE#top_table {
    width:auto;
    height:100%;
    text-align:center;
    padding:0;
    margin:0;
    border-bottom:1px solid #36648b;
}

TABLE.menu{
    position:absolute;
    padding:0px;
    margin-left:5px;
    border-spacing:0px 3px;
}
TABLE.menu TD
{
  height:auto;
  width:140px;
  text-align:center;
  vertical-align:baseline;
  border: solid #36648b;
  border-width: 1px 1px 1px 1px;
  padding:0;
  margin:0;  

}
TABLE.menu A {
    text-decoration:none;
    color: #36648b;
    font-weight:bold;
    font-size:10px;
    display:block;
    height:15px;
    padding:2px 0px 0px 2px;

}
TABLE.menu A:hover {
    text-decoration:underline;
    color: white;
    background-color:#36648b;
	
}

DIV#main{
    position:relative;
    width:510px;
    font-size:12px;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    padding: 1px 10px 0px 10px;
    text-align:justify;
    border: 0px solid #36648b;
    border-width: 0px 1px 0px 1px;
    left:150px;
    top:0px;
    margin-top:0;
    background:#fffaf0 ; 
    padding-bottom:10px;
    min-height:275px;
}
#beasties{
    position:absolute;
    top:100px;
    right:30px;
    padding:0;

}

.fslogo{
    position:relative;
    bottom:4px;
    left:380px;
}
DIV.warning{
top:17em;
left:18em;
width:40em;
text-align: center;
margin-top: 1em;
margin-left: 1em;
margin-right: 1em;
color: #333300;
font-size: 1em;

}
/* Registration form input boxes (symvoli) */
.rx-textbox
input {
width:255px;
}
.info {color:#666666;font-size:18px;font-style: italic;line-height: 1.5;}

input.radio {
width:auto;
}

TABLE.form TD{
    vertical-align:middle;
}
TABLE.form input {
	width:125px;
}
#Title, #Author_List{
	width:375px;

}
DIV.hidden
{ 
  visibility:hidden;
 }
