/* CPC Template 1 Style Sheet */
/* -------------- Begin HTML Tags -------------- */
body {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 13px;
}
table {
margin: auto;
}
h1 {
font-size: 17px;
font-weight: bold;
}
h2 {
font-weight: bold;
font-size: 13px;
}
/* -------------- Begin Header Styles -------------- */
.header {
width: 760px;
height: 90px;
background-image: url(../images/flag.jpg);
border: 1px solid #000000;
font-weight: bold;
font-size: 30px;
text-indent: 10px;
color: #FFFFFF;
}
.subheader {
width: 760px;
background: #CC0000;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
text-align: right;
padding-top: 3px;
padding-bottom: 3px;
}
a.head:link {
color: #FFFFFF;
text-decoration: none;
}
a.head:active {
color: #FFFFFF;
text-decoration: none;
}
a.head:visited {
color: #FFFFFF;
text-decoration: none;
}
a.head:hover {
color: #FFFFFF;
text-decoration: underline;
}
/* -------------- Begin Left Menu Styles -------------- */
.leftmenu {
width: 200px;
border-left: 1px solid #000000;
}
.leftpic {
width: 55px;
}
.leftimg {
border: 1px solid #0000CC;
}
.leftmenuin {
width: 145px;
font-size: 11px;
color: #0000CC;
}
a.left:link {
color: #0000CC;
}
a.left:active {
color: #0000CC;
}
a.left:visited {
color: #0000CC;
}
a.left:hover {
color: #CC0000;
}
/* -------------- Begin Page Layout Styles -------------- */
.spacercell {
width: 760px;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
.pagemain {
width: 530px;
border-right: 1px solid #000000;
padding: 15px;
}
.bottombar {
width: 760px;
background: #CC0000;
border-top: 1px solid #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}
.copyright {
width: 760px;
border: 1px solid #000000;
padding-top: 3px;
padding-bottom: 3px;
font-size: 11px;
text-align: center;
}
#layer1 {
    border: 2px solid #000066;  
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	position: absolute;
	width: 200px;
	z-index:2;
	left: 70%;
	top: 35px;
}
#layer2 {
border: 2px solid #000066; 
width: 200px; 
text-align: center; 
background: #FFFFFF; 
position: absolute; 
left: 70%; 
top: 5px; 
cursor: pointer; 
z-index: 1; 
font-family: Verdana; 
font-size: 12px; 
color: #000000;
}