
body {
		background-color:  #B3CEDE;
		color:#000000;
		margin: 0px;
		font-family: verdana, arial, sans-serif;
		font-size: small;
	}

	A	{
			color: #024C67;
			text-decoration: none;
			font-weight:bold;
		}

	A:link	{
						color: #024C67;
						text-decoration: none;
					}
	A:visited	{
							color: #718089;
							text-decoration: none;
						}
	A:active	{
							color: #718089;
						}
	A:hover		{
							color: #718089;
							text-decoration: underline;
						}


.banner {
		width:100%;
		background-color:#B3CEDE;
				}


h1, h2, h3	{
						color: #024C67;
						font-style: italic;
						}

lh, dt {
			font-weight: bold;
			font-size: medium;
		}

#sidebar	{
		max-width:25%;
		padding: 5px;
		color:#024C67;
		background-color: #B3CEDE;
		font-weight: bold;
		line-height: 150%;
					}

#sidebar a,
#sidebar 	a:link 	{
		text-align: center;
		display:block
		text-decoration: none;
		display:block;
		border-bottom: #024C67, solid, 2px;
		border-top: #024C67, solid, 2px;
											}

#sidebar 	a:visited	{
		color: #718089;
		background-color: #B3CEDE;
		border-bottom: #718089, solid, 2px;
		border-top: #718089, solid, 2px;

										}

#sidebar	a:active,
#sidebar	a:hover	{
		text-align: center;
		text-decoration: none;
		display:block;
		color: #B3CEDE;
		background-color: #024C67;
		font-weight: bold;
										}

#content 	{
		position:relative;
		float: right;
		width: 75%;
		background-color:#FFFFFF;
		padding: 20px;
		font-family: "times new roman", times, serif;

					}

.diary 	{

		font-family:  "Courier New", Courier, mono;

			}
					
.footer {
			font-size: x-small;
			text-align: center;
			padding-top: 5em;
		/*the copyright information will go here*/
				}
