.popUp {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffbb;
	visibility: hidden;
	margin: 0 10px;
	padding: 5px;
	position: absolute;
	border: solid 5px blue
	}
.quest{
font-family: Tahoma, sans-serif; 
font-size: 14px;
font-weight: bold;
color: rgb(230,30,25);
line-height: 175%;
}
.enh{
font-family: Tahoma, sans-serif; 
font-size: 14px;
font-weight: bold;
color: rgb(230,30,25);
line-height: 100%;
}
.resp{
font-family: Tahoma, sans-serif; 
font-size: 16px;
font-weight: bold;
color: rgb(130,30,225);
line-height: 175%;
}
.tabhead{
font-family: Tahoma, sans-serif; 
font-size: 12px;
font-weight: bold;
color: rgb(130,30,225);
line-height: 100%;
}
.tab{
font-family: Tahoma, sans-serif; 
font-size: 12px;
font-weight: bold;
color: rgb(130,30,25);
line-height: 100%;
}

body {
	width: 620px;
	padding: 0px; 
	font-size: 14px;
}

/* Sets Width to Maximum allowed */

div#logo {
margin-left: 150px;
	width: 800px;
	height: 120px;
background-image: 
url('images/logo.gif');
background-repeat: 
no-repeat;
}
 
/* Sets Height and width, aligns images right 
and Sets the Background Colour */

div#sect_nav {
	width: 900px;
	height: 8px;
	background: rgb(100,100,150);
	text-align: right;
}


/* Defines the pagelink width and location */

div#pagelinks {
	position: absolute;
	left: 0px;
	top: 128px;
	width: 160px;
	background: rgb(100,100,150);
}

/* Defines the Links */

div#pagelinks p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 120%; 
	color: rgb(255,255,255);
	font-weight: bold;
	margin-left: 5px; 
}

div#pagelinks ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgb(255,255,255);
	text-decoration: none;
	/text-transform: uppercase;/
	font-weight: lighter;
	list-style-type: square;
	margin-top: 5px;
	line-height: 175%;
 }

div#pagelinks ul a:link { 
    color: rgb(255,255,255);
    text-decoration: none
 }

div#pagelinks ul a:visited { 
    color: rgb(255,255,255);
    text-decoration: none 
 }

div#pagelinks ul a:active { 
    color: rgb(155,155,255);
    text-decoration: none 
 }

div#pagelinks ul a:hover { 
    color: rgb(255,155,122);
    text-decoration: none 
 }

/* Defines the pagelink width and location */

div#mainpage {
	width: 750px;
	margin-left: 170px;
	background: rgb(240,240,240);

background-image: 
url('main_002.jpg');
background-repeat: 
no-repeat;
background-position: 
 center; 
background-attachment: 
fixed;

}

/* Defines the Styles for this Section */
div#mainpage normal {  
	font-family: Tahoma, sans-serif; 
	color:  rgb(22,22,152);
	font-size: 120%; 
	line-height: 150%; 
	margin-left: 25px;
}
div#mainpage p {  
       	font-family: Tahoma, sans-serif; 
	color:  rgb(22,22,152);
        //letter-spacing: -1.5px;
	font-size: 120%; 
        line-height: 110%; 
	margin-left: 60px;
        margin-right: 60px;
}


div#mainpage li {  
	font-family: Tahoma, sans-serif; 
	color:  rgb(82,82,182); 
        font-size: 100%;
        font-weight: bold;
	margin-left: 32px;
	line-height: 200%}

div#mainpage h1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 160%;
	color:  rgb(200,80,110); 
	margin-left: 15px
}

div#mainpage h2 {  
	font-family: Tahoma, sans-serif; 
	font-size: 140%;
	color:  rgb(200,80,110);
	margin-left: 15px
}

div#mainpage h3 {  
	font-family: Tahoma, sans-serif; 
	font-size: 120%;
	color:  rgb(200,80,110);
	margin-left: 15px
}
div#mainpage b1 {  
	font-family: Tahoma, sans-serif; 
	font-size: 140%;
        font-weight: bold;
	color:  rgb(80,80,140);
	margin-left: 15px
}



/* Defines the title */
div#insert h1 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background: rgb(50,50,70);
	font-size: 140%;
	color: rgb(255,255,255);
}

/* Defines the links */
div#insert a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 25px;
	color: rgb(200,200,200);
	text-decoration: none;
	/text-transform: uppercase;/
	font-weight: lighter;
	text-align: right;
}

div#insert a:link { 
    color: rgb(60,60,60);
    text-decoration: none
 }

div#insert a:visited { 
    color: rgb(0,0,102);
    text-decoration: none 
 }

div#insert a:active { 
    color: rgb(0,0,102);
    text-decoration: none 
 }

div#insert a:hover { 
    color: rgb(51,104,204);
    text-decoration: none 
 }
