﻿body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 162px;
	border: 1px solid #C4D0D2;
	color: #9EA9AB;
}

div.goback {
	text-align:left;
	padding-top:5px;
	padding-right:5px;
	font-size:10px;
	border-bottom:0;
	border:0;
}

.homecontainer {
	margin:5px;
	padding:  2px 2px 2px 2px;
	border:1px solid #999999;
	background-color:#FFFFFF;
}

.paging
{
	width: 675px;
	margin: 5px;
	border:1px solid #999999;
	background-color: #CCCC99;
	font-size:10px;
	text-align:center; 
}


.container3 h3 {margin:0 15px;}
.container, .container2, .container3 {background: #F3E7C5; color:#fff; margin:0 15px;} /*Dont change #fff. Stays white if backgrnd is white.*/
.container2 { width: 710px; }
.container3 { width: 200px; float: right; }
.rtop, .rbottom{display:block; background:#fff;} /*Dont change #fff. Stays white if backgrnd is white.*/
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#F3E7C5;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

.rl1 {margin: 0 0 0 5px; }
.rl2 {margin: 0 0 0 3px; }
.rl3 {margin: 0 0 0 2px; }
.rl4 {margin: 0 0 0 1px; height: 2px;}

.rr1 {margin: 0 5px 0 0; }
.rr2 {margin: 0 3px 0 0; }
.rr3 {margin: 0 2px 0 0; }
.rr4 {margin: 0 1px 0 0; height: 2px;}


.imgborder {
	border:1px solid  silver;
}

.imgbutton{
	border: 0px
}

a.link1 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #5F5B5B;
	text-decoration: underline;
}

a.link2:hover {
	text-decoration: none;
}

a.link3 {
	color: #FFFFFF;
	text-decoration: underline;
}

a.link3:hover {
	text-decoration: none;
}

a.link4 {
	color: #5F5B5B;
	text-decoration: underline;
	font-size: 11px;
	font-variant:small-caps;
}

a.link4:hover {
	text-decoration: none;
}

.container
{
	width: 331px;
	height: 178px;
	text-align: center;
}

.footer {
	clear:both;
	color: #6C6C6C;
	margin:1px 5px;
	padding:2px 20px;
	border:1px solid #DFD2AC;
	font-size: 11px;
	line-height: 12px;
	letter-spacing: 1px;
}

.text1
{
	font-size: 11px;
	color: #660033;
}

.text2 {
	font-size: 10px;
	color: #9EA9AB;
	text-align: justify;
}

.text3 {
	font-size: 11px;
	line-height: 12px;
	color: #6C6C6C;
	text-align: justify;
}

.text4 {
	font-size: 10px;
	color: #FFFFFF;
}

.text4 {
	font-size: 10px;
	color: #CE9080;
}

.text5
{
	font-size: 14px;
	line-height: 16px;
	color: #840000;
	text-align: justify;
	letter-spacing: 2px;
	text-transform:capitalize 
}

.text6 {
	font-size: 12px;
	line-height: 13px;
	color: #6C6C6C;
	text-align: justify;
}

.text7 {
	font-size: 13px;
	color: #9EA9AB;
}

.text8 {
	font-size: 10px;
	color: red;
}

.text9 {
	font-size:  8px;
	font-weight:  bolder;
	line-height: 6px;
	color: #6C6C6C;
	text-align: justify;
	text-decoration: none;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position:  absolute;
background-color:  white;
padding: 5px;
left: 0px;
border: 1px solid  black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}


/*End of Credits: Dynamic Drive CSS Library */
