body, td {font-family: arial, sans-serif; font-size: .75em;}
#main {width: 800px; border: 2px solid black;}
#sidebar {float:right;}

.entry1t {background: url(/images/nav/orangedot.gif) 0 0 repeat-x; }
.entry1b {background: url(/images/nav/orangedot.gif) 0 100% repeat-x}
.entry1l {background: url(/images/nav/orangedot.gif) 0 0 repeat-y}
.entry1r {background: url(/images/nav/orangedot.gif) 100% 0 repeat-y}
.entry1bl {background: url(/images/nav/orangebl.gif) 0 100% no-repeat}
.entry1br {background: url(/images/nav/orangebr.gif) 100% 100% no-repeat}
.entry1tl {background: url(/images/nav/orangetl.gif) 0 0 no-repeat}
.entry1tr {background: url(/images/nav/orangetr.gif) 100% 0 no-repeat; padding:10px} 
.entry1container {background-color: #FFAF52;width: 530px; margin-left: 15px; margin-bottom: 3em;}

.entry2t {background: url(/images/nav/greendot.gif) 0 0 repeat-x; }
.entry2b {background: url(/images/nav/greendot.gif) 0 100% repeat-x}
.entry2l {background: url(/images/nav/greendot.gif) 0 0 repeat-y}
.entry2r {background: url(/images/nav/greendot.gif) 100% 0 repeat-y}
.entry2bl {background: url(/images/nav/greenbl.gif) 0 100% no-repeat}
.entry2br {background: url(/images/nav/greenbr.gif) 100% 100% no-repeat}
.entry2tl {background: url(/images/nav/greentl.gif) 0 0 no-repeat}
.entry2tr {background: url(/images/nav/greentr.gif) 100% 0 no-repeat; padding:10px} 
.entry2container {background-color: #9CCC39;width: 530px; margin-left: 15px; margin-bottom: 3em;}

.entry3t {background: url(/images/nav/bluedot.gif) 0 0 repeat-x; }
.entry3b {background: url(/images/nav/bluedot.gif) 0 100% repeat-x}
.entry3l {background: url(/images/nav/bluedot.gif) 0 0 repeat-y}
.entry3r {background: url(/images/nav/bluedot.gif) 100% 0 repeat-y}
.entry3bl {background: url(/images/nav/bluebl.gif) 0 100% no-repeat}
.entry3br {background: url(/images/nav/bluebr.gif) 100% 100% no-repeat}
.entry3tl {background: url(/images/nav/bluetl.gif) 0 0 no-repeat}
.entry3tr {background: url(/images/nav/bluetr.gif) 100% 0 no-repeat; padding:10px} 
.entry3container {background-color: #3F99FF;width: 530px; margin-left: 15px; margin-bottom: 3em;}

.entry1container img, .entry2container img, .entry3container img {
	float:left;
	clear:left;
	margin: 1em;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

.entrycontent {
	padding: 1em;
	margin-bottom:1em;
	line-height:1.3em;
}

.entrycontent a:link, .entrycontent a:visited {
	color: black;
}

.entrycontent a:hover, .entrycontent a:active{
	color: white;
}

.entrycontent p {
	margin: 1em;
}

.lcdstyle { /*Example CSS to create LCD countdown look*/
	background-color:black;
	color:yellow;
	font: bold 18px MS Sans Serif;
	padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
	font-size: 80%
}

h2 {
	font-size:1.2em;
	font-weight: bold;
	border-bottom: 1px solid black;
}

.entrycontent hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
	visibility: hidden;
}

.alert {
	color:red;
}
.success{
	color:green;
}

.whitebox {
	background-color: white;
	padding:1em;
	border: 1px dashed black;	
}

.whitebox a:link, .whitebox a:visited {
	color: #06D;
	text-decoration:none;
	
}

.whitebox a:hover, .whitebox a:active {
	color: #06D;
	text-decoration:underline;
}

a:link, a:visited {
	color:black;
	text-decoration:underline;
}
a:active, a:hover{
	color:#1AE;
	text-decoration:underline;
}