@charset "iso-8859-2";

a:link {color:#FFFFFF; text-decoration:none;}      /* unvisited link */
a:visited {color:#FFFFFF; text-decoration:none;}   /* visited link */
a:hover {color:#FFFFFF; text-decoration:none;}     /* mouse over link */
a:active {color:#FFFFFF; text-decoration:none;}    /* selected link */

a.also:link {color:#000000; text-decoration:underline;}

a.also:visited {color:#000000; text-decoration:underline;}

a.also:hover {color:#000000; text-decoration:underline;}
a.also:active {color:#000000; text-decoration:underline;}



h1 {
font-family:"Comic Sans MS", cursive ;
text-align:left;
text-decoration:bold;
color:orange;
}

h2 {
font-family:"Comic Sans MS", cursive ;
text-align:left;
text-decoration:none;
color:orange;
}

h3 {
font-family:"Comic Sans MS", cursive ;
text-align:left;
text-decoration:none;
color:black;
}

p {
font-family:"Comic Sans MS", cursive ;
text-align:justify;
text-decoration:none;
color:black;
}

p.important {
font-family:"Comic Sans MS", cursive ;
text-align:justify;
text-decoration:none;
color:red;
}



body {
	background-image: url('img/bg.jpg');
	background-position:left; 
	background-repeat: repeat-y;
}



#background {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 950px;
	height: 700px;
	background-image: url(img/main.jpg);
	background-repeat: no-repeat;
}


#myframe {
	position: absolute;
	left: 301px;
	top: 183px;
	width: 725px;
	height: 505px;
	border-style:solid;
	border-width:0px;
}

#idaframe {
	position: absolute;
	left: 321px;
	top: 700px;
	width: 725px;
	height: 20px;
	border-style:solid;
	border-width:0px;
	font-size:12px;
}

#menuframe {
	position: absolute;
	left: 103px;
	top: 290px;
	width: 170px;
	height: 250px;
	border-style:solid;
	border-width:0px;
	font-family:"Comic Sans MS", cursive ;
	text-align:center;
	font-size:14px;
	font-weight: bold;
}


#calendar {
	position: absolute;
	left: 105px;
	top: 548px;
	width: 170px;
	height: 150px;
	border-style:solid;
	border-width:0px;
	text-align:left;
}
 
#attention {
	position: absolute;
	left: 5px;
	top: 75px;
	width: 700px;
	height: 145px;
	border-style:solid;
	border-width:0px;
	text-align:left;
	background-color: orange;
	filter: alpha(opacity=99);
	opacity : .50;
	z-index: -1;
}




.flaghun {
	position:absolute;
	left: 886px;
	top: 10px;
	width: 30px;
	height: 31px;
	border: 0px solid #f00;
}


.flaghun a:hover img {
	filter: alpha(opacity=80);
	opacity : .80;
}


.flageng {
	position:absolute;
	left: 921px;
	top: 11px;
	width: 30px;
	height: 31px;
	border: 0px solid #f00;
}


.flageng a:hover img {
	filter: alpha(opacity=80);
	opacity : .80;
}

/* *********************************************
* This notice MUST stay intact for legal use.
* This script was created for FREE CSS Menus.
* Visit: www.freecssmenus.co.uk for more CSS.
* Also visit our Free online menu creator.
************************************************ */
.dropmenu1 ul{
list-style-type:none;
padding:0;
margin:0;
}

.dropmenu1 li{
z-index:200;
position:relative;
}

.dropmenu1 a, .dropmenu1 :visited {
display:block;
font-size:14px;
width:173px;
border:0px solid #112251;
padding-top:5px;
padding-bottom:8px;
padding-right:0px;
padding-left:0px;
color:#white;
background:#FD7904; //#445591;
font-family:"Comic Sans MS", cursive ; //verdana, sans-serif;
text-decoration:none;
text-align:center;
}

.dropmenu1 :hover{
width:173px;
color:#00;
background:#3333CC;//#112246;
}

.dropmenu1 ul ul {
position:absolute;
left:173px;
top:0px;
visibility:hidden;
width:173px;
height:0px;
}

.dropmenu1 ul li:hover ul, .dropmenu1 ul a:hover ul{
visibility:visible;
background:#112246;
color:#FFCC66;
filter: alpha(opacity=80);
opacity : .93;
}

.clear{clear:both}