body,
html {
    margin:0;
    padding:0;
    }

body {
	font-size: 11px;
	font-family: Georgia, Serif;
        background-color: #7AD2F5;
	color: #333;
	text-align: center;
	}

cite
{
 font-style:normal;
 font-weight:bold;
}


.page {
	background-color: white;
	border: 1px solid silver;
	text-align: left;
	margin: 20px auto;
	width: 800px;
 	}

.header {
	background-color: white;
        height: 140px;
	}

.footer {
	background-color: white;
	text-align: center;
        font-style: italic;
        padding-bottom:15px;
        padding-top:10px;
	font-size:10px;
	clear: both;
}

.narrowcolumn {
        display:block;
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
        font-size:14px;
        line-height:1.4;
	}	

.widercolumn {
        display:block;
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 650px;
        font-size:14px;
        line-height:1.4;
	}	

.widercolumn ul li {
        font-size:11px;
        text-transform:uppercase;
        font-family:Verdana, Sans-Serif;
	list-style-type: none;
	list-style-image: none;
	}

.post {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#F0EFE4;
	border-bottom: 1px dotted silver;
	}
	
.post_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#FAF9ED;
	border-bottom: 1px dotted silver;
	}

.postlaws {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#ffffff;
	border-bottom: 1px dotted silver;
	}

.postlaws_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#F5F5F5;
	border-bottom: 1px dotted silver;
	}

.postkeys {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#ffffff;
	border-bottom: 1px dotted silver;
	}

.postkeys_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#F5F5F5;
	border-bottom: 1px dotted silver;
	}

.postbooks {
	margin: 0;
        padding: 20px;
	text-align: left;
	border-bottom: 1px dotted silver;
        background-color:#ffffe0;
}

.postbooks_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
	border-bottom: 1px dotted silver;
        background-color:#F5F5D7;
}

.postproducts {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#E4F2E4;
	border-bottom: 1px dotted silver;
}

.postproducts_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:#EDFCED;
	border-bottom: 1px dotted silver;
}

.postwhite {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color:white;
	}

.bestofpost {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color: #ffeeee;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	}

.bestofpost_alt {
	margin: 0;
        padding: 20px;
	text-align: left;
        background-color: #F5E4E4;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	}
.posttitle {
             font-family: Verdana, Arial, Sans-Serif;
             font-weight: bold;
             letter-spacing: 2px;
             text-transform: uppercase;
             padding-top:5px;
             padding-bottom:5px;
             font-size: 11px; }

.smalltitle {
             font-family: Verdana, Arial, Sans-Serif;
             font-weight: bold;
             letter-spacing: 1px;
             text-transform: uppercase;
             font-size: 9px; }

.postmetadata {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 9px;
        letter-spacing:0;
	text-align: right;
	}

.commentmetadata {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 9px;
   padding-left:10px;
        letter-spacing:0;
	text-align: left;
	}

.pagecomment {
        font-family: Verdana, Arial, Sans-Serif;
        font-size: 9px;
   padding:10px;
        letter-spacing:0;
	text-align: left;
   margin-top:20px;
   margin-bottom:30px;
	}

.entry
{
font-family: Georgia, Serif;
font-size: 14px; line-height: 1.6;
}

.sc
{
font-size:11px;
letter-spacing:1px;
text-transform:uppercase;
}

.scsmall
{
font-size:11px;
letter-spacing:1px;
text-transform:uppercase;
}

.small
{
font-size:11px;
}

.entrysm
{
font-size:11px;
}
.sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#alt {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

.navigation {
	display: block;
	text-align: left;
	padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
        letter-spacing: 1px;
        font-size: 9px;
        text-transform: uppercase;
  	}
.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

a {
	color: #0092C4;
	text-decoration: none;
	}


.lawtext {
height: 100px; padding-left: 20px; padding-top: 50px; font-size: 18px; line-height: 1.2;
}

.lawicon {
float: left; margin-top: 10px; margin-right:20px; margin-bottom: 10px;
}

.lawiconright {
float: right; margin-top: 0px; margin-left:20px; margin-bottom: 10px;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

.sidebar ul p, .sidebar ul select {
	margin: 5px 0 8px;
	}

.sidebar ul ul, .sidebar ul ol {
	margin: 5px 0 0 10px;
	}

.sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

.sidebar td {
        font-family: Verdana, Sans-Serif;
        font-size: 10px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}

/* Begin Comments*/

#comments {
  font-weight:bold;
}
.alt {
	background-color: #eee;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10;
	list-style: none;
	padding: 25;

	}

.commentlist p {
	margin: 10px;
   font-size:12px;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

