* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0;
	background:#ffffff url(../images/welcome2.jpg) no-repeat 0px 130px fixed;
}
a {color:#000000;}
a:visited {color:#000088;}
a:hover {color:#ff0000;text-decoration:none;}

h1{
	font-size: 24px;
	color: #000088;
	font-weight: bold;
}
h2 {
	font-size: 20px;
	color: #000088;
	font-weight: bold;
	letter-spacing:10px;
	padding-left: 10px;
	padding-top: 50px;
}
h3{
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
}

.indexscript{
padding-left:300px;
position: 300px;
}
.tablemid{
	padding:3px;
}

p{
color:#000088;
font-size:15px;
font-weight:bold;
}

#container{
width:820px;
margin:0 auto;
padding:0;
}

#header{
height:80px;
background:#ffffff url(../images/SNlogoTOP.jpg) no-repeat;
}

#menu{
height:45px;
padding-left:4px;
}

.menu {
	font-family: verdana, sans-serif;
	height:40px;
	position:relative;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:0;
	left: 0px;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, 
.menu ul li a:visited {
text-align:left;
display:block; 
text-decoration:none; 
color:#000000; 
width:140px; 
height:20px;
font-weight:bold;
color:#666666; 
border-bottom:8px solid #666666;
background:#ffffff; 
padding-left:12px; 
line-height:17px;
margin-right:5px;
margin-left:5px;
}

.menu ul ul {
visibility: visible;
position:absolute;
}

/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}


/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:142px;
w\idth:140px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-2px; 
border-collapse:collapse;
font-size:13px;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000088; 
border-bottom:8px solid #000088;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position: absolute; 
top:1.5em;
margin-top:6px;
margin-left:6px;
width:140px;
background:#;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
text-align:left;
display:block; 
background:#eeeeee;
color:#000088; 
border:0px none;
margin:0;
font-weight:normal; 
font-size:10px;
height:auto; 
line-height:9px; 
padding:2px; 
width:147px;
border-left:1px solid #000088;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#000088; 
color:#ffffff;
}

.menu ul li:hover ul li a:visited,
.menu ul li a:hover ul li a:visited {
color:#ff0000;
background:transparent url(transparent.gif);
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:8px; /* for IE5.5 faulty box model */
marg\in-top:9px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#dddddd;
width:140px; /* for IE5.5 faulty box model */
w\idth:130px; /* for IE6 */
}

#title{
height:33px;
text-align:right;
background: #eeeeee url(../gif/flag.png) no-repeat 9px 3px;
}

#title h1{
	font-size: 24px;
	color: #000088;
	font-weight: bold;
	padding-right: 50px;
}

#main{
height:auto;
padding-top:10px;
}

#main img{
border:1px solid #cccccc;
padding:2px;
margin:0px;
}

#main p{
color:#000088;
font-size:15px;
font-weight:bold;
}

#footer{
height:20px;
padding:3px;
margin-top:10px;
border-top: 1px solid #999999;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #000088;
}
#footer a:hover,
#footer a:active {
	color: #FF0000;
	text-decoration: none;
}
#footer p{
font-size: 9px;
font-weight: normal;
color: #000088;
}

