body {
	margin-top: 0px;
	background-color: #F9F6F1;
	text-align: center;
}
#container {
	width: 770px;
}


/* -- style for main content --*/
#content {  /* -- content cell --*/
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
	padding: 0px 10px 10px 25px;
}
#content a:link {
	color: #4A70BD;
	text-decoration: none;
}
#content a:hover {
	color: #B795C0;
	text-decoration: underline;
}
#content a:visited {
	color: #92A8D7;
	text-decoration: none;
}
#content h1 {  /* -- Content heading. Use of the tag H1 in the HTML file gives you this style --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #CC9900;
	list-style-type: square;
	display: list-item;
	list-style-position: inside;
}
.content h2 {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
	}
#content p { /* -- Content paragraph. Use of the tag 'P' in the HTML file gives you this style -- */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
}
.heading { /* -- this is the style for the grey text in the heading. For use, add class 'heading' --*/
	font-family: Arial, Helvetica, sans-serif; 
	color: #999999;
	font-size: 11pt;
}	
/* -- style for main content ends here
---------------------------------------------*/

#header {
	background-color: #FFFFFF;
	height: 92px;
}



/* -- style for search starts here --*/
.button { /* -- style for search button --*/
	border: 1px solid #9A6AA6;
	background-color: #B795C0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}
.searchfield { /* -- style for input --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.searchtext { /* -- Headning over the search box --*/
	color: #9E71AA;
	font-weight: bold;
	font-size: 16pt;
}
/* -- style for search ends here
-----------------------------------------------*/

#topimg {
	background-image: url(images/topimg.jpg);
	background-repeat: no-repeat;
	height: 174px;
	width: 538px;
}
#menucontainer { /* -- holds the menu --*/
	background-color: #91A8DA;
	width: 525px;
	margin: 0px;
	padding: 0px;
}



/* -- Styles for left boxes starts here --*/
#boxcontainer { /* -- Holds the left boxes --*/
	background-color: #FFFFFF;
	vertical-align: top;
	width: 188px;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	height: 333px;
}
#boxes { 
	text-align: left;
	width: 188px;
}
#box1 { 
	background-color: #BECBE6;
	border-bottom: 1px solid #FFFFFF;
	height: 154px;
	padding: 15px 5px 7px 9px;
}
#box2 {

	background-color: #B2C2E2;
	height: 135px;
	padding: 15px 5px 0px 9px;
}
#box1 h1 { /* -- Heading --*/
	font-family: Times New Roman, Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 8pt;
}
#box1 p { /* -- Paragraph --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
#box2 h1 { /* -- Heading --*/
	font-family: Times New Roman, Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 8pt;
}
#box2 p { /* -- Paragraph --*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 10px;
}
/* -- Styles for left boxes starts here 
---------------------------------------------------------*/
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #A8A8A7;
	background-color: #FFFFFF;
	text-align: center;
	height: 26px;
}
#leftline { /* -- The left border/margin --*/
	background-image: url(images/leftline-bg.gif);
	background-repeat: repeat-y;
	background-color: #B795C0;
	width: 22px;
}

#rightline { /* -- The right border/margin --*/
	background-image: url(images/rightline-bg.gif);
	background-repeat: repeat-y;
	background-color: #B795C0;
	width: 22px;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #CC9900;
}
html{
min-height:100.1%
}