body {
	background-color: #4e68b5;
	color: #242424;
	font-family: Georgia, Helvetica, Sans-serif;
	text-transform: none;
	font-variant: normal;
}

#nameBlock {
	color: #15369e;
	text-align: center;
	font-variant: small-caps;
	font-size: 50px;
}

a:hover, a:active {
	color: #3d528f;
	text-decoration: none;
	font-style: italic;
	font-weight: bolder;
	font-family: Helvetica;
}

a:link, a:visited {
	color: #3d528f;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
	font-family: Helvetica;
}

#centercontent {
	border: 1px  #000;
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
	background: transparent;
}

#container {
	margin-right: auto;
	margin-left: auto;
	background: repeat-y #dbdbdb;
	/*background: repeat-y #ffda6c;*/
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right: #3429ce thin;
	border-left: #3429ce thin;
	border-top: thin  #3429ce;
	border-bottom: thin  #3429ce;
	border-style: solid;
	border-color: #242424;
	width: 600px;
}

#leftcontent {
	position: absolute;
	font-size: smaller;
	margin-left: 210px;
	top: 135px;
	text-align: left;
	font-variant: normal;
}

#pubHeader {
	color: #3429ce;
	font-size: larger;
	font-weight: bolder;
	padding-bottom: 20px;
	padding-right: 25px;
	padding-left: 25px;
}

#pubEntry {
	padding-bottom: 15px;
	padding-right: 25px;
	padding-left: 25px;
	font-size: smaller;
	text-align: justify;
	line-height: 1.2em;
}

#linkList {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
}

#cap {
	background: url(images/cap.gif);
}

#summary {
	text-align: justify;
	line-height: 1.3em;
	font-family: ;
	color: #242424;
	padding-top: 25px;
}

#rightcontent {
	position: absolute;
	margin-left: 209px;
	font-size: smaller;
	top: 290px;
	text-align: left;
}

#footer {
	text-align: center;
	font-size: smaller;
}

#entry {
	padding-right: 25px;
	padding-left: 25px;
	font-family: Helvetica, Serif;
}

#entryTitle {
	color: #3429ce;
	font-weight: bolder;
	font-variant: small-caps;
}

#entryDate {
	float: right;
	left: 400px;
	width: 100px;
	border: 1px none;
	font-size: smaller;
}

#entryText {
	font-family:verdana;
line-height:140%;
font-size:small;
	padding-bottom: 20px;
	padding-left: 15px;
	text-indent: 20px;
	letter-spacing: inherit;
font-weight:normal;
}

#entryAuthor {
	font-style: italic;
	font-size: smaller;
	padding-bottom: 15px;
}

