/* My CSS File for Website */

/* Page Header style */

#header	{
	width: 100%;
	background-image:url("bkg/drops.jpg");
	background-repeat:repeat;
	border-bottom:thin solid #191970;
	}

/* Page Footer style */

#footer	{
	clear:both;
	width: 100%;
	background-image:url("bkg/drops.jpg");
	background-repeat:repeat;	
	border-top: thin solid #191970;
	padding-top:4px;
	}

/* Define body background color & font */

body
	{
	background-color: #99CCFF;
	}

/* Add some margin space to main content */

#main	{
	margin:1em;
	/* margin-left must equal */
	/* total width of left sidebar */
	margin-left: 10em;
	}

/* Style for sidebar column */

#sidebar	
	{
	float:left;
	display:inline;
	padding:0;
	margin:1em;
	width:8em;
	/* total width is 10em */
	}


/* Define border for the tables */

table
	{
	border-left: 3px solid #00BFFF;
	border-right: 3px solid #00BFFF;
	border-bottom: 1px solid #00BFFF;
	border-top: 2px solid #00BFFF;
	}

/* Create a class of link name 'navbar' */

a.navbar
	{
	float:right;
	width: 100px;
	padding: 6px;
	border-bottom: 1px solid white;
	font-family: arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
	}

a.navbar:link
	{
	color: #000000;
	background-color: #CAE1FF;
	}

a.navbar:visited
	{
	color: #000000;
	background-color: #CAE1FF;
	}
	
a.navbar:hover
	{
	color: #FFFFFF;
	background-color: #00BFFF;
	}

a.navbar:active
	{
	color: #000000;
	background-color: #FFE4E1;
	}

/* float image to left of paragraph */
img.floatLeft
	{
	float:left;
	margin-right:5px;
	}


/* float image to right of paragraph */
img.floatRight
	{
	float:right;	
	}


/* center image between margins */

div.center
	{
	width:100%;
	text-align:center;
	}


/* Define heading and paragraph styles */

h1 	{
	color: navy;
	font-size: 20pt;
	font-weight: normal;
	margin-right: 5px;
	font-family: arial, helvetica;
	}

h2	{
	color: navy;
	font-size: 12pt;
	font-family: arial, helvetica;
	}

h5	{
	color: #000000;
	font-size: 8pt;
	}

p	{
	color: navy;
	font-size: 12pt;
	font-family: arial, verdana;
	}

p.small
	{
	color: navy;
	font-size: 10pt;
	font-family: arial, verdana;
	}

p.black
	{
	color: black;
	font-size: 12 pt;
	font-family: arial, verdana;
	font-weight: bold;
	font-style: italic;
	}

li	{
	color: navy;
	font-size: 12 pt;
	font-family: arial, verdana;
	}

/* Define table cells */

td.left	
	{
	background-color: #CAE1FF;
	text-align: left;
	font-family: arial, helvetica;
	font-size: 10pt;
	}

td.center
	{
	background-color: #CAE1FF;
	text-align: right;
	font-family: arial, helvetica;
	font-size: 12pt;
	}

td.right
	{
	background-color: #CAE1FF;
	font-family: arial, helvetica;
	font-size: 12pt;
	}
	