/*
html, body {
	height:100%;	
}
*/

body {
	width: 780px;
	margin: auto;
	font-size: small;
	font-family: verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

form {
	margin:0;
}

h1{

       margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 20px;
	font-size: medium;
	color:#495E7F;
	background: url("../images/bigBullet.gif") no-repeat left;
	border-bottom: solid 1px #EAEAEA;
}

a {
	color:#0B3D91;
}
a:hover {
	text-decoration: underline;
}

img {
	border:0;	
}

.error {
	color:#e00000;
}

/* B:Header */

div#header {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 188px;
	background:#9A1C1C url("../images/headerBg.gif") repeat-x bottom left;
	border-bottom:solid 5px #DADADB;
}

div#logo {
	float: left;
	margin:0px;
	padding: 0px 0px 0px 20px;
	height: 163px;
	font-size:0;
	background:url("../images/logoBg.gif") no-repeat top left;
}
#logo a {
	border: 0px;
}

div#searchBox {
	float: right;
	width: 412px;
	height: 163px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url("../images/headerGraphic.gif") no-repeat top right;
	color: #fff;
}
	#searchBox form {
		float: right;
		padding: 5px 25px 0px 0px;
	}
	#searchBox a {
		text-decoration: none;
	}
	#searchBox a:hover {
		text-decoration: underline;
	}
	#searchBox input {
		vertical-align: bottom;
	}

div#topLinks {
	margin: 0px;
	height: 24px;
     
	background:#750202;
	border-bottom: solid 1px #fff;
}
	#topLinks ul {
		list-style-type: none;
		text-align: right;
		margin: 0px;
		padding: 3px 25px 0px 0px;
	}
	#topLinks li {
		margin: 0px;
		padding: 0px 12px 0px 6px;
		display: inline;
	}
/* E:Header */	
/* Body- Body*/


#wrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	padding-bottom:10px;
}
div#left {
	float: left;
	width: 174px;
	margin:0px;
}

#nav {
	margin: 10px 0px 6px 0px;
	padding:0px;
	width: 174px;
}
	#nav ul{
		list-style-type: none;
		margin: 0px;
		padding:0px 0px 0px 0px;
	}
	#nav li {
		margin: 5px;
		padding: 0px 0px 6px 15px;
		font-weight: bold;
		background: url(../images/bullet.gif) no-repeat top left;
		border-bottom:solid 1px #EAEAEA;
	}
	#nav a {
		color: #495E7F;
		text-decoration:none;
	}
	#nav a:hover {
		margin: 0px;
		padding: 0px;
		color: #9A0C25;
		text-decoration: none;
	}

.leftsection {

margin: 20px 0px 0px 0px;
	padding: 0px;
	border: solid 1px #FFB22C;
	border-width: 0px 1px;
}
	.leftsection h4 {
		margin: 0px;
		padding: 4px 0px;
		font-size: 11px;
		color:#901515;
		background: url("../images/yellowBox.gif") repeat-x left;
		text-align: center;
	}
	.leftsection ul {
		list-style-type: none;
		margin: 0px;
		padding: 8px;
	}
	.leftsection li {
		margin: 0px;
		padding: 1px 0px 6px 13px;
		background: url(../images/smallBullet.gif) no-repeat top left;
	}
	.leftsection li.chat {
		padding: 1px 0px 6px 19px;
		background: url("../images/chatIcon.gif") no-repeat left;
	}

	.leftsection li.blog {
		padding: 1px 0px 6px 19px;
		background: url("../images/bloggersIcon.gif") no-repeat left;
	}

	.leftsection li.feedback {
		padding: 1px 0px 6px 19px;
		background: url("../images/emailIcon.gif") no-repeat left;
	}

	.leftsection a {
		color: #495E7F;
	}
	
	.leftsection a:hover {
		margin: 0px;
		padding: 0px;
		color: #9A0C25;
		text-decoration: none;
	}
       
div#welcomebox {

       margin:0px 0px 5px 185px;
	padding: 0px 0px 0px 0px;
	height: 237px;
    
       background: url("../images/welcomeBg.gif") repeat-x top left;
}
	#welcomeContent {
              margin: 0px 0px 0px 0px;
              padding: 20px 200px 0px 0px;
		color: #fff;
	       height: 237px;

	
		background: url("../images/priyaImage.jpg") no-repeat right top;		
	}
		#welcomeContent h1 {
			margin: 0px;
			padding: 5px 0px 8px 0px;
			border: none;
			background: none;
			color: #fff;
		}


div#bodycontent{
       margin:0px 0px 0px 185px;
	padding:10px 0px 10px 0px;

}
	#bodycontent h1{
		margin: 0px;
		padding: 5px 0px 5px 20px;
		font-size: medium;
		color:#495E7F;
		background: url("../images/bigBullet.gif") no-repeat left;
   		border-bottom: solid 1px #EAEAEA;
	}
	#bodycontent ul {
		list-style: none;
		margin: 17px 0px 0px 0px;
		padding: 0px;
	}
	#bodycontent li {
		margin: 0px;
		padding: 0px 23px;
		float: left;
		width:152px;
	}

.more a {
	float:right;
	font-size:11px;
	font-weight: bold;
        color: #495E7F;
}
.more a:hover {
		margin: 0px;
		padding: 0px;
		color: #9A0C25;
		text-decoration: none;
	}
div#content {

margin:0px 0px 0px 185px;
	padding:0px;

}

	#content ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	#content ul li {
		margin: 0px 0px 0px 0px;
		padding: 1px 0px 1px 15px;
		background: url(../images/bullet.gif) no-repeat top left;
	}

/* start ---- footer */

#footer {
	clear:both;

	margin: 10px 0px 0px 0px;
	padding:3px 0px;
	font-size: smaller;
	border-top: solid 1px #750202;
	color: #333;

}	
#footer a {
	color: #495E7F;
}
#footer a:hover {
	margin: 0px;
	padding: 0px;
	color: #9A0C25;
	text-decoration: none;
}
#copyright {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 6px;
}
#developed {
	float: right;
	padding: 5px 9px 5px 0px;
}
#developed a {
	color: #495E7F;
}
/*end of footer */

#photoGallery img {
	border: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
}

table.list {
	border:1px solid silver;
	border-collapse: collapse;
}
table.list td {
	border:1px solid silver;
}
table.list th {
	background-color: silver;
}
.messageNav {
	padding: 5px;
	margin-bottom: 10px;
	border-bottom:2px solid gray;
}
span.pageLink, span.currPage {
	border:1px solid silver;
	padding-right:4px;
	padding-left:4px;
	margin-left:5px;
}
span.currPage {
	background: silver;
}
.messageNav a, messageNav {
	font-size:11px;
}

.postedMessage {
	border-bottom: 1px solid silver;
	margin-bottom: 10px;
}
.postedMessage h5 {
	margin:0px;
}
.messageDate {
	text-align: right;
	font-style: italic;
	color: gray;
	font-size:11px;
}

