/* \*/
* html {height: 1%;}
/* */

a:link    { color: black }    	/* unvisited links */
a:visited { color: black }   	/* visited links   */
a:hover   { color: black } 	/* user hovers     */
a:active  { color: black }   	/* active links    */

img
	{
	border: none;
	}

body
	{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.1%;	
	background-image: url(images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e5e6ef;
	}
	
#page
	{
	position: relative;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 2em;
	padding: 0;
	text-align: left;
	width: 62em;	
	background-color: white;
	border:1px solid black;
	border-bottom:2px solid black;
	border-right:2px solid black;
	}
 	
#content
	{
	padding-left: 3em;
	padding-right:  2em;
	padding-top: 2em;
	padding-bottom: 3em;
	/* border:  1px solid red; */
	}

#left
	{
	color: #270092;
	width: 36em;
	float: left;
	padding: 1em;
	/* border:  1px solid green;*/
	}	
					
#right
	{
	padding: 1em;
	margin-left: 38em;
	margin-top: 3em;
	/*
	border-bottom:2px solid black;
	border-right:2px solid black;
	*/
	/* border:  1px solid blue; */
	}

#right1
	{
	padding: 1em;
	margin-left: 38em;
	margin-top: 3em;
	border-bottom:2px solid black;
	border-right:2px solid black;
	/* border:  1px solid blue; */
	}
			
.bgblue
	{
	background-color: #6bbbff;
	}

.address
	{
	line-height: 1.3;
	list-style: none;
	}
			
.large
	{
	font-size: large;	
	}
					
h1
	{
	color: #036;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
	
h2
	{
	color: #036;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
h3
	{
	color: red;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
				
p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}

ul
	{
	margin-top:-2em;
	}
	
li
	{
	color: #036;
	font-size: medium;
	padding-bottom:1em;
	}

.aright
	{
	float: right;
 /*	border: 1px solid  red; */
	}
		
.address ul li
	{
	line-height: .5;
	list-style: none;
	}
								
#copyright	/* --- copyright box --- */
	{
	width: 58em;
	margin-left: 0em;
	padding-bottom:1em;
	font-family: arial, helvetica, "gill sans", sans-serif;
	text-align: center;
	color: #666666;
	}

#copyright p
	{
	font-size: .7em;
	}
		
.clear
	{
	padding-top: 1em;
	clear:both;
	}
		
	