﻿@import url("layout.css");
body {
	font-family: Arial;
}

#container {
	width: 100%;
	height: 100%;
}

#page_content {
	position: relative;
}

#content {
	margin-left: 0px;
	padding: 0px;
	font-size: 18px;
}

#footer {
	clear: both;
	width: 99%;
	overflow: hidden;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial;
}

/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

a{
	color: #393939;
	text-decoration: underline;
}

a:hover {
	color: #78a;
	text-decoration: underline;
}

.raj_title1 {
	font-weight:bolder;
	color: #558CFF;
}

.raj_title2 {
	color: #558CFF;
}

.raj2:hover {
	background:#77ADFF;
}