a.m1:link {
color: #ffffff;
  text-decoration: none;

}

a.m1:active {
color: #ffffff;
  text-decoration: none;

}

a.m1:visited {
color: #ffffff;
  text-decoration: none;

}

a.m1:hover {
  color: #ffffff;
  text-decoration: underline;

}


a.bodytext:link {

  color: #ff0000;

}

a.bodytext:active {

  color: #D3C8F0;

}

a.bodytext:visited {

  color: #D3C8F0;

}

a.bodytext:hover {

  color: #ffffff;

}


.asphoto {
  position: absolute;
  top: 210px;
  left: 250px;
}


.allred {
color:#ff0000;
}

.banner {
	position: absolute;
	top: 95px;
	left: 180px;
	width: 400px;
	height: 24px;
	font-family: Arial;
	font-size: 20px;
	color : #ffffff;
	/*background-color: #BAB4E2;*/
	padding: 1px; 
	text-align: center;
	/* border: 3px double #4F3EC5; */
    background: url(images/glassybit.gif) repeat-x;
}


body {
	background-color: #f3f8fc;
}


.bodytextbig{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

.bodytext{
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


 #navlist
{
margin-left: 10px;
list-style: none;
padding: 10px;
}

#navlist li
{
padding-left: 10px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
margin-bottom:30px;
}





.content{
    background-color: #f3f8fc;*/
	position: absolute;
	top: 132px;
	left:145px;
    width: 468px;
}

.contentflash{
    background-color: #f3f8fc;
    position: absolute;
	top: 108px;
	left:10px;
    width: 468px;
}

/* Makes links blue */
.content a {
	color: #3e5fc7;
    text-decoration: none;
}

/* Makes links turn blue with an underline when the mouse hovers over a link*/
.content a:hover {
	color: #3e5fc7;
	text-decoration: underline;
}

/* Makes links blue */
.contentflash a {
	color: #3e5fc7;
    text-decoration: none;
}

/* Makes links turn blue with an underline when the mouse hovers over a link*/
.contentflash a:hover {
	color: #3e5fc7;
	text-decoration: underline;
}


.contenttitle{
	font-family: Arial;
	font-size: 18pt;
	color : #cf0c00;
}


.infonav {
	font-size: 8pt;
	border: 3px double #4F3EC5;
	padding-left: 10px;
	background-color: #BAB4E2;
}



div.infonav a {color: #000000;}
div.infonav a:link{color: #3B2F94; text-decoration: none; padding:5px}
div.infonav a:hover{color:#0000ff; text-decoration: underline;}
div.infonav a:visited{color: #3B2F94; text-decoration: none; padding:5px}


.novis {
visibility: hidden;
}

div.shadow{float: right;
    padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 0px;
    background: url(../../../introduction/miniweb/images/dropshadow.png) no-repeat bottom right ; margin-top: 10px ; margin-left: 10px}

div.shadow img{display: block;position: relative;
    top: -3px;left:-3px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc; }

/* Note: To get full benefits from the drop shadow image,
 which is 9 pixels thick, the summed absolute value for right padding of the div.shadow and top 
 coordinate of the div.shadow img should be exactly 9 pixels in this case. 
 The same goes for right padding of the container and left coordinate for the image.
 The margin-top of the background image allows for a 4 pixel space around the top and left of the picture
 */	
 
 div.shadowleft{float: left;
    padding-top: 0px;
	padding-bottom: 6px;
	padding-right: 6px;
	padding-left: 0px;
    background: url(../../../introduction/miniweb/images/dropshadow.png) no-repeat bottom right ; margin-top: 10px ; margin-left: 10px}
 
 div.shadowleft img{display: block;position: relative;
    top: -3px;left:-3px;padding:5px;background:#FFF;
    border:1px solid;border-color: #ccc #666 #666 #ccc; }
	
/* Defines the position of the internet and activity wrapper*/
.wrapper {

    position: absolute;
	top: 350px;
	left:0px;
    width: 120px;
	border: 5px double #04046e;
	background-color: #d3e4f8; 

}



/* define the centre internet search block */

.activity {
  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;

}

.activity hf{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;

}

/* Defines the rounded box around the internet div*/
.activitycorner {

  	background-color: #E78AC0; 
    width: 125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 5px;

}

/* This creates rounded corners */
b.ratop, b.rabottom{display:block;background: #FFF}
b.ratop b, b.rabottom b{display:block;height: 1px;
    overflow: hidden; background: #E78AC0}

b.ratop b.r4, b.rabottom b.r4{margin: 0 1px;height: 2px}





