/* CSS Document */

body {	background-color:#3b0149;
	  	color: #00FFFF;
	  	font-family: Verdana, Arial, Helvetica, sans-serif;
	  	font-size: 10pt;
	  	}
p.welcome {	width: 40%;
			text-indent: .25in;
			margin-left: .1in;
			line-height: 12pt;
		}
p.normal {	text-indent: .25in;
			margin-left: .1in;
			line-height: 12pt;
			text-align:justify;
		}
p.simple{ 
margin-left:10px;
}
p.center{text-align:center;}
p.welcomesig { 	width: 40%;
				text-align: right;
				margin: 0;
				line-height: 12pt;
			}	

/*table.main {border-color: #00FFFF; 
			border-style: double;
			border-width: 2px;
			width: 750px;
			}*/
td {/*background-color: #62326C;*/
    background-repeat: no-repeat;
	}
	
td.basic {	background-image:url(images/background_basic.jpg);
			background-repeat: no-repeat;
			background-position: center;
			background-color: #62326C;
			vertical-align:top;
			padding:0px;
			width: 750px;
			height: 400px;
			}
/*td.cells {
	border-top-style:groove;
	border-top-width:thin;
	border-top-color:#00FFFF;
	border-left-style:groove;
	border-left-width:thin;
	border-left-color:#00FFFF;
	border-right-style:groove;
	border-right-width:thin;
	border-right-color:#00FFFF;
	border-bottom:groove;
	border-bottom-color:#00FFFF;
	border-bottom-width:thin;
	}*/
td.mainbody {/*
	border-top-style:groove;
	border-top-width:thin;
	border-top-color:#00FFFF;
	border-left-style:groove;
	border-left-width:thin;
	border-left-color:#00FFFF;
	border-right-style:groove;
	border-right-width:thin;
	border-right-color:#00FFFF;
	border-bottom:groove;
	border-bottom-color:#00FFFF;
	border-bottom-width:thin;*/
	background-image:url(images/home_background.jpg);
	}



a:link {
	color: #CC66FF;
}
a:visited {
	color: #CC66FF;
}
a:hover {
	color: #CC00FF;
}
a:active {
	color: #CC00FF;}
div.footerleft{text-align:left;
				padding:5px;}
div.footercenter{text-align:center;
				padding:5px;}
div.footerright{text-align:right;
				padding:5px;}
.thumb			{border-style:				outset;
				cursor: 				pointer;
				border-width:		2px;
				border-bottom-color:		#00FFFF;
				height:				100px;
				 width:				133px;
				 }
.foalpicture	{	border-style:			outset;
					border-width:			2px;	
				}