body
{
	margin: 0px;
	font: 12pt/15pt georgia, sans-serif;
}

p
{
	margin: 0px;
	text-align: justify;
	text-indent: 3em;
}

p.noindent
{
	text-indent: 0em;
}

ul
{
	margin-top: 0px;
	margin-bottom: 0px;
}

a:link
{
	font-weight: bold;
	color: #7a96df;
	text-decoration: none;
}

a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #B7A5DF;			/* RGB: 122 150 223 */
}

a:hover
{
	color: black;
	text-decoration: underline;
}





#container
{
	background: url(images/eiffle.png) no-repeat top right;
	padding: 0px 100px 0px 220px;
	margin: 0px;
	/* width: 812px; */
}

#pageHeader h1
{
	background-image: url(images/title.gif);
	background-repeat: no-repeat;
	background-position: 100% 25px;
	/* background: url(test.gif) no-repeat top right; */
	height: 231px;
	width: 100%;
}


#pageHeader h1 span
{
	display: none;
}

#bushPageHeader h1
{
	background-image: url(images/bush.jpg);
	background-repeat: no-repeat;
	background-position: 50% 45px;
	height: 228px;   /* 183 + 45 */
	width: 100%;
}

#bushPageHeader h1 span
{
	display: none;
}

#otherPageHeader h1
{
	padding-top: 55px;
	text-align: center;
/*	height: 231px;
	width: 100%;
*/
}


#vertWhiteSpace
{
	height: 320px;
}

#mainText
{
	width: 99%;
}

#quote
{
	text-align: center;
}

#quote h3
{
	margin: 0px 0px 5px;
}

#quote p
{
	font-size: 60%;
	line-height: 2ex;
	text-align: center;
}

#news h4
{
	text-align: left;
	color: #80ff00;
	margin-top: 0px;
}
#news p
{
	margin: 0px;
}


#aboutMe p.indent
{
	text-indent: 3em;
}



/* Actress Images */
#celeb
{
	float: right;
	width: 320px;
}


.imageL
{
	/* width: 50%; */
	text-align: center;
	float: left;
}

.imageR
{
	/* width: 50%; */
	text-align: center;
	float: right;
}

/* For displaying code in a monospace font */
p.code
{
	font-family: Monospace;
}
p.codeIndent
{
    font-family: Monospace;
    text-indent: 6em;
}

span.code
{
	font-family: Monospace;
}


.progItem
{
	width: 100%;
	border: solid #bbb thin;
	margin-bottom: .8em;
}

.progItemTitle
{
	width: 100%;
	background-color: #bbb;
	font-weight: bold;
}

.progItemText
{
	padding: 0px 10px 5px 10px;
}

.aboutMeBox
{
    width: 100%;
}

pre.code
{
    margin: 0px;
}

pre.asciiArt
{
	font-size: smaller;
	line-height: normal;
	font-family: Monospace;
}

img.right
{
	margin-top: 5px;
	margin-left: 5px;
	float: right;
}

img.left
{
	float: left;
}

.download
{
	float: left;
	margin-right: 15px;
}

.download .icon
{
	line-height: normal;
	font-family: Serif;
	font-size: smaller;
}

.rightSideBar
{
	float: right;
}
.rightSideImage
{
	margin-bottom: 5px;
}

.download .icon span.size
{
	color: #808080;
}

/* Copyright field at bottom of page */
#copyright
{
	margin-top: 20px;
	margin-bottom: 0px;
}

#contact
{
	text-align: left;
	float: left;
}

#contact h3
{
	font: 8pt georgia, sans-serif;
	margin: 0px;
}

#validate
{
	width: 230px;
	text-align: right;
	float: right;
}




/* List of links on the left hand side of the page */
#linkList
{
	/* margin-left: 600px; */
	position: absolute;
	top: 0px;
	left: 0px;
	color: white;
	text-align: left;
	background: url(images/linklist.png) repeat-y;
	width: 212px;
	padding-bottom: 20px;
/*	padding-bottom: 625px; */
}

#linkList2
{
	font: 8pt verdana, sans-serif;
	padding: 0px 10px 0px 20px;
	text-indent: 0px;
}

#linkList h4 {
	margin: 10px 0px 5px 0px;
}

#linkList ul
 {
    margin: 0px;
	padding: 0px;
}

#linkList li
{
	margin: 0px;
	text-indent: 0em;
	line-height: 3ex;  /* 2.5ex; */
	list-style-type: none;
}

#linkList ul.level0 li
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 0em;
}

#linkList ul.level1 li
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 1.5em;
}

#linkList ul.level2 li
{
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 3em;
}
