#popup {
    /* Necessary: */
    position: absolute;
    display: none;
    z-index: 10;

    /* Additional styling: */
    width: 400px;
    font-size: xx-small;
    background-color: #eee;
    border: 1px dotted #ece;
    opacity: .85;
    filter: alpha(opacity=85);
}

#blanket {
   background-color:#000000;
   opacity: 0.65;
   position:absolute;
   z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
   top:0px;
   left:0px;
   width:100%;
}

#POPprojects {
	position:absolute;
	background-color:#000000;
	background:url(../images/background.png);
	width:600px;
	height:400px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.textbox {
	text-align:justify;
    display: block;
    width: 520px;
    height: 290px;
	padding-top:20px;
    padding-left:40px;
    padding-right:20px;
    overflow: auto;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.textbox a {
	text-decoration:none;
	color:#F96;
}

.textbox a:hover {
	text-decoration:none;
	color:#F30;
}

#POPcontact {
	position:absolute;
	background-color:#000000;
	background:url(../images/background.png);
	width:600px;
	height:400px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

#POPcopyright {
	position:absolute;
	background-color:#000000;
	background:url(../images/background.png);
	width:600px;
	height:400px;
	z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
}

.contact {
    display: block;
    width: 250px;
    height: 250px;
	padding-top:20px;
    padding-left:40px;
	color:#FFFFFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

.contact a {
	text-decoration:none;
	color:#F96;
}
.contact a:hover {
	text-decoration:none;
	color:#F30;
}

a#lk01 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk01.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk01:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk02 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk02.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk02:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk03 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk03.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk03:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk04 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk04.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk04:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk05 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk05.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk05:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk06 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk06.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk06:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk07 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk07.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk07:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk08 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk08.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk08:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk09 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk09.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk09:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}
a#lk10 {
    display: block;
    width: 294px;
    height: 23px;
    background-image: url(../images/lk10.gif);
    background-position: 0 0;
    margin: 0 auto;
	color: #000000 !important;
}
a#lk10:hover {
    background-position: 0 -23px;
	color: #000000 !important;
}

a .alt { display: none; }


.loginbox {
	color: #FFFFFF;
	background-color: #151515;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	border-top: 1px solid #D6F7CE;
	border-right: 1px solid #7CE3AC;
	border-bottom: 1px solid #7CE3AC;
	border-left: 1px solid #D6F7CE;
}
.loginsubmit {
	color: #FFFFFF;
	background-color: #151515;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	border-top: 1px solid #D6F7CE;
	border-right: 1px solid #7CE3AC;
	border-bottom: 1px solid #7CE3AC;
	border-left: 1px solid #D6F7CE;
}
.tinytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	font-weight: normal;
	color: #000000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #F3F2F4;
}
.text a {
	color: #AAAAAA !important;
	text-decoration: none;
}
.text a:active {
	color: #AAAAAA !important;
	text-decoration: none;
}
.text a:visited {
	color: #AAAAAA !important;
	text-decoration: none;
}
.text a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}
.modelheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #69ee90;
	font-weight: bold;
}
.textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #69ee90;
	font-weight: bold;
}
.scrollbox {
	overflow: auto;
	height: 525px;
	width: 750px;
	border: 1px solid #FFFFFF;
}

.bg_sarah {
	background-image: url(../images/sarah.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.textwhiteheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.box {
	overflow: auto;
	position: absolute;
	height: 360px;
	width: 630px;
}
.textlarge {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F3F2F4;
}
.textlightred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF3333;
}
.textlightblue {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
}
.textlightgreen {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66FF99;
}
.textlightyellow {




	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF99;
}
