/* CSS Document */

.body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color:#666666;
	background-color:#E4F3F8;
    margin:0;
    padding:0; 
	}
	
.table {
	border-collapse:collapse;
	padding:0;
	}
	
	
/*-------------start layout*/
/*all pages*/
#container {
    width:750px;
    margin-left:auto;
    margin-right:auto;
	position:relative;
	top:1em;
	}

#lowerpage {
    width:750px;
    margin-left:auto;
    margin-right:auto;
	position:relative;
	top:4em;
}

/*normal page*/
#left {
    float:left;
    padding:50px 0 25px 25px;
    width:350px; 
}

#right {
    float:right;
    padding:50px 25px 25px 0;
    width:250px;
}

/*form page*/
#leftlarge {
    float:left;
	padding:50px 0 25px 25px;
    width:500px; 
}

#rightsmall {
	float:right;
	padding:50px 25px 25px 0px;
	width:175px;
	}
	
/*thankyou page*/
#middle
	{
	padding:75px 100px 25px 100px;
	text-align:center;
	}
/*-------------end layout*/

/*-------------start page heading*/
#heading {
	margin-top:3em;
	}

.style1 {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: xx-large;
	font-weight: bold;
}
.style5 {
	font-family: Helvetica, Arial, sans-serif; 
	font-size: xx-large; 
	font-style: italic; 
	color: #000000;
	}
/*-------------end page heading*/


/*-------------start menu*/
#menu {
	position:relative; 
	top:1em; 
	text-align:center;
	}

#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	/*float: left;*/
	line-height: 14px;
	font-weight:normal;
	margin: 0 15px 4px 15px;
	text-decoration: none;
	color: #666666
	}

#navlist a:hover {
	border-bottom: 4px solid;
	border-bottom-color:#990000;
	padding-bottom: 0px;
	background: transparent;
	color: #333;
	}

.currentpage {
	border-bottom: 4px solid;
	border-bottom-color:#990000;
	padding-bottom: 0px;
	background: transparent;
/*	color: #333;*/
	}
/*-------------end menu*/


/*-------------Start Form styles */
.tableback2 {
	background-color:#C2DFED;
}

.redital {
	color: #FF0000;
	font-style: italic;
	padding:10px 0 0 0;
}

.red {
	color: #FF0000;
	font-style: italic;
}

.tbltopcell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top:2px;
}

.tblbordtoplight {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8FC5DE;
	padding-top: 1px;
}

.tblbordbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom:1px;
}

.tblbordleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.tblbordright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

.formhead {
	background-color: #8FC5DE;
	text-align:center;
	font-weight:bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

.texta {
	border-collapse:collapse;
	border: 1px solid #660000;
	background-color: #E4F3F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	width:12em;
}
.button {
	border: 1px solid #660000;
	background-color: #E4F3F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
.radio {
	}
/*-------------End Form styles */


/*-------------start body styles*/

/*padding: top right bottom left;*/

.texthead1 {
	font-size:medium; 
	color:#333;
	font-style:italic;
	padding:0 0 20px 0;
}

.texthead2t {
	font-size:medium; 
	color:#333;
	padding: 5px 0 5px 0;
	}
	
.texthead2n {
	font-size:medium; 
	color:#333;
	padding: 30px 0 5px 0;
	}

.leftbox /*or for main page text*/ {
	padding: 5px 0 5px 0;
}

.who {
	font-size:medium;
	font-style:italic;
	color:#333;
	padding: 5px 0 5px 0;
	line-height:1.5em;
}

.righttexthead {
	font-size:medium; 
	color:#333;
	font-style:italic;
	padding: 0 0 10px 0;
	}

.rightbox {
	padding: 10px 0 20px 0;
	}

.contacthead {
	color:#333333;
	padding: 3px 0 2px 0;
	}

.photo {
	padding: 0 0 20px 0;
	}
	
.pic{
	padding:0 0 50px 0;
	}
	
.piclow{
	padding:0 8px 0 0;
	}
	
.piclow2{
	padding:0 0 0 0;
	}
.priv{
	font-size:x-small;
	}
/*-------------end page body styles*/