﻿/* WHOLE PAGE CONFIGURATION */
* {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color: White;
	color:#171717;
	font-family: Verdana,"BitStream vera Sans",Helvetica,Sans-serif; 
	font-size:12px;
}

/* HTML tags */
abbr[title], acronym[title] {
	border-bottom:thin dotted;
	cursor:help;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	color:#171717;
}
h1 {
	font-size:20pt;
	font-weight: 600;
	margin-top: 10px;
}
h2 {
	font-size:18pt;
	font-weight: 600;
	margin-top: 10px;
}
h3 {
	font-size:16pt;
	font-weight: 600;
	margin-top: 15px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC
}
h4 {
	font-size:14pt;
	font-weight: 600;
	margin-top: 15px;
}
h5 {
	font-size:12pt;
	font-weight: 600;
	margin-top: 10px;
}
h6 {
	font-size:12pt;
	font-weight: 400;
	margin-top: 10px;
}
img {
	border:0;
}
img.sided {
	background:#FFF;
	border:1px solid #CCC;
	padding:3px;
}
small {
	font-size:10pt;
}
a:hover img.sided {
	border-color:#A6A6A6;
}
a {
	color:#2970A6;
	text-decoration:none;
}
a[href^="\/file.axd"] {
	font-weight: bold;
	background: url(download.png) no-repeat right center;
	padding-right: 15px;
}
a:hover {
	text-decoration:underline;
}
blockquote {
	background:#F4F5F7 url(img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}
code, pre {
	font-family: Consolas, Courier New, Lucida Console, Monospace;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

pre {
	border: solid 1px #bbbbbb;
	background-color: #eeeeee;
	margin: 0px 10px 0px 10px;
	padding: 8px;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;

}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}
.fixed, .clear {
	clear:both;
}
input.field, 
textarea {
	background:#FFF url(img/textfield.gif) top repeat-x;
	border:1px solid #A6A6A6;
	padding:2px 1px;
}
.boxcaption {
	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
	padding:6px 12px;
	border-bottom:1px solid #CCC;
}
.boxcaption h3 {
	font-size:12px;
	font-family:Verdana,"BitStream vera Sans";
	letter-spacing:0em;
}
.box {
	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding:8px 12px;
	margin-bottom:10px;
}
.messagebox, 
.errorbox {
	background:#EDEFF0 url(img/messagebox.gif) no-repeat;
	padding:0 12px;
	height:27px;
	line-height:27px;
	font-size:11px;
}

/* HEADER */
div.logo
{
    padding-top: 5px;
    padding-left: 5px;
    height: 50px;
	background:#6699cc url(img/logo-bg.png) repeat-x;
	border-bottom: solid 1px Black;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight: 600;
	color: White;
	vertical-align: middle;
	text-align: left;
}
div.navigation
{
    padding-left: 5px;
    height: 22px;
	background:#eaeaea url(img/navigation-bg.png) repeat-x;
	border-bottom: solid 1px Black;
}

div.shadow
{
	background:url(img/shadow.png) repeat-x;
    height: 4px;
    width: 100%;
}


div.subtitle 
{
    padding-top: 1px;
    height: 22px;
	display:inline;
    float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
}
#menus li
{
    padding-top: 1px;
	border-left: dotted 1px dimgray; 
    height: 20px;
	display:inline;
	list-style:none;
	float:right;
    width: 85px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
    text-align: center;
}
#menus li a
{
    padding-top: 1px;
    height: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11pt;	
	color: #171717;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
}
#menus li:hover 
{
	background: LightGrey;
	font-weight: 600;
}
#menus li.current_page_item 
{
	font-weight: 600;
}
#menus li.current_page_item:hover 
{
	background: LightGrey;
	font-weight: 600;
}

/* PAGE LAYOUT */
.pageLayoutDiv
{
    text-align:left;
    clear: both;
	width: 1024px;
}

.mainTextDiv
{
    display:inline;
    float:left;
    margin: 0px 10px 0px 10px;
	width: 800px;
}

.sideBarDiv
{
    display:inline;
    float:right;
    margin: 0;
	width: 200px;
}

#columns
{
    width: 100%;
    display: block;
}
#content {
	float: left;
	width: 70%;
	padding:5px 15px 10px;
}

#sidebar {
	float: right;
	width: 25%;
}

/* SIDE BAR */
div.sidenote
{
    border-top: solid 1px Black;
    border-bottom: solid 1px Black;
    border-left: solid 1px Black;
    border-right: solid 1px Black;
}
div.sidenoteheader
{
    height: 22px;
    background:url(img/sidenoteheader-bg.png) repeat-x;
	color: #171717;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}
div.sidenotetext
{
    padding: 10px;
}
div.separator
{
    height: 25px;
}
#sidebar li {
	padding-left:15px;
	list-style:none;
	margin-top:5px;
}

#searchfield
{
    padding: 2px 2px 2px 2px;
    margin-bottom: 10px;
    width: 170px;
    background:url(img/search.gif) no-repeat;
    background-position: right center;
    background-color: White;
    color: #171717;
	border:#cccccc 1px solid;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#searchbutton
{
    display: none;
}
#searchfield
{
}

#twitter_update_list
{
    margin-left: 10px;
}

/* FOOTER */
div.footer 
{
	color: #171717;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
    width: 100%;
    display: block;
}
div.shadowedline
{
	background:transparent url(img/shadowedline.png) repeat-x;
    height: 5px;
    width: 100%;
    display: inline-block;
}
#copyright 
{
    float: left;
    display:inline;
}
#gotop
{
    float: right;
    display:inline;
}
#login
{
    float: right;
    display:inline;
}

/* CONTENT */
.post 
{
	font-family: Verdana,Helvetica,Sans-serif; 
	font-size:1.1em;
}
.post h2 {
	padding:0 5px;
	margin-top:10px;
	display:block;
	border-bottom:1px solid #CCC;
	font-family:Georgia, Serif;
	font-size:1.8em;
	font-weight: bold;
}
.post h2 a.title
{
    text-decoration: none;
    color: #369;
}
.post h2 a.title:hover {
	text-decoration:underline;
	color:#369;
}
.post .info {
	margin:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 200;
	font-size:10pt;
}
.post .info span.first {
	margin-left:0;
}

.post .date, 
.post .tags, 
.post .categories, 
.post .editpost, 
.post .readingblinds, 
.post .comments,
.post .addcomment, 
.post .editlinks {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
}
.post .act {
	height:16px;
	float:right;
}
.post .act span {
	float:left;
	margin-left:15px;
}
.post .tags {
	background:url(img/tags.gif) no-repeat;
}
.post .categories {
	background:url(img/categories.gif) no-repeat;
}
.post .date {
	padding-left:0px;
	float:left;
	font-style:italic;
}
.post .editpost {
	background:url(img/editpost.gif) no-repeat;
}
.post .readingblinds {
	background:url(img/readingblinds.gif) no-repeat;
}
.post .comments {
	background:url(img/comments.gif) no-repeat;
}
.post .addcomment {
	background:url(img/addcomment.gif) no-repeat;
}
.post .editlinks {
	background:url(img/editlinks.gif) no-repeat;
}
.post .content {
	padding:5px 0 5px 5px;
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin-bottom:5px;
	margin-top:5px;
}
.post .content .under {
	height:16px;
	line-height:16px;
}
.post .content .under span {
	float:left;
	margin-right:15px;
}
.post .content img {
	max-width:600px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	margin:5px 0 10px;
}
.post .content table tr th {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 2px;
	background-color: #214C9A;
	color: #FFFFFF;
	font-family: Segoe UI, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}
.post .content table tr td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	padding: 2px;
	background-color: white;
	color: black;
	font-weight: normal;
}
.post .content .boxcaption {
	background-image:url(img/postbox.gif);
	border-bottom:1px solid #CCC;
}
.post .content .box {
	background-image:url(img/postbox.gif);
}
#postpath {
	background:url(img/postpath.gif) no-repeat;
	height:16px;
	line-height:16px;
	margin:5px 0;
	padding-left:22px;
}
#pagenavi, 
#postnavi {
	border-top:1px solid #CCC;
	margin:10px -5px 0;
	padding:10px 5px 0;
}
#pagenavi {
	font-size:11px;
}
#pagenavi .newer a, 
#postnavi .prev a {
	background:url(img/prev.gif) no-repeat;
	padding-left:22px;
	float:left;
	height:16px;
	line-height:16px;
}
#pagenavi .older a, 
#postnavi .next a {
	background:url(img/next.gif) no-repeat;
	padding-right:22px;
	float:right;
	height:16px;
	line-height:16px;
}
.socialLinks {
    margin-top: 20px;
}

/* comment START */
#commentlist {
	background:#FCFCFC;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin:0 -15px;
	padding:0 15px 15px;
}
#commentlist ol, #commentlist li {
	list-style:none;
}
#cmtswitcher {
	background:#FFF;
	font-size:10px;
	padding-top:5px;
}
#cmtswitcher a.tab, 
#cmtswitcher a.curtab {
	padding:5px 10px;
	margin-bottom:-1px;
	display:block;
	float:right;
	color:#555;
	text-decoration:none;
}
#cmtswitcher a.tab {
	border:1px solid #FFF;
	border-bottom-color:#CCC;
}
#cmtswitcher a.curtab {
	background:#FCFCFC;
	border:1px solid #CCC;
	border-bottom-color:#FCFCFC;
}
#cmtswitcher .addcomment, 
#cmtswitcher .addtrackback {
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	font-size:11px;
	float:left;
	margin-right:15px;
	margin-top:4px !important;
	margin-top:3px;
}
#cmtswitcher .addcomment {
	background:url(img/icons.gif) 0 -112px no-repeat;
}
#cmtswitcher .addtrackback {
	background:url(img/icons.gif) 0 -144px no-repeat;
}
#commentlist .comment, #commentlist .messagebox {
	margin-top:15px;
}
.comment .author {
	float:left;
	width:81px;
	text-align:center;
}
.comment .pic {
	background:url(img/commentpoint.png) 100% 33% no-repeat;
	padding-right:14px;
	margin-top:10px;
}
.comment .name {
	width:67px;
	padding-right:14px;
	font-weight:bolder;
	overflow:hidden;
}
.comment .photo {
	padding:1px;
	border:1px solid #999;
}

.comment .thumb 
{
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	padding:2px;
    width:32px;
    }
    
.comment .info {
	background:#EDEFF0 url(img/comment.gif) 0 0 no-repeat;
	float:left;
	padding:10px 15px 0;
	width:494px;
}
.comment .date, 
.trackback .date {
	float:left;
	font-size:10px;
}
.comment .act, 
.trackback .act {
	float:right;
	font-size:10px;
}
.comment .content {
	background:url(img/comment.gif) 100% 100% no-repeat;
	margin:0 -15px;
	padding:0 15px 10px;
	line-height:145%;
}
.comment .content p {
	margin-top:10px;
}
.comment .content blockquote p {
	margin-top:0;
	margin-bottom:10px;
}
.admincomment .author {
	float:right;
}
.admincomment .pic {
	background:url(img/commentpoint.png) 0% 33% no-repeat;
	padding-right:0;
	padding-left:14px;
}
.admincomment .name {
	padding-right:0;
	padding-left:14px;
}
.admincomment .info {
	float:right;
}
#thetrackbacks {
	display:none;
}
#thetrackbacks li {
	margin-top:15px;
}
.trackback {
	background:#EDEFF0 url(img/box.gif) 0% 0% no-repeat;
	padding:10px 15px 0;
	width:575px;
}
.trackback .title {
	background:#EDEFF0 url(img/box.gif) 100% 100% no-repeat;
	padding:10px 15px !important;
	padding:0 15px 10px;
	width:575px;
	margin:0 -15px;
}
.commentForm {
	padding:10px 0;
	font-size:11px;
}
.commentForm label
{
    width:65px;
    float:left;
    
}
.commentForm input {
	margin-bottom:5px;
	background:#FFFFFF url(img/textfield.gif) repeat-x scroll center top;
    border:1px solid #A6A6A6;
    padding:2px 1px;
	/*position:relative;*/
}

.commentForm select{
background:#FFFFFF url(img/textfield.gif) repeat-x scroll center top;
border:1px solid #A6A6A6;
padding:2px 1px;
}
.commentForm .textfield {
	width:200px;
}

#commentMenu{
	padding: 0;
	margin:0;
	clear:both;
}

#commentMenu li{
	float:left;
	border:1px solid silver;
	border-bottom: transparent;
	margin:0;
	list-style:none;
	margin-right:5px;
	padding: 3px 8px;	
	cursor:pointer;
	position:relative;
	top: 2px;
	background:#d8d8d8;
}

#commentMenu li.selected{
	background:white;
	border-bottom:1px solid white;
}

#commentPreview{
	display:none;
	clear:both;
	min-height: 150px;
	padding-top:10px;
}

.success {
	color: green;
	font-weight: bold;
}

.commentForm .bbcode {
    font-size:10px;
    float:right;
    position:relative;
    top:20px;
    padding: 3px;
}

.bbcode a {
    margin: 1px;
    padding: 1px 3px 1px 3px;
    background: #fff;
    border: 1px solid #ccc;
}
.commentForm textarea {
	width: 100%;
	height: 150px;
	border:1px solid silver;
}
#submit {
	font-size:10px;
}
#submitbox a.feed {
	background:url(img/icons.gif) 0 -256px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
	display:block;
	float:left;
}
#emoticon {
	float:right;
	margin-top:1px;
	margin-right:10px;
}
#comment {
	width:601px;
}

/* nested comments */

.comment-replies {
	background: transparent url(../../pics/reply-arrow.gif) no-repeat 2px 2px;
	padding: 0 0 0 15px;
	margin: 5px 0 0 0;
}

#commentlist #comment-form {
	border: solid 1px #ccc;
	background: #fff;
	padding: 10px;
	margin: 10px 0;
}
/* comment END */

/* archives STRAT */
#archives {
	list-style-position:inside;
}
.postspermonth {
	margin:5px 0;
	list-style:none;
}
.srg_switcher {
	margin-bottom:10px;
}
/* archives END */

/* linkcat START */
.post .content .linkcat ul li {
	list-style:none;
	float:left;
	width:25%;
	padding:2px 0;
	overflow:hidden;
}
.post .content .linkcat ul li a {
	background:url(img/icons.gif) 0 -160px no-repeat;
	padding-left:22px;
	height:16px;
	line-height:16px;
}
/* linkcat END */

/* image switcher START */
.imageswitcher {
	background:#EDEFF0;
	padding:5px;
	font-size:11px;
}
.imageswitcher_image {
	background:#FFF;
	border:1px solid #BABABA;
	padding:3px;
	margin:0;
}
a .imageswitcher_image:hover {
	border-color:#999;
}
a.imageswitcher_button {
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	margin-bottom:0 !important;
	margin-bottom:5px;
	margin-right:4px;
	padding:2px 5px;
	background:#BCCCD3;
	border-top:1px solid #BCCCD3;
	border-right:1px solid #BABABA;
	border-bottom:1px solid #BABABA;
	border-left:1px solid #BCCCD3;
	color:#2970A6;
}
a.imageswitcher_button:hover {
	background:#ACBCC3;
	border-top:1px solid #AAA;
	border-right:1px solid #ACBCC3;
	border-bottom:1px solid #ACBCC3;
	border-left:1px solid #AAA;
	text-decoration:none;
}
/* image switcher END */

/* related posts START */
/* when related posts with title */
#relatedPosts {
	padding-bottom:10px;
	margin-top:15px,
}
#relatedPosts h1 {
	background:#E3E4E6 url(img/box.gif) 0 0 no-repeat;
	font-size:12px;
	padding:6px 12px;
	font-family:Verdana,"BitStream vera Sans",Arial,Helvetica,Sans-serif;
	letter-spacing:0em;
	border-bottom:1px solid #CCC;
}
#relatedPosts div {
	background:#F4F5F7 url(img/box.gif) 100% 100% no-repeat;
	padding:3px 12px 8px;
	display:block;
}
#relatedPosts span {

	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}

#relatedPosts span {
	color:#999;
	font-size:11px;
	display:block;
}
/* when related posts without title */
/*
#related_posts {
	padding-top:3px;
	padding-bottom:8px;
}
#related_posts ul li {
	list-style:none;
	padding:3px 5px;
	border-bottom:1px solid #E3E4E6;
	line-height:18px;
}
*/
/* related posts END */




div.widget a.edit{
	font-size: 10px;
	font-weight: normal;
	float: right;
	z-index: 1;
}

div.widget a.delete{
	font-weight: bold;
	color: #999999;
	float: right;
	margin-left: 5px;
	z-index: 1;
	text-decoration: none;
}

div.widget a.delete:hover{
	color: black;
}

/* Star Rating */

.rating{
	margin-bottom: 10px;
}
.rating p{
	display: inline;
	position: relative;
	top: 14px;
	left: 55px;
}
.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
}
.star-rating li {
	display: inline;
}
.star-rating a, .star-rating .current-rating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
}
.star-rating a:hover, .star-rating a:active, .star-rating a:focus {
	background-position: left bottom;
}
.star-rating a.one-star {
	width: 20%;
	z-index: 6;
}
.star-rating a.two-stars {
	width: 40%;
	z-index: 5;
}
.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
}
.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
}
.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
}
.star-rating .current-rating {
	z-index: 1;
	background-position: left center;
}
.small-star {
	width: 50px;
	height: 10px;
}
.small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating {
	background-image: url(../../pics/star_small.gif);
	line-height: 10px;
	height: 10px;
}

/* Tag cloud */

.tagcloud {
	margin-bottom: 10px;
	white-space: normal;
}
.tagcloud li {
	display: inline;
	list-style: none;
}
.tagcloud a {
	margin-right: 3px;
	display: inline;
}
.tagcloud a.biggest {
	font-size: 19px;
}
.tagcloud a.big {
	font-size: 17px;
}
.tagcloud a.medium {
	font-size: 14px;
}
.tagcloud a.small {
	font-size: 12px;
}
.tagcloud a.smallest {
	font-size: 10px;
}

/* Month list */

ul#monthList{
	font-weight: bold;
}
ul#monthList ul li{
	margin-left: 20px;
	font-weight: normal;
}
ul#monthList li.year{
  cursor: pointer;
}
ul#monthList ul{
	display: none;
}
ul#monthList ul.open{
	display: block;
}
.rssButton, .xoxo img
{
 margin-right:4px;   
}
#contact label{
	display: block;
	padding-top: 5px;	
}

/* Archive */

#archive {

}
#archive h1 {
border-bottom:1px solid #CCCCCC;
display:block;
font-family:Verdana,"BitStream vera Sans";
font-size:16px;
margin-top:10px;
padding:0 5px;
}
#archive h2 {
	border-bottom: 1px solid silver;
	padding-bottom: 4px;
	font-size: 12px;
	margin-bottom: 3px;
	margin-top:20px;
}

#archive h2 img {
	margin-right: 3px;
}

#archive ul {
	list-style-type: square;
	margin: 0 10px;
	padding: 10px;
}

#archive ul li {
	margin-right: 20px;
}

#archive table{
	width: 100%;	
	border-collapse: collapse;
}

#archive table td, #archive table th{
	text-align:left;
}

#archive table td{
	text-align:left;
	border-bottom: 1px solid #D8D8D8;
	padding: 2px 0;
	vertical-align:top;
}

#archive .date{
	width: 85px;
}

#archive .comments{
	width: 70px;
	text-align: center;
}

#archive .rating{
	width: 70px;
	text-align: center;
}

/*----------------------------
				Search page
----------------------------*/

#searchpage{
	margin-bottom: 30px;
}

#searchpage input#q{
	width: 300px;
}

#searchpage input#comment{
	clear: both;
}

.searchresult{
	margin-bottom: 20px;
}

.searchresult a{
	font-weight: bold;
}

.searchresult span.text{
	clear: both;
	display: block;
	margin: 3px 0;
}

.searchresult span.type{
	display: block;
}

.searchresult span.url{
	color: Gray;
}

.searchpage h1
{
border-bottom:1px solid #CCCCCC;
display:block;
font-family:Verdana,"BitStream vera Sans";
font-size:16px;
margin-top:10px;
padding:0 5px;
}

.searchpage ul.paging{
 list-style-type: none;
 margin:0px;
 margin-bottom: 20px;
 padding:0px;
}

.searchpage ul.paging li{
 display: inline;
 border: 1px solid gray; 
 background: #f1f1f1;
 margin-right: 5px;
}

.searchpage ul.paging li a{
 padding: 5px 8px;
}

.searchpage ul.paging li.active{
 background: #f1f1f1;
 border: 1px solid black;
}

/*----------------------------
			Search on search
----------------------------*/

#searchonsearch {
	padding: 5px 10px;
	margin-bottom: 20px;
}

#searchonsearch h3 {
border-bottom:1px solid #CCCCCC;
display:block;
font-family:Verdana,"BitStream vera Sans";
font-size:16px;
margin-top:10px;
padding:0 5px;
}

#searchonsearch ol li {
	margin: 2px 0 0 50px;
}

/* EXTRA LINKS */
.blackLink:link
{
	color: black;
    text-decoration: none;
}
.blackLink:visited
{
	color: black;
    text-decoration: none;
}
.blackLink:hover
{
	color: black;
    text-decoration: none;
}
.whiteLink:link
{
	color: white;
    text-decoration: none;
}
.whiteLink:visited
{
	color: white;
    text-decoration: none;
}
.whiteLink:hover
{
	color: white;
    text-decoration: none;
}
.underlinedLink:link
{
	color: black;
    text-decoration: none;
}
.underlinedLink:visited
{
	color: black;
    text-decoration: none;
}
.underlinedLink:hover
{
	color: black;
    text-decoration: underline;
}
a#gotop {
	background:url(img/icons.gif) 0 -304px no-repeat;
	float:right;
	height:16px;
	line-height:18px;
	display:block;
	padding-left:16px;
	margin:5px 15px 0 0 !important;
	margin:5px 8px 0 0;
	text-decoration:none;
}

/* 
ABOUT PAGE
*/
#ctl00_cphBody_h1Title
{
    display: none;
}
#ctl00_cphBody_divText
{
	font-family: Verdana,Helvetica,Sans-serif; 
	font-size:1.1em;
}