/* Filename: main.css */

/* ------------------------------------------------------------

	Name:				Main Cascading	Style	Sheet

	Description:	This file defines the most basic CSS for a
						new page being developed. It can be used
						as a starting point.

	File:				main.css

	Type:				text/css

	Author:			Roberto Diaz Jr.

	Updated:			Monday, August	28, 2006

------------------------------------------------------------ */

body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: .8em;
	font-family: verdana, sans-serif;}

a:link {
	color: #0000FF;
	text-decoration: none;}
	
a:visited {
	color: #0000FF;
	text-decoration: none;}
	
a:hover {
	color: #FF0000;
	text-decoration: underline;}
	
a:active {
	color: #FF8000;
	text-decoration: none;}

a img {
	border: none;}
	
img {
	margin: 0px;
	border: 0px;
	padding: 0px;}
	
.content-left {
	width: 300px;
	padding: 10px;
	float: left;}

.content-right {
	overflow: hidden;
	margin: 10px;
	border: 1px solid;
	background-color: #E6F2FF;
	width: 300px;
	Padding: 10px;
	float: left;}