/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Level 1<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
body {
	width: 1024px;
	margin: 0px;
	padding: 0px; /* this is a concession to opera 7 which has margin 0, but some padding by default.*/
	font-size: 10px;
	background: url(../images/bg1.jpg);
	text-align: left;
}
 

div#logo {
	width: 1024px;
	height: 300px;
	/*background: rgb(30,30,150);*/
	text-align: center;
	padding: 0px;
	left: 300px;
}


 
/* Sets Width to Maximum allowed */
 
div#main {
	width: 1024px;
	/*background: rgb(30,30,150);*/
}

/* Set's Style for the Copyright Paragrh text */

div#copyright p {
	width: 1024px;
	font-family: Tahoma, sans-serif;  
	font-size: 10px; 
	background: rgb(0,0,25);
	color: rgb(255,255,255); 
	font-weight: bold;
	text-align: center;
}

div#main a {
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 130%; 
	color: rgb(0,255,255);
	font-weight: bold;

}

div#main a:link { 
    text-decoration: none;
 }

div#main a:visited { 
    text-decoration: none ;
	font-weight: normal;

 }

div#main a:active { 
    text-decoration: none;
	color: rgb(0,255,255); 
 }
 
div#main a:hover { 
    text-decoration: none; 
	color: rgb(0,255,255); 
 }

/*//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Level 2<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/* Defines the pagelink width and location */

.pagelinks {
	position: absolute;
	top: 300px;
	left:0px;
	/*background: rgb(30,30,150);*/
	background: rgb(255, 255,255);
	/*white-space: nowrap;*/
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 200px;
}

.pagelinks img
{
border: 0
}

* html a:hover
{
 visibility:visible;
 color:rgb(255,0,0);
}

.pagelinks a:hover img
{
 visibility:visible; 
}

.pagelinks span {	position:relative;	left:0px;	margin:0;	cursor: pointer;
	font-family: Verdana, sans-serif;  
	font-size: 14px; 
	font-weight: bold;
	color: rgb(30,30,150);
	padding: 0px;
 }
 
 .pagelinks a:link { 
    text-decoration: none;
 }

.pagelinks a:visited { 
    text-decoration: none ;
 }

.pagelinks a:hover { 
    text-decoration: none;
	color: rgb(255,0,0); 
 }

/* Defines the pagelink width and location */

div#mainpage {
	margin-left: 0px;
	margin-right: 0px;
}

/* Defines the Styles for this Section */

div#mainpage p {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 200%; 
	line-height: 200%; 
	text-align: center;
	color: rgb(200,255,25);
	font-weight: bold;
	margin-left: 230px;
	margin-right: 130px;
}


div#mainpage h1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 240%;
	text-transform: uppercase;
	text-align: center;
	color:  rgb(200,102,200); 
	margin-left: 230px;
	margin-right: 130px;
}

div#mainpage h2 {  
	font-family: Tahoma, sans-serif; 
	font-size: 160%;
	color:  rgb(0,102,0);
	margin-left: 0px;
}


/*//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>Level 3<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/


/* Set's the width and position */

div#insert {
	width: 120px;
	float: right;
	text-align: right;
}

/* Defines the title */

div#insert h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(0,102,0);
	font-size: 170%;
	color: rgb(255,255,255);
}

/* Defines the links */
div#insert a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: rgb(0,102,0);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	text-align: right;
}

div#insert a:link { 
    color: rgb(0,102,0);
    text-decoration: none
 }

div#insert a:visited { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

div#insert a:active { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

div#insert a:hover { 
    color: rgb(51,204,153);
    text-decoration: none 
 }




div#insert {
	width: 120px;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(0,102,0);
	font-size: 170%;
	color: rgb(255,255,255);
	font-weight: bold;
}

div#insert a {
	font-family: Arial, Helvetica, sans-serif;
	color: rgb(0,102,0);
	background: rgb(255,255,255);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	display: block;
	border: solid 1px;
	padding: 0.33em;
}


div#insert a:hover { 
    color: rgb(51,204,153);
    background: rgb(51,204,153);
    text-decoration: none 
 }