body {
	font-family: Comic Sans MS;
	font-size: 14px;
	margin-top:-19px;
	margin-bottom:0px;	
	margin-left:0px;
	margin-right:0px;	
}
.peragraph
{
	font-family: "Comic Sans MS";
	font-size: 15px;
	padding-right: 110px;
	padding-left: 110px;
	font-weight:bold;

}
.home_peragraph
{
	font-family: "Comic Sans MS";
	font-size: 16px;
	padding-right: 110px;
	padding-left: 110px;
}
.heading
{
	font-family: "Comic Sans MS";
	font-size: 32px;
	padding-right: 25px;
	padding-left: 110px;
	text-transform: uppercase;
	color: #FF0000;
}
.welcomeheading
{
	font-family: "Comic Sans MS";
	font-size: 32px;
	padding-right: 25px;
	padding-left: 110px;
	text-transform: capitalize;
	color: #FF0000;
}

.subHeading
{
	color: #0000FF;
	font-size: 20px;	
}

.top_menu
{
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
}

.bot_menu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #5152A2;
	font-weight: bold;
	background-color: #EBEBEB;
	height: 21px;
	padding-top: 3px;

}

.bot_menu a:link 
{
	text-decoration: none;
	color: #5152A2;
	padding-right: 5px;
	padding-left: 5px;
}
.bot_menu a:visited 
{
	text-decoration: none;
	color: #5152A2;
	padding-right: 5px;
	padding-left: 5px;
}
.leftbox
{
	background-image: url(../images/bg_left.jpg);
	background-repeat: repeat-y;
	height: 500px;
	width: auto;
	background-position: right;
}
.rightbox
{
	background-image: url(../images/bg_right.jpg);
	background-repeat: repeat-y;
	width: auto;
}
.copyright
{
	font-size: 10px;
}.popup {
	background-image: url(../images/vertical_bar.jpg);
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.box
{
	width: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-position: center;
	text-align: center;
	height: 250px;
}
