/* CSS Document */
body {background-color:#071828;
		color:#091A2A;
		font-family: Tahoma, Geneva, sans-serif;
		font-size:12px;
		margin:0px;
/*		background-image:url(layout/solsticebg.png);
		background-repeat:repeat-y;*/
}

#snowman {text-align: left;
		width: 650px;
		margin-top:0px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		background-color:#2F4B7B;
		border-left: 3px double #FFFFFF;
		border-right: 3px double #FFFFFF;
		border-bottom: 3px double #FFFFFF;
}

#header { margin-top: 0px;
			margin-left:0px;
			background-image:url(layout/solstice1.png);
			background-repeat:no-repeat;
			height:340px;
			width:650px;
}

#content {width: 630px;  
		margin: 10px 0px 0 10px;
		padding: 0;
		float:left;
}

#nav {width: 600px; 
	margin: 5px 10px 0 25px;
	text-align:center;
			font-family: "Vladimir Script";
			font-size:25px;
			font-weight:bold;
			color:#E7F3FD;
}

#footer {width: 630px; 
	margin: 0px 10px 0 10px;
	text-align:center;
			font-family:Verdana, Geneva, sans-serif;
			font-size:12px;
			font-weight:bold;
			text-align:center;
font-variant:small-caps;
border-top: 1px dotted #ffffff;
}

.clearfloat { clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

strong, u, em {color:#ffffff;
}

p {text-indent:20px;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited {text-decoration:none; 
	color:#1B3F61;
	text-shadow: 1px 1px 3px #B0C6CE, -1px -1px 3px #ffffff; 
}

a.nav:hover, a.nav:focus {text-decoration:line-through; 
		color:#6EC0CE;
}

a, a:link, a:active, a:visited {text-decoration:none; 
	color:#6EC0CE;
}

a:hover, a:focus {text-decoration:line-through; 
		color:#1B3F61;
}

h2 {color:#6499CA;
	margin:0px;
	border-bottom: 1px dotted #ffffff;
	text-align:left;
	font-family: Vladimir Script;
	font-size:36px;
}

p.date {text-align:right;
}

img.left {border: 2px solid #573C8E;
			margin:2px;
			float:left;
}

img.right {border: 2px solid #390000;
			margin:2px;
			float:right;
}

img.border {border: 2px solid #573C8E;
			float:left;
}

table.elsatable {width:75%;
		background-color:#8AC5D7;
		margin-right:auto;
		margin-left:auto;
}

td.elsatd{background-color:#5498A6;
color:#ffffff;
}

td.elsatitle {font-weight:bold;
		color:#FFF;
		text-align:center;
		background-color:#63C0D6;
}

a.elsalink, a.elsalink:link, a.elsalink:active, a.elsalink:visited {text-decoration:none; 
	color:#071828;
}

a.elsalink:hover, a.elsalink:focus {text-decoration:line-through; 
		color:#1B3F61;
}

table.annatable {width:75%;
		background-color:#7B1053;
		margin-right:auto;
		margin-left:auto;
}

td.annatd{background-color:#3C1C31;
		color:#FFF;
}

td.annatitle {font-weight:bold;
		color:#FFF;
		text-align:center;
		background-color:#C01C9E;
}

a.annalink, a.annalink:link, a.annalink:active, a.annalink:visited {text-decoration:none; 
	color:#E55DCA;
}

a.annalink:hover, a.annalink:focus {text-decoration:line-through; 
		color:#651253;
}

@font-face { font-family: "Vladimir Script"; src: url('VLADIMIR.TTF'); }

/*for the form*/
		p.error, p.success {
			font-weight: bold;
			padding: 10px;
			border: 1px solid;
		}
		p.error {
			background: #ffc0c0;
			color: #900;
		}
		p.success {
			background: #b3ff69;
			color: #4fa000;
		}
