/* basic stuff */

html {
	height: 100%;
}

body {
	background-color: #d6d9dd;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}

img {
	border-style: none;	
}

/* Container */

#container {
	width: 730px;
	text-align: left;
	position: relative;
	min-height: 100%;
}

* html #container
{
	height: 100%;
}

/* Header */

#header {
	background-color: #283e4f;
	width: 730px;
	height: 141px;
	padding-top: 10px;
}

#header h2 {
	display: none;
}

/* Navigation */
#navigation {
	width: 730px;
	height: 25px;
	font-size: 12px;
	font-variant: small-caps;
}

#navigation ul {
	list-style-type: none;
	border: none;
	padding: 0;
}

#navigation ul li{
	float: left;
	display: block;
	border: none;
}

#navigation a:link, #navigation a:visited{
	color: #d6d9dd;
	text-decoration: none;
	border: none;
	padding: 0 10px 0 10px;
}

#navigation a:focus {
	text-decoration: none;
}

#navigation a:hover {
	color: #d6d9dd;
	background-color: #283e4f;
	text-decoration: none;
}
#navigation a:active {
	color: #999999;
	text-decoration: none;
}

/* Content */

#content {
	width: 730px;
	text-align: left;
	padding: 5px 10px 2.1em 10px;
	background-color: #d6d9dd;
}

#content h3 {
	margin-top: 5px;
	border-bottom: thin dotted;
}

#content p {
	font-size: 12px;
}

#content ul {
	font-size: 12px;
}

#content a:link {
	color: #000000;
	text-decoration: none;
}
#content a:visited {
	color: #000000;
	text-decoration: none;
}
#content a:hover {
	color: #999999;
	text-decoration: none;
}
#content a:active {
	color: #999999;
	text-decoration: none;
}

#blogbox {
	width: 720px;
}
#linklist ul {
	padding: 0;	
}

#linklist1 {
	padding: 0px 0px 0px 0px;
	width: 190px;
	float: left;
	margin: 10px 0px 10px 0px;
	font-size: 19px;
	list-style: none;
}

#linklist1 h3 {
	font-size: 1em;
	border: none;
	margin: 0;
	font-weight: normal;
}

#linklist1 ul {
	margin: 0px;
	padding: 0px;
}

#linklist1 ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#linklist1 a {
	border-bottom: 1px dotted #666;
	color: #CCCCCC;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#linklist1 a:link {
	text-decoration: none;
}
#linklist1 a:visited {
	text-decoration: none;
}
#linklist1 a:hover {
	color: #666666;
	background-color: #EBECED;
	text-decoration: none;
}
#linklist1 a:active {
	color: #999999;
	text-decoration: none;
}

#linklist2 {
	padding: 0px 0px 0px 10px;
	width: 190px;
	float: left;
	margin: 10px 0px 10px 0px;
	font-size: 19px;
	list-style: none;
}

#linklist2 h3 {
	font-size: 1em;
	border: none;
	margin: 0;
	font-weight: normal;
}

#linklist2 ul {
	margin: 0px;
	padding: 0px;
}

#linklist2 ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#linklist2 a {
	border-bottom: 1px dotted #666;
	color: #CCCCCC;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#linklist2 a:link {
	text-decoration: none;
}
#linklist2 a:visited {
	text-decoration: none;
}
#linklist2 a:hover {
	color: #666666;
	background-color: #EBECED;
	text-decoration: none;
}
#linklist2 a:active {
	color: #999999;
	text-decoration: none;
}

#linklist3 {
	padding: 0px 0px 0px 10px;
	width: 190px;
	float: left;
	margin: 10px 0px 10px 0px;
	font-size: 19px;
	list-style: none;
}

#linklist3 h3 {
	font-size: 1em;
	border: none;
	margin: 0;
	font-weight: normal;
}

#linklist3 ul {
	margin: 0px;
	padding: 0px;
}

#linklist3 ul li {
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}

#linklist3 a {
	border-bottom: 1px dotted #666;
	color: #CCCCCC;
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
}

#linklist3 a:link {
	text-decoration: none;
}
#linklist3 a:visited {
	text-decoration: none;
}
#linklist3 a:hover {
	color: #666666;
	background-color: #EBECED;
	text-decoration: none;
}
#linklist3 a:active {
	color: #999999;
	text-decoration: none;
}

#maincontent {
	padding: 10px;
}

/* Footer */

#footer {
	width: 750px;
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	position: relative;
	margin-top: -4em;
}

#footer h3, h4, h5{
	margin: 0px;
	font-weight: normal;
}

.clr {
	clear: both;
}
.defcon5 {
	display: none;
}
