/* style sheet for Dr Tobin. h1-4 defined by previous designer. KP to add classes, see comment below */

html {text-align: left;}


/* reordered link psuedo classes, lvha, was lvah and hover didn't work. */
a:link {
text-decoration: underline;
color: #333300; }

a:visited {
color: #666633; }

a:hover {
color: #ffffff;
text-decoration: underline;
background-color: #666633; }

a:active {
text-decoration: none;
background-color: #ffffff;
color: #99cccc; }

h1 {
font-weight: bold;
font-size: 130%;
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-style: normal;
font-stretch: condensed;
margin-top: auto;
color: #cccc99;
margin-bottom: 0px;
padding-left: 6px;
}

/* ie 8 hack for image links so they don't 'jump' on hover */
img {vertical-align: bottom;}

h1.h1-top {line-height: 95%; 
}
h1.brown {margin-left: 0px; padding-left: 0px;}

h2 {
font-weight: bold;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 120%;
color: #cccc99;
 }

h3 {
font-weight: bold;
font-size: 110%;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #000000;
font-style: italic;
font-stretch: expanded;
margin-top: 1em;
margin-bottom: 0em;
 }

h4 {
font-weight: bold;
font-size: 100%;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #333300;
}

body {
font-size: 1em;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #333300;
background-color: #CCCC99;
text-align: left;}

hr {
background-color: #0000;
color: #333300; }

table.blue {
border: 2px #333300 inset; }

table tr td {text-align: left; }


.navbar {
font-family: Verdana, Helvetica, Arial, sans-serif;
text-align: left;
font-weight: bold;
font-size: 80%;
font-style: oblique;
font-stretch: condensed;
color: #333300;
border: 4px #333300 ridge;
line-height: 1.2em;
text-decoration: none;
background-color: #999966; 

}

#navbardiv {width: 200px;
	background-color: #999966; 
	font-size: 80%;
	font-weight: bold;
	font-style: oblique;
	font-stretch: condensed;
	line-height: 120%;
	
	border: 4px #333300 ridge;
	padding: 5px 10px 5px 0;
}

#navbardiv ul {margin-left: -5px;
					}


#navbardiv ul li {margin-bottom: 15px;
					}


.pictureright { width: 180px;
						height: 160px;
						border: 1px #666666 solid;
						text-align: center;
						font-size: 80%;
						font-weight: bold;
						margin-right: 20px;
						float: right;
						}

.special {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: .95em;
font-style: oblique;
font-stretch: condensed;
color: #333300;
border: 2px #333300 ridge;
line-height: 1.2em;
text-decoration: none;
background-color: #999966;
}

.nav {
border-top: 4px #cccc99 solid;
border-bottom: 4px #cccc99 solid;
border-right: 4px #cccc99 solid; }

.footer {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 80%;
font-stretch: semi-expanded;
text-align: center;
background-color: #999966;
border: 4px #333300 ridge; }

.form {
color: #ffffff;
font-weight: bold;
font-size: 80%;
}

.footnav {
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 80%;
font-stretch: semi-expanded; }

/* KP added styles below */

/* teal bg pull out box for announcements color from logo */
.boxed1 { 
 			background-color: #bcdde2;
			padding: 5px;
			margin: 0 auto;
			text-align: center;
			
}




.big { font-size: 110%;  }
.bigger { font-size: 120%;  }
.biggest { font-size: 130%;  }
.small { font-size: 92%;  }
.smaller { font-size: 86%;  }
.smallest { font-size: 78%;  }




.small { font-size: 90%; }
.smaller { font-size: 82%; }
.smallest { font-size: 77%; }
.small95 { font-size: 95%; }
.small90  { font-size: 90%; }
.small85 { font-size: 85%; }
.small80  { font-size: 80%; }
.small75 { font-size: 75%; }
.small70 { font-size: 70%; }
.small65 { font-size: 65%; }
.small60 { font-size: 60%; }

.big { font-size: 110%; }
.bigger { font-size: 120%; }
.biggest {font-size: 130%; }
.big110 { font-size: 110%; }
.big115 { font-size: 115%; }
.big120 { font-size: 120%; }
.big125 { font-size: 125%; }
.big130 {font-size: 130%; }
.big135 {font-size: 135%; }
.big140 {font-size: 140%; }
.big145 {font-size: 145%; }
.big150 {font-size: 150%; }
.big155 {font-size: 155%; }




.bold { font-weight: bold; }
.lighter	 { font-weight: lighter; }
.normal	 { font-weight: normal; }
.underline { text-decoration: underline;}
.blink     {text-decoration: blink;}
.line-through  {text-decoration: line-through;}
.italic {font-style: italic;}


.red {color: #990000;}
.redred {color: #ff0000;}
.brown { color: #333300; }
.black { color: #000000; }
