@charset "utf-8";
/* CSS Document */
body {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 75%;
	background-color: #04965f;
}
img {
	border: 0px;
}
br.clearfloat {
	margin: 0px;
	line-height: 0px;
	float: none;
	clear: both;
}
div.split {
	border-bottom: 1px solid #cccccc;
	line-height: 1px;
	margin: 10px 0px;
	
}
div#container {
	width:800px;
	background-image:url(../images/DDNS_BORDER.jpg);
	margin: 0px auto;
	padding: 0px;
}
div#innerContainer {
	margin: 0px 10px;
	padding: 10px;
	background-color: #ffffff;
	position:relative;
}
/*Header Section*/
div.logo {
	position:absolute;
	top: 2px;
	left: 5px;
	width: 207px;
	height: 148px;
}
div.date {
	position:absolute;
	top: 2px;
	right: 5px;
	width: 150px;
	height: 30px;
	color: #aaaaaa;
	font-size: 80%;
}
div.strapline {
	position:absolute;
	top: 60px;
	right: 50px;
	width: 500px;
	height: 30px;
	color: #2dade3;
	text-align: center;
}
div.strapline h2 {
	color: #2dade3;
	font-size: 20px;
}

/*Navigation Section*/
div#navigation {
	margin-top: 150px;
	height: 25px;
	background-color: #ce2027;
	padding-top: 5px;
}
div#navigation a {
	text-decoration: none;
	color: #ffffff;
	font-size: 105%;
	font-weight: bold;
}
div#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#navigation li {
	margin: 0px 0px 0px 27px;
	text-align:center;
	display: inline;
}

/*Main Content Section */
div#MainContent {
	margin-top: 10px;
	background-color: #ffffff;
}

/* Home Page Items */
td.MainWelcome {
	width: 320px;
}
td.WelcomeImage {
}
/* Footer */
div#footer {
	margin: 10px 0px 0px 0px;
	color: #ffffff;
	background-color: #888888;
	padding: 3px 5px;
	font-size: 80%;
}
/* Menu System */
#dropmenudiv{
	position:absolute;
	line-height:18px;
	margin-top: 10px;
	z-index:100;
	padding: 5px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dropmenudiv a:hover{
	background-color: #cccccc;
}
h2 {
	color: #713e94;
	padding: 0px;
	font-size: 160%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	color: #ce2027;
	padding: 0px;
	font-size: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td.imageholder {
	width: 170px;
}
li.spaced {
	padding-top: 10px;
}
img.textspace {
	margin-left: 20px;
	border: 1px solid #713e94;
}
.purple {
	color: #713e94;
	font-weight: bold;
}