
	body { 
		font-family:  sans-serif;
		background-color: #206dc5;
		margin: 10px;
	}
	
	.border4 { border: 1px solid #206dc5; }
	.border3 { border: 1px solid #fbfafc; }
	.border2 { border: 2px solid #a9cbf1; }

	
	#bodycontent { background-color: #fefafc; border: 1px solid #206dc5; padding: 3px; }
		
	#headerinfo {
		background-color: #206dc5;
		color: #ffffff;
		text-align: right;
		font-size: 10px;
		padding: 2px;
		margin-top: 1px;
	}
	#header { color: #fcf9f9; }
	#header h3 { font-weight: normal; }
	#userpic { float: right; }

	.userpic2 {
		float: right;
		text-align: right;
		margin-top: 2px;
		margin-right: 3px;
	}
	
	#nav {
		white-space: nowrap;
		margin-bottom: 10px;
		font-size: 12px;
	}
	
	#nav A {
		border: 1px solid #206dc5;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 2px;
		padding-bottom: 2px;
		height: 20px;
		text-decoration: none;
		color: #ffffff;
		background-color: #428ce0;
	}
	
	#nav A:Hover { background-color: #206dc5; }	
	
	#content {
		background-color: #fbfafc;
		border: 1px solid #e7e1ed;
		padding: 4px;
	}
	
	.columncontent { 
		background-color: #428ce0; 
		border: 1px solid #206dc5; 
		padding: 3px; 
		width: 200px; 
		font-size: 12px;
		color: #ffffff;
	}
	
	.columnitem {
		background-color: #e7e1ed;
		padding: 3px;
		margin-top: 5px;
		color: #333333;
		border-top: 1px solid #c9bbd7;
		border-bottom: 1px solid #c9bbd7;
		overflow: hidden;
	}

	.entries { color: #333333; }
	
	.entrydivider {
		border-top: 1px solid #c9bbd7;
		border-bottom: 1px solid #fbfafc;
	}

	.minicomment {
		background-color: #e7e1ed;
		padding: 4px;
		color: #333333;
		border: 1px solid #fbfafc;
		font-size: 12px;
	}
	
	.minicommentholder { border: 1px solid #c9bbd7; }

	.entryinfo {
		background-color: #e7e1ed;
		font-size: 12px;
		padding: 4px;
		color: #333333;
	}

	.postedby {
		background-color: #e7e1ed;
		padding: 6px;
		font-size: 12px;
	}

	.entrylinks {
		border-bottom: 1px solid #fbfafc;
		background-color: #e7e1ed;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 12px;
	}
	
	.entrylinks A {
		text-decoration: none;
		padding-top: 4px;
		padding-bottom: 4px;
		white-space: nowrap;
		color: #333333;
		border-right: 1px solid #fbfafc;
	}
	
	.entrylinks A:Hover {
		background-color: #fbfafc;
	}

	.messageholder {
		border: 1px solid #206dc5;;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.systemmessage {
		background-color: #428ce0;
		color: #ffffff;
		border: 1px solid #a9cbf1;
		font-size: 12px;
	}
	
	.systemtext { 
		font-weight: normal;
		padding-left: 10px;
		padding-right: 10px;
	}

	.systemmessage A {
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
		color: #ffffff;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	
	.systemmessage A:Hover {
		background-color: #206dc5;
	}

	.systemmessage input, .systemmessage textarea, .systemmessage select {
		background-color: #fbfafc;
		color: #333333;
	}

	.systemmessage TD {
		padding: 4px;
		font-size: 12px;
		color: #ffffff;
	}

	.entry { margin-bottom: 30px; }
	.entrytext { margin: 10px; }
	.subject { font-weight: bold; }
	
	.meta {
		font-size: 12px;
		padding: 4px;
	}

	.meta A {
		text-decoration: none;
		color: ;
	}
	
	.systemmessage A:Hover {
		background-color: #206dc5;
	}

	#sidecolumn TD { color: #ffffff; }

	#sidecolumn A {
		text-decoration: none;
		color: #333333;
	}

	.sidetd {
		width: 200px;
	}

	.backtop {
		text-align: right;
	}

	.backtop A {
		color: #333333;
		font-size: 12px;
		text-decoration: none;
		padding-bottom: 1px;
	}

	#cal A {
		text-decoration: none; 
		color: #333333;
	}

	.calrow {
		clear: both;
		font-family: Arial, sans-serif;
	}
	
	.calempty {
		width: 24px;
		font-size: 11px;
		margin: 1px;
		float: left;
	}

	.calactitem {
		float: left;
		margin: 1px;
		width: 23px;
		font-size: 11px;
		text-align: center;
		background-color: #e7e1ed;
		border-right: 1px solid #428ce0;
		border-bottom: 1px solid #428ce0;
	}

	.calinitem {
		float: left;
		margin: 1px;
		width: 23px;
		font-size: 11px;
		text-align: center;
		border-right: 1px solid #e7e1ed;
		border-bottom: 1px solid #e7e1ed;
	}
	
	.friendcolor {
		width: 10px;
		height: 10px;
		border: 2px solid #fbfafc;
	}

	.multiform {
		font-weight: bold;
	}

	.ip {
		color: #b5a2c8;
	}

	.friendname {
		padding: 4px;
		text-decoration: none;
		border-left: 1px solid #fbfafc;
		border-right: 1px solid #fbfafc;
	}

	.bigday {
		font-size: 2em;
		color: #e7e1ed;
		float: left;
		font-weight: bolder;
	}

	.notablemessage {
		padding: 4px;
	}

	