.page { 
	margin-left:12%; 
	margin-right:12%;
	text-align: justify;
}

/* contains entire page in 780 pixels */
#container { 
	width: 780px; 
	background: #FFFFFF;
	margin: 0 auto; 
//	border: 1px solid #000000;
	border: none;
	text-align: left; 
}



/********** Navigation Bar *************/
#navigation
{
	float: left;
	width: 780px;
	background:#333;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	float: left;
	padding: 5px 10px;
	color:#fff;
	text-decoration: none;
	border-right: 1px solid#fff;
}


#navigation li a:hover { background:#383; }
/***************************************/

a:link {
	text-decoration:none;
	color: blue;
}

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

a:hover {
	text-decoration:underline;
}



H1,H2 { 
    	font-weight: bold;
	font-size: 20px/24px; 
}

H2.line {
	clear: both;
	border-bottom: 2px solid black;
}

body {  
    font: 80% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
    padding: 1em;
    margin: 2em;
    color: black;
    background: white;
}

table {
    font: 100% "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}


.indent1{
	padding-left: 2em;
}

.indent2{
	padding-left: 4em;
}

/* Right-aligned text */
.rightalign {
	text-align: right; margin-right: 5em;
}

/* Keeps blocks of text and images separated vertically */
.block{ 
	clear: both;
}

/* For my photo at top */
.righttop {  
	float: right;
	padding: 0px;
	margin-left: 40px; 
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid black;
}


/* For pictures on the right during paragraphs*/
.rightpics {  
	float: right;
	padding: 0px;
	margin-left: 20px; 
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 10px solid black;
}

/* For pictures on the right during paragraphs*/
.rightvideos {
	float: right;
	padding: 0px;
	margin-left: 60px; 
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

 /* For tiny icons on the right during paragraphs*/
.righticon{ 
	float: right;
	padding: 5px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid black;
}

/* For tiny icons on the right during paragraphs with no border*/
.righticonnoborder{  
	float: right;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}

