	body {
		margin:0px 0px 20px 0px;
		background-color:#ACD4E5;
        background-image: url(/images/test1.gif);
	    background-position: bottom right;
	    background-repeat: no-repeat;
	    background-attachment: fixed;
	}
	A 		{ color: #003366; text-decoration: underline; }
	A:link		{ color: #003366; text-decoration: underline; }
	A:visited	{ color: #003366; text-decoration: underline; }
	A:active	{ color: #999999;  }
	A:hover		{ color: #999999;  }
	A img { border-style: none; }

	html {
		scrollbar-base-color:#FFFFFF;
		scrollbar-arrow-color:#007E9D;
		scrollbar-track-color:#ACD4E5;
		scrollbar-3dlight-color:#007E9D;
		scrollbar-highlight-color:#007E9D;
		scrollbar-darkshadow-color:#007E9D;
		scrollbar-shadow-color:#007E9D;
		scrollbar-face-color:#FFFFFF;
	}

	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}

	#banner {
		font-family:tahoma, palatino,  georgia, verdana, arial, sans-serif;
		color:#333;
		font-weight:normal;
  		padding-left:15px;
  		padding-top:15px;
  		padding-bottom:2px;
  		border-bottom:1px solid #007E9D;
		}

	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: palatino,  georgia, verdana, arial, sans-serif;
		font-size: xx-large;
		color: #333;
		text-decoration: none;
		}

	.linkbutton {
		margin-top: 5px;
		border: 0px;
	}

	.description {
		font-family:tahoma, palatino,  georgia, times new roman, serif;
		color:#333;
		font-size:small;
  		text-transform:none;
		}

	input {
		border: #007E9D 1px solid;
		font: 12px tahoma;
		color: #000000;
		background: #FFFFFF;
		}

	select {
		border: #007E9D 1px solid;
		font: 12px tahoma;
		color: #000000;
		background: #FFFFFF;
		}

	option {
		border: #007E9D 1px solid;
		font: 12px tahoma;
		color: #000000;
		background: #FFFFFF;
		}

	.flat {
		border: #007E9D 1px solid;
		font: 12px tahoma;
		color: #000000;
		background: #FFFFFF;
		}

	textarea {
		border: #007E9D 1px solid;
		font: 12px tahoma;
		color: #000000;
		background: #FFFFFF;
		}

	#content {
		position:absolute;
		margin-right:20px;
		margin-left:200px;
		top:75px;
		padding:10px;
		border-left:1px solid #007E9D;
		}

	#container {}

	#links {
		padding:10px;
		width:200px;
		}

	.newstitle {
		width:200px;
		border-bottom:1px solid #007E9D;
		margin-bottom:20px;
		}

	.menutitle {
		width:180px;
		border-bottom:1px solid #007E9D;
		margin-bottom:16px;
		margin-left:0px;
		}


	.blog {
		}

	.blogtitle {
		background-image: url(/images/post-right.gif);
		background-position: top right;
		background-repeat: no-repeat;
		background-color: #9DC7D9;
	}

	.blogbody {
		font-family:Tahoma;
		font-size:12px;
		color:#000000;
		text-align:left;
		}

	.blogtime {
		font-family:Tahoma;
		font-size:10px;
		color:#000000;
	}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		font-weight: normal;
		text-decoration: underline;
	}

	.title	{
		font-family:Tahoma;
		font-size:14px;
		color:#FFFFFF;
		font-weight:bold;
		text-align:left;
		}

	#menu {
  		margin-bottom:15px;
		text-align:center;
		}

	.date	{
		font-family:tahoma, palatino, georgia, times new roman, serif;
		font-size: 20px;
		text-align: center;
		color: #333;
		border-bottom:1px solid #007E9D;
		margin-bottom:10px;
		font-weight:bold;
		width:500px;
		}

	.posted	{
		font-family:verdana, arial, sans-serif;
		font-size: x-small;
		color: #000000;
		margin-bottom:25px;
		}


	.calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;
  		padding:2px;
                text-align:left;
		}

	.calendarhead {
		font-family:palatino, georgia, times new roman, serif;
		color:#666600;
		font-size:small;
		font-weight:normal;
  		padding:2px;
		letter-spacing: .3em;
  		text-transform:uppercase;
		text-align:left;
		}

	.side {
		font-family:tahoma, verdana, arial, sans-serif;
		color:#007E9D;
		font-size:14px;
		font-weight:normal;
  		line-height:100%;
  		padding:0px;
		}

	.side a,
	.side a:link,
	.side a:visited,
	.side a:active {
		font-family:tahoma, verdana, arial, sans-serif;
		color:#007E9D;
		font-weight:normal;
		text-decoration:none;
		}

	.side a:hover {
		font-weight:normal;
		text-decoration: underline;
		color:#007E9D;
		}
	.whitehover a,
	.whitehover a:link,
	.whitehover a:visited,
	.whitehover a:active {
		font-weight:normal;
		text-decoration: none;
		font-size:12px;
		color:#FFF;
		}
	.whitehover a:hover {
		font-weight:normal;
		text-decoration: underline;
		font-size:12px;
		color:#FFF;
		}

	.sidetitle {
		font-family:tahoma, palatino, georgia, times new roman, serif;
		color:#FFFFFF;
		font-size:14px;
		font-weight:800;
  		text-transform:uppercase;
		}
	.sidetitle a,
	.sidetitle a:link,
	.sidetitle a:visited,
	.sidetitle a:active {
		font-weight: 800;
		text-decoration: none;
		color:#FFFFFF;
		}

	.sidetitle a:hover {
		font-weight: 800;
		text-decoration: underline;
		color:#007E9D;
		}

	.sidesection {
		border-bottom: 1px solid #007E9D;
		width: 170px;
		padding: 5px;
		}

	.syndicate {
		font-family:verdana, arial, sans-serif;
		font-size:xx-small;
  		line-height:140%;
  		padding:2px;
  		margin-top:15px;
 		}

	.powered {
		font-family:tahoma, palatino, georgia, times new roman, serif;
		color:#007E9D;
		font-size:10px;
		padding:2px;
		margin-top:50px;
		}

	#banner-commentspop {
		font-family:tahoma, palatino, georgia, verdana, arial, sans-serif;
		color:#000000;
		font-size:large;
		font-weight:bold;
  		padding-left:15px;
  		padding-right:15px;
  		padding-top:5px;
  		padding-bottom:5px;
		}

	.comments-head	{
		font-family:tahoma, palatino, georgia, verdana, arial, sans-serif;
		font-size:12px;
		color: #FFF;
		background-color:#9DC7D9;
		border:1px solid #007E9D;
		margin-top:20px;
		font-weight:bold;
		padding-left:5px;
		padding-right:5px;
		width:440px;
		text-align:left;
		}

	.comments-body {
		font-family:tahoma, palatino, georgia, verdana, arial, sans-serif;
		color:#333;
		background-color:#FFFFFF;
		font-size:12px;
		font-weight:normal;
  		padding-top:5px;
  		padding-left:5px;
  		padding-right:5px;
  		padding-bottom:2px;
 		border-left:1px solid #007E9D;
 		border-right:1px solid #007E9D;
 		border-bottom:1px solid #007E9D;
 		width:440px;
 		text-align:left;
		}

	.comments-post {
		font-family:tahoma, verdana, arial, sans-serif;
		color:#333;
		background-color:#FFFFFF;
		font-size:10px;
		font-weight:normal;
		padding-left:0px;
		padding-right:0px;
		width:440px;
		}


	.trackback-url {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
 		padding:5px;
 		border:1px dotted #999;
		}


	.trackback-body {
		font-family:palatino, georgia, verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
 		padding-bottom:10px;
  		padding-top:10px;
 		border-bottom:1px dotted #999;
		}

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
		}


