/* tcbstyle1.css: style sheet for beckiuslaw.com */
/* copyright 2011 by Thomas C. Beckius */

body {
	font-family: Helvetica, Verdana, Arial, Sylfaen, san-serif;
	font-size: 15px;
	color: black;
	background-color: black;
	margin-top: 0;
	margin-left: 0;
	
}

a:link {
	color: #404070;
}
a:visited {
	color: #404070;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}

img {
	border: 0;
}

#masthead {
	background: navy url(../pictures/titlebar_text3.gif) no-repeat;
}

#navigation-top {
	background: gray url(../pictures/menubar_background.gif) repeat-x;
}

.activepage {
	font-size: 12px;
	font-weight: bold;
	color: #A0A0D0;
}

.underline{
	text-decoration: underline;
}

	#navlist-top {
		font-family: Helvetica, Verdana, Arial, Sylfaen, san-serif;
		font-weight: bold;
		font-size: 12px;
	}

#maingraphic {
}

#contactinfo {
	background: blue url(../pictures/addressbox_background.gif) no-repeat;
}

#maincontent {
	background: white;
}
	#maincontent h1 {
		font-family: Tahoma, Helvetica, Verdana, Arial, Sylfaen, san-serif;
		font-size: 1.5em;
		font-weight: normal;
		color: navy;
	}

	#maincontent .heading {
		font-family: Helvetica, Verdana, Arial, Sylfaen, san-serif;
		font-size: 1.25em;
		font-weight: normal;
	}

	#maincontent ul {
	}

	#maincontent li {
		list-style-type: none;
	}

		#maincontent-top { 
		}

			#maincontent-top-left {
			}

			#maincontent-top-middle {
			}

		#maincontent-center {
		}

			#maincontent-center-left {
				background: white url(../pictures/main_left_background.gif) repeat-y;
			}

			#maincontent-center-middle {
				font-family: Helvetica, Verdana, Arial, Sylfaen, san-serif;
				font-size: 15px;
				font-weight: normal;
				color: black;
			}


#bottom {
}

#subpage{

}

	#badbrowsermsg{
		font-family: Arial, Helvetica, Verdana, san-serif;
		font-size: 12px;
		color: white;
	}

	#disclaimer {
		font-family: Arial, Helvetica, Verdana, san-serif;
		font-size: 10px;
		color: white;
	}

	#subpage a:link{ color: white; }
	#subpage a:visited{ color: white; }
	#subpage a:hover{ color: #2B60DE; }
	#subpage a:active{ color: #2B60DE; }
	
	
	
	