﻿body {
	color: #241661;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color: #cccccc;
}
#container {
	width: 960px;
	margin: 0 auto;
	background-color: #ffffff;
}
#masthead {
	text-align: right;
	width: 750px;
	padding: 0;
	background-color: #cde;
}


/* Styles for Content */
#content {
	width: 920px;
	height: 580px;
	padding: 20px;
	overflow: auto;
}

#content ul {
	list-style-type: disc;
}
#content li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#content p {
	margin-top:2px;
	margin-bottom: 2px;
	text-align: justify;
}
#content hr {
	margin-top:2px;
	margin-bottom: 2px;
}


/* Styles for Masthead */
#masthead {
	color: #777777;
	background-color: #ffffff;
	font-size: 14px;
	text-align: left;
    position:relative;
}
#masthead img {
	border: 0px;
}


/* Styles for Footer */
#footer {
    background-image: url('../images/footer.jpg'); 
    background-repeat: no-repeat;
	color: #888888;
	padding: 10px;
	font-size: 10px;
}
#footer a {
	color: #888888;
	text-decoration: underline;
}
#footer a:hover {
	color: #241661;
	text-decoration: none;
}


/* Navigation */
#navigation {
	height:22px;
	width:960px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#navigation li {
	float: left;
	padding-top: 0px;
	background-color: #c8bbfd;
	width:137px;
}
#navigation a {
	display: block;
	float: left;
	color: #000055;
	text-decoration: none;
	height:22px;
	padding-left: 5px;
	padding-top: 2px;
}
#navigation a:hover {
	color: #000055;
	background-color: #aaaaff;
	padding-bottom: 0px;
	padding-top: 2px;
	height:22px;
}
/* Hide from IE5-Mac \*/
#navigation a, #navigation a span {
	float: none;
	font-size: 12px; 
	font-weight: bold;
}
/* End hide */

/* Navigationedit */
#navigationedit {
	height:22px;
	width:960px;
}
#navigationedit ul {
	list-style: none;
	padding: 0;
	margin: 0
}
#navigationedit li {
	float: left;
	padding-top: 0px;
	background-color: #c8bbfd;
	width:240px;
}
#navigationedit a {
	display: block;
	float: left;
	color: #000055;
	text-decoration: none;
	height:22px;
	padding-left: 5px;
	padding-top: 2px;
}
#navigationedit a:hover {
	color: #000055;
	background-color: #aaaaff;
	padding-bottom: 0px;
	padding-top: 2px;
	height:22px;
}
/* Hide from IE5-Mac \*/
#navigationedit a, #navigationedit a span {
	float: none;
	font-size: 12px; 
	font-weight: bold;
}
/* End hide */











#sddm {
	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm div {
	position: absolute;
	visibility: hidden;
    width:160px;
    z-index: 1;
}
#sddm div a {
    background: #c8bbfd;
	height:22px;
	padding-top: 2px;
	font-size: 11px;
}
#sddm div a:hover {
    background-color: #aaaaff;
	color: #000055;
	height:22px;
	padding-top: 2px;
}

/* Styles for Links */
a {
	text-decoration: underline;
	color: #241661;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #241661;
}

/* Styles for Content */
h1 {
    font-size:28px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}
h2 {
    font-size:24px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}    
h3 {
    font-size:20px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}    
h4 {
    font-size:18px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}    
h5 {
    font-size:16px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}    
h6 {
    font-size:14px;
    font-weight: bold;
    margin-top: 2px;
    margin-bottom: 2px;
}    






td.blogcomment {
	background-color: #f8f8f8;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	text-align: left;
	width:100%;
	padding-left:5px;
	padding-right:5px;
}
