 /* html style to force vertical scroll bar */
 
html{
	height: 100%;
	margin-bottom: 1px;
}


/* main body formatting */ 
body {
	margin: 0px;
	padding: 0px;
}

body, table, td, th {
	background-color: #FFFAF0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

a:link {
	color: rgb(139,69,19);
	text-decoration: none;
}

a:visited {
	color: rgb(119,136,153);
	text-decoration: none;
}

a:hover {
	color: rgb(139,69,19);
	text-decoration: underline;
}

a:active {
	color: rgb(139,69,19);
	text-decoration: underline;
}
/*end main body formatting*/

/*header formatting*/
.header {
	padding-top: 30px;
	padding-left: 15px;
	padding-bottom: 0px;
	background-color: rgb(95,158,160);
	color: black;
	font-size: 24px;
	font-weight: bold;
}

.header a:link{
	color: black;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.header a:visited{
	color: black;
	text-decoration: none;
	font-size: 24px;
	font-weight: bold;
}

.header a:hover{
	color: black;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}

.header a:active{
	color: black;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
}
/*end header formatting*/

/*brown navigation bar formatting*/
.navbar{
	background-color: brown;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	color: rgb(210,210,210);
	font-size: 12px;
	font-weight: bold;
}

.navbar a:link{
	color: rgb(210,210,210);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.navbar a:visited{
	color: rgb(210,210,210);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.navbar a:hover{
	color: rgb(210,210,210);
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.navbar a:active{
	color: rgb(210,210,210);
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
/*end brown navigation bar formatting*/

/*navigation list on left side for robtompkins.com*/
.ltnavcol {
	background-color: rgb(210,180,140);
	color: rgb(235,235,235);
	padding-left: 30px;
	padding-right:30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:16px;
	font-weight: bold;
}

.ltnavcol a:link{
	color: rgb(235,235,235);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.ltnavcol a:visited{
	color: rgb(235,235,235);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.ltnavcol a:hover{
	color: rgb(235,235,235);
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}

.ltnavcol a:active{
	color: rgb(235,235,235);
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
/*end navigation list formatting for robtompkins.com*/

/*standard writing template inside the navigation*/
.mainbdy {
	color: black;
	padding-left: 30px;
	padding-right:30px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:14px;
}

.mainbdy a:link, a:visited{
	color: brown;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.mainbdy a:hover, a:active{
	color: brown;
	text-decoration: underline;
	font-size: 16px;
	font-weight: bold;
}
/*end standard template*/

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 { font-size: 28px; margin-bottom:36px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; } 

p{
	font-size: 14px;
}

