body  {
	font-family: verdana, arial, helvetica, sans-serif;
	background: #CCCCFF;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers */
	color: #555555;
}

#container {
	width: 950px;  
	margin: auto;
	text-align: justify; 
	font-size: 1em;
}

#header {
	padding: 10px;  
	border-top: solid #316AC5 15px;
	text-align: center;
}

#welcome {
	font-size: 2.5em;
	margin-top: -40px;
}

#namaste {
	font-family: cursive, arial, helvetica, sans-serif;
	font-style: oblique;
	letter-spacing: .2em;
	font-size: 1.5em;
}

#well {
	font-size: 2.5em;
	font-weight: bold;
	color: #194D86;
}

h1 {
	margin: 0; 
	padding: 10px 0; 
	color: #194D86;
	font-size: 1.4em;
}

h2 {
	margin: 0; 
	padding: 10px 0; 
	color: #194D86;
	font-size: 1.2em;
}

a {
	font-weight: bold;
	color: #CC33FF ;
	text-decoration: none; 
}

a:hover {
	font-style : italic;
	font-weight : bold;
	color : #194d86;
	text-decoration : none;
	
}

a:active {
	color : #660099;
	text-decoration: underline;
}

a:visited {
	color : #660099;
	text-decoration: none; 
}

#leftnav {
	float: left; 
	width: 220px; 
	padding: 10px;
}

#leftnav a {
	display: block;
	color: #194d86;
	text-align: center;
	text-decoration: none;
	font-size: .9em;
	line-height: 1.5em;
}	

#leftnav p {
	text-align: center;
	color: #194d86;
}

#main {
	margin: 0 0 0 250px;
	padding: 0 20px;
	font-size: 1em;
	text-align: justify;
} 

sup {
	 font-size: .7em;
}

.caption {
	font-size: .8em;
	color: black;
}

#footer {
	padding: 10px;
	border-top: solid #316AC5 15px;
	
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #9966ff;
	font-size: .8em;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.alert {
	color: red;
	font-weight: bold;
}
