﻿body {
	background-color: #e1ebf8;
	font-family: Verdana;
	font-size: small;
	color: #000000;
}

a {
	color: #0088cb;
	text-decoration: none;
}

a:hover {
	color: #ea5a99;
	text-decoration: none;
}

.textwhite {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #FFFFFF;
}

.textblue {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #004b97;
	font-weight: bold;
}

.textbold {
	font-family: Verdana;
	font-size: small;
	color: #000000;
	font-weight:bold;	
}

.textbloghead {
	font-family:"Courier New", Courier, monospace;
	font-size: small;
	color: #8e908f;
	font-weight:bold;
	letter-spacing:2px;
}

.blogtitle {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bolder;
	color: #004b97;
	font-style: italic;
}

#Dcontainer {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #e1ebf8;
}

#Dtop {
	width: 200px;
	height: 180px;
	float:left;
}

#Dbanner {
	width: 800px;
	height: 180px;
	float: left;
	background-image: url('images/banner.png');
	background-repeat: no-repeat;
}

#Dmenu {
	width: 140px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-top: 35px;
}

#Dmenu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: verdana;
	font-size:14px;
}

.liheight {
	line-height:20px;
}

#Dmenu a {
	display: block;
	padding: 3px;
	width: 140px;
	padding-left: 10px;
}

#navlist a:link	{
	color: #004b97;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:visited	{
	color: #004b97;
	text-decoration: none;
	font-weight: bold;
}

#navlist a:hover {
	color: #ffffff;
	font-weight: bold;
}

#Dblockleft {
	width: 200px;
	height: 515px;
	float: left;
	background-image: url('images/blockleft.png');
	background-repeat: no-repeat;
	margin-top:15px;
}

#Dtextleft1 {
	width: 155px;
	height: 150px;
	float: left;
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
	padding-left:10px;	
}

#Dtextleft2 {
	width: 155px;
	height: 130px;
	float: left;
	text-align:justify;
	padding-left:10px;
	padding-top:10px;
}

.Dcontent {
	width: 800px;
	height: 475px;
	float: left;
	margin-top:15px;
}

.Dcontenttop {
	width:780px;
	height:25px;
	background-image:url('images/contenttop.png');
	background-repeat:no-repeat;
	float: left;
	padding-left:15px;
	padding-top:5px;
}

.Dcontentbody {
	width:780px;
	height:430px;
	float: left;
	background-color:white;
	overflow: auto;
}

.Dcontentbottom {
	width:780px;
	height:30px;
	background-image:url('images/contentbottom.png');
	background-repeat:no-repeat;
	float: left;
}

.Dhomecontentleft {
	width: 500px;
	height: 430px;
	float: left;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
}

.Dhomecontentright {
	width: 150px;
	height: 430px;
	float: left;
	padding-left:35px;
	padding-top:35px;
}

#Dfooter {
	margin: 30px 0px 0px 10px;
	width: 700px;
	height: 20px;
	float:left;
}


.themeslist {
	background-position: center center;
	width: 730px;
	height: 430px;
	float: left;
	background-color: white;
	background-image: url('images/themesbackground.jpg');
	overflow: auto;
	padding-left: 25px;
	padding-right: 25px;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

.themesheader {
	width:705px;
	height:150px;
	float: left;
	text-align:center;
	margin-bottom:45px;
}
.themetitle {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #004b97;
	font-style: italic;
}

.downloadpage {
	width:730px;
	height:430px;
	float: left;
	background-color:white;
	background-image: url('images/themesbackground.jpg');
	overflow: auto;
	padding-left:25px;
	padding-right:25px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
}

.downloadblock {
	width:650px;
	height:250px;

}

.downloadimage {
    border: thin solid #4C3830;
    float: left;
	width:350px;
	height:250px;
}

.downloadtext {
    border-top: thin dotted #4C3830;
	float: left;
	text-align:center;
	width:250px;
	height:250px;
	padding-top:10px;
}

.homedecor {
    float: left;
	width:650px;
	height:500px;
	text-align:center;
}
.floatleft {
	float:left;
	padding-right:10px;
}

