@charset "utf-8";
/* CSS Document */

<!--
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
}
.header {
	background-color: #060666;
	position:static;
}
.picturebox {
	position:relative;
	float:left;
	width: 300px;
	background-color:#36c;
	border-Right: 1px solid #fff;
}
.rightheaderbox {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font: "Times New Roman", Times, serif;
	font-size: 2.0em;
	color:#FFF;
	padding: 40px 10px 10px 20px;
}
.date {
	clear:both;
	background-color: #fdcd2d;
	text-align:right;
	font-size: .9em;
	padding: 2px 15px 2px 0;
}
.subtitle {
	font-style: italic;
	font-size: .8em;
}
.sidebar {
	float: left;
	width: 300px;
	height: auto;
	background-color:#fff;
	padding-bottom: 10px;
}
p {
	width: 600px;
	float:left;
	}
.demohometext {
	margin: 10px 0 2px 10px;
}
.demohometext a:link, .demohometext a:visited {
	text-decoration: none;
	background: #eee ;
	color: #000;
}
.demohometext a:hover, .demohometext a:active, .demohometext a:focus {
	text-decoration:underline;
	color: #060666 /* Dark Blue*/;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
 h2 {
	margin: 8px 0 2px 0;
	font-size: 1.2em;
}
a img {
	border: 1px;
	border-color: #fff;
}
a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fdcd2d;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
.content {
	padding: 10px 0;
	overflow:auto;
    height:100%;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.content img {
	-moz-border-radius: 15px;
	border-radius: 15px;
}
ul.nav {
	list-style: none;
	border-bottom: 1px solid #666;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #03C;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 280px;
	text-decoration: none;
	background: #060666 /* Dark Blue*/;
	color: #FFF;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FDCD2D /* Gold*/;
	color: #060666 /* Dark Blue*/;
}
.demobox {
	width: 300px;
	height: 270px;
	background: #7db9e8; /* Old browsers */
	background: -moz-linear-gradient(top, #7db9e8 0%, #207cca 49%, #2b88d9 50%, #3b679e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(49%,#207cca), color-stop(50%,#2b88d9), color-stop(100%,#3b679e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2b88d9 50%,#3b679e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2b88d9 50%,#3b679e 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7db9e8 0%,#207cca 49%,#2b88d9 50%,#3b679e 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#3b679e',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #7db9e8 0%,#207cca 49%,#2b88d9 50%,#3b679e 100%); /* W3C */
	padding: 10px;
	margin: 10px;
	border: 2px solid #CCC;
	-moz-border-radius: 15px;
	border-radius: 15px;
	float: left;
}
.demotitle {
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 15px;
	border-bottom: 2px solid #fdcd2d;
	border-left: 2px solid #fdcd2d;
	}
.demotitle a:link {
	color: #fff /* Dark Blue*/;
	text-decoration: none;
}
.demotitle a:hover, ul.nav a:active, ul.nav a:focus {
	background: #FDCD2D /* Gold*/;
	color: #060666 /* Dark Blue*/;
	display: block;
}

-->