/***********************************************/
/* Body style                                  */
/***********************************************/
body{
	font-family:Perpetua, Sylfaen, "Bookman Old Style";
	font-size: 15px;
	line-height: 1.166;	
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #555555;

}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header{
	height:140px;
	border: 0px;
	padding:0px;
	background: #333333 url(images/headerpic.jpg) left repeat-x bottom;
}
#margin{
	margin-left:160px;
	background-color:#CC9933;
	background-image: url("images/tile.jpg");
	border: 0px;
	
}

#content{
	padding: 20px;
	background:  url("images/apolandflag2.jpg") center no-repeat fixed scroll;

}
#content.nobackgroundimage {
	padding: 20px;
	
}
#footer{
	background-color:#339933;
	text-align:center;
}
#navbox{
	position:absolute;
	left:0px;
	top:162px;
	width:160px;
	height:585px;
	font-size: 14px;
	background:url(images/cello.gif) no-repeat;

}

#navbarbox{
	position:absolute;
	top:140px;
	height: 19px;
	width:100%;
	padding-top:3px;
	padding-left: 160px;
	background-color:#339933;
	border: 0px;

}

/***********************************************/
/* Hyberlink and anchor tag styles             */
/***********************************************/
a{
}

a:link{
	color:#FFFFFF;
	text-decoration: none;
}

a:visited{
	color:#FFFFFF;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

a:active{
	color:#FFFFFF;
	text-decoration: none;
}
h1 {
	font-variant:small-caps;
	font-size:130%;
	font-weight:700;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	padding-left:5px;
	text-align:left;	
}
h1.first {
	padding-top: 0;
	margin-top: 0;
}
h1.top {
	font-variant:normal;
	font-size:250%;
	font-style:normal;
	font-family:"Times New Roman", Times, serif;
	color:#ffffff;
	text-align:left;	
	padding: 0 0 0 45px;
	margin: 0 0 0 0;
	display:inline;

}
h2 {
	font-variant:small-caps;
	font-size:110%;
	font-weight:700;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
h2.top {
	font-size:110%;
	color:#339933;
	font-weight:700;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	display:inline;
}

h4 {
	font-size:inherit;
	font-weight:700;
	display:inline;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}
/***********************************************/
/* Styles - Text                               */
/***********************************************/
.style1 {color: #FFFF00}
.style4 {color: #00FFFF}
.style5 {
	font-weight:700;
	font-style: italic;
}

.innavheader{
	font-variant:small-caps;
	font-weight:700;
	font-style:italic;
	color:#ffff00;
	padding-left:0px;
	text-align:left;
}
/***********************************************/
/* Table style                                 */
/***********************************************/
table{
	border: solid 1px #222222;
	border-bottom-color:#efc764;
	border-right-color:#efc764;
	width:100%;
	padding:1px 4px 1px 4px;
	empty-cells:show;
}
table.invisable{
	border: solid 0px #222222;
	width:95%;
	padding:0 0 0 0;
	empty-cells:show;
}

th{	
	vertical-align:top;
	border: solid 1px #222222;
	border-top-color:#efc764;
	border-left-color:#efc764;
	font-weight:700;
	background-color:#006633;
	empty-cells:show;
}
th.invisable{	
	vertical-align:inherit;
	border: solid 0px #222222;
	font-weight:300;
}
td{
	vertical-align:top;
	border: solid 1px #222222;
	border-top-color:#efc764;
	border-left-color:#efc764;
	empty-cells:show;
}

td.invisable{
	vertical-align:top;
	border: solid 0px #222222;
	empty-cells:show;
}
/************************************************/
/*Style applied to the buttons in nav section   */
/************************************************/
#navbox ul{
	padding: 0;
	margin: 10px;
	list-style: none;
}

#navbox li{
	width:140px;
	padding: 2px 2px 2px 6px;
	margin: 2px 5px 2px 5px;


}

#navbox li.head{
	background-image:none;
	font-variant:small-caps;
	font-weight:700;
	font-style:italic;
	color:#ffffff;
	padding-left:0px;
}

#navbox li.sub{
	color:#ffffff;
	margin: 0;
	padding: 1px 1px 1px 6px;

}

#navbox li a:link{
	color:#ffffff;
	text-decoration: none;
}

#navbox li a:visited{
	color:#ffffff;
	text-decoration: none;
}

#navbox li a:hover{
	color:#333333;

}

#navbox li.sub a:hover{
	color:#cccccc;
	font-weight:700;
	text-decoration:none;
}
/************************************************/
/*Style and space applied to NavBar             */
/************************************************/
#navbarbox ul {
	font-weight:700;
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#navbarbox ul li {
	margin-left: 0;
	padding: 0px 12px;
	border-left: 1px solid #000000;
	list-style: none;
	display: inline;
}
#navbarbox ul li.last {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
} 

/************************************************/
/*Style applied to the lists                    */
/************************************************/
ul {
}

ul li{
}
