@charset "utf-8";
/* CSS Document */
*{
	/* Universal reset: */
	margin:0;
	padding:0;
}


article,section,
hgroup,nav,
figure{
	/* Giving a display value to the HTML5 rendered elements: */
	display:block;
	width:725px;

}

/* Hyperlink Styles: */

a, a:visited {
	color:#0196e3;
	text-decoration:none;
	outline:none;
}

a:hover{
	text-decoration:underline;
	
	
}

a img{
	border:none;
	
}

/* Headings: */



h1{
	/* The logo text */
	font-size:3.5em;
	padding:0.5em 0 0;
	text-transform:uppercase;
}

h3{
	/* The slogan text */
		background: #dce9d4;
	border-bottom: 2px solid #b3cca4;
	color: #620000;
	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;
	font-weight: normal;
	height: 37px;
	line-height: 37px;
	margin: 0;
	padding: 0 0 0 20px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;

}

.lblHeadcss
{
	font-size: 20px;
	color: White; /*#620000;*/
	font-weight: normal;
	font-family:Verdana;
	text-transform: uppercase;
}


.line{
	/* The dividing line: */
	height:1px;
	background-color:#24404c;
	border-bottom:1px solid #416371;
	margin:1em 0;
	overflow:hidden;
}

article .line{
	/* The dividing line inside of the article is darker: */
	background-color:#15242a;
	border-bottom-color:#204656;
	margin:2.3em 0;
}

footer .line{
	margin:2em 0;
}

nav{
	color: rgb(196, 206, 215);
	background-color:#ADC19A;
	background-repeat:repeat-y;
	padding:0 0px;
	position:absolute;
	right:3;
	top:346px;
	border:1px solid #FCFCFC;
	-moz-box-shadow:0 8px 1px #333333;
	-webkit-box-shadow:0 1px 1px #333333;
	box-shadow:0 1px 1px #333333;
	left: 214px;
	width: 765px;
	height: 65px;
}

/* The clearfix hack to clear the floats: */

.clear:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* The navigation styling: */

nav ul li{
	display:inline;
}

nav ul li a,
nav ul li a:visited{
	color:#000000;
	display:block;
	float:left;
	font-size:1.4em;
	font-weight:bold;
	margin:0px 0px;
	padding:0px 5px 3px;
	text-shadow:0 1px 1px white;
	text-transform:uppercase;
}

nav ul li a:hover{
	text-decoration:underline;
}

nav, article, nav10 ul li a,figure{
	/* Applying CSS3 rounded corners: */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Article styles: */

#page{
	width:760px;
	margin:0 auto;
	position:relative;
}

article{

	margin:3em 0;
	padding:0px;
	
	text-shadow:0 0px 0 black;
}


.up{
	float:right;
	background-color:#FFFFFF;
}

