body {
	text-align: center;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	line-height: 17px;
	margin: 0;
	padding: 0;
	background-color:#502057;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
}
tr, td {
	text-align: left;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	line-height: 17px;	
}

#container {
	background-color: white;	
	width: 930px;
	margin: 0 auto;
	position:relative;
	overflow: hidden;
}

#header {
	height: 380px;
}
#headercontent {
	height: 320px;
}
#footer {
	text-align: center;
	height: 60px;
	background-color:#502057;
	color: #eccef1;
	visibility:hidden;
	line-height:20px;
}
#footercontent {
	padding-top: 14px;

}
#content {
	background-repeat: no-repeat;
	background-position: top left;
	background-color: white;
	margin: 0;
	margin-left: 283px;
	margin-bottom: 30px;


}

#contentcontent {
	text-align: left;
	margin-left: 5px;
	margin-right: 20px;
}
#left, #right {
	position: absolute;
	top: 320px;
}
#left {
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;;
	left: 0;
	width: 283px;
	padding-left: 0px;
	padding-right: 0px;
}
#leftcontent {
	margin-left: 0px;
	margin-right: 0px;
}
#right {
	background-color: white;
	right: 0;
	width: 0px;
}


/*  CSS For Home Page  */


#homecontent {
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	margin-left: 290px;
	margin-right: 0px;
	margin-bottom: 10px;

}

#homecontentcontent {
	text-align: left;
	overflow: hidden;
	margin-left: 8px;
	margin-right: 260px;
}
#homeleft, #homeright {
	position: absolute;
	top: 380px;
}
#homeleft {
	background-repeat: no-repeat;
	background-position: left;
	left: 0;
	width: 280px;
	padding-left: 0px;
	padding-right: 0px;
}
#homeleftcontent {
	margin-left: 5px;
	margin-right: 0px;
	text-align: left;
}
#homeright {
	background-color: white;
	right: 0;
	width: 240px;
}



#homenewsitem {
	text-align: left;
	border-bottom: 1px solid #e0ddd7;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#newstitle {
	margin-left: 10px;
	font-weight: bold;
}

#fa {
	text-align: left;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #f5f4f1;
	margin-top: 5px;
	border: 1px dashed #d8d3c9;

}
#faimage {
	width: 100px;
	height: 100px;
	float: left;
	overflow: hidden;
	margin: 10px;
	
}
#fatext {
float: left;
margin-left: 5px;
margin-top: 10px;
padding-bottom: 10px;
width: 280px;
}

ul.arrow {
	margin: 10px;
	line-height: 20px;
	margin-top: -3px;
	margin-left: 15px;
	list-style-image: url('images/arrow-list.gif')
}


h1 {
	font-size: 18px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
}

p {
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
}

.whitetext {
	color: #FFFFFF
}


a:visited {
	color: #692c71; text-decoration: underline;
}
a:link {
	color: #692c71; text-decoration: underline;
}
a:hover {
	color: #692c71; text-decoration: none;
}

a.blacklink:visited {
	color: black; text-decoration: underline;
}
a.blacklink:link {
	color: black; text-decoration: underline;
}
a.blacklink:hover {
	color: black; text-decoration: none;
}

a.footerlink:visited {
	color: #d7abde; text-decoration: none;
}
a.footerlink:link {
	color: #d7abde; text-decoration: none;
}
a.footerlink:hover {
	color: #d7abde; text-decoration: underline;
}

a.whitelink:visited {
	color: white; text-decoration: none;
}
a.whitelink:link {
	color: white; text-decoration: none;
}
a.whitelink:hover {
	color: white; text-decoration: underline;
}

a.wavelink:visited {
	color: #d579e3; text-decoration: underline;
}
a.wavelink:link {
	color: #d579e3; text-decoration: underline;
}
a.wavelink:hover {
	color: #d579e3; text-decoration: underline;
}


ul,ol,li {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#contentcontent li {

	margin-left: 9px;
	list-style-type:square;

}





#navlist
{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	width: 100%;	
}
#navlist li 
{
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;
	border-bottom: 1px dashed #d3cec4;

}

#navlist li a:visited {
	text-decoration: underline;
	color: black;
}
#navlist li a:link {
	text-decoration: underline;
	color: black;	
}
#navlist li a:hover {
	text-decoration: none;
	color: black;
}



input.contact {
	width: 230px;
}
textarea.contact {
	width: 230px;
	height: 180px;
}

.imgleft {
	margin-right: 12px;
}

.contactbox {
	border: 1px solid #d3e1e7;
	background-color: #ebf3f6;
}


.yellowbold {
	color: e48d1e;
	font-weight: bold;
}
.purplebold {
	color: #6e3276;
	font-weight: bold;
}

.formbox {
	border: 1px solid #dcd7ce;
	background-color: #f4f2ee;
	padding: 10px;
}
.lightbox {
	border: 1px solid #e6e3dc;
	background-color: #f9f7f4;
	padding: 10px;
	margin-right: 15px;
}


.galleryimagebox {
	width: 160px;
	border: 1px solid #e6e3dc;
	background-color: #f9f7f4;
	padding: 10px;
	text-align: center;
	
}

.newscontainer {
	border: 1px solid #e6e3dc;
	background-color: #f9f7f4;
}

