/* Most of this is working the way I expect it to. Some of it is not! - LCF */



/* Global Styles */

body {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px;
        MARGIN: 0px; COLOR: black; LINE-HEIGHT: 1.5em; PADDING-TOP: 0px;
        BACKGROUND-COLOR: #ffffcc; font family: "Comic Sans MS";
}


hr {
	align: center; width: 60%; color: #6b8e23; background-color: #6b8e23; height: 2px; border: 0px;
}


A {
}

A:link {
	color: #55198b; text-decoration: none;
}

A:visited {
	text-decoration: none;
}

A:hover {
	color: #E9AA27; text-decoration: underline;
}
A:active {
	text-decoration: none;
}

A.specialLink:link {
	color: #ffffcc; text-decoration: none;
}
A.specialLink:visited {
	text-decoration: none;
}
A.specialLink:hover {
	text-decoration: none;
}



/* h1 thru h4 redefined - added h4 3/6/09 -  h1 was 20- h2 and 3 were 14 */

h1 {
	font-size: 18px; font-family: "Comic Sans MS"; font-weight: normal; text-align: center; COLOR: #a52929; line-height: 1px; 
}

h2 {
	font-size: 12px; font-family: "Times New Roman"; font-weight: normal; text-align: center; COLOR: #6B8E23; line-height: 14px;
}

h3 {
	font-size: 12px; font-family: "Comic Sans MS"; font-weight: normal; text-align: center; COLOR: #a52929; line-height: 14px;
}
h4 {
	font-size: 20px; font-family: "Comic Sans MS"; font-weight: normal; text-align: center; COLOR: #ffffcc; line-height: 12px;
}
	



/* ID Styles   small menus was font-size: small*/

#smallmenus {
	text-align: center; font-family: "Comic Sans MS"; font-size: 12px;
	word-spacing: 0.5em; line-height: 20px; 
}
#dateformat {
	text-align: left; font-family: "Times New Roman";
	font-size: 12px; COLOR: #6B8E23; line-height: 1px;
}
#copyrightformat {
	text-align: center; font-family: "Times New Roman";
	COLOR: #6B8E23; font-size: 9px; 
}

#textinbox { 
	font-family: "Times New Roman";	color: #000000; font-size: 16px; line-height: 15px;	
}

#mainmenu {
	font-family: "Comic Sans MS"; font-size: 16px;
}

#homeintro { 
	font-family: "Times New Roman";	color: #a52929; font-size: 16px; line-height: 20px;	
}
/* Class Styles */

span.signature {
	font-size:40px; font-family:'Kunstler Script','Brush Script MT','Lucida Handwriting',cursive;
	border:0;
	padding-left:0px;
	padding-right:0px;
	color: 6B8E23; line-height: 30px;
}
span.caption {
	font-size:12px; font-family: "Comic Sans MS";
	border:0;
	padding-left:30px;
	padding-right:0px;
	color: #a52929;
}
span.radio {
	align: left;
	text-align: left;
	font-size:15px; font-family:"Times New Roman";
	border:0;
	padding-left:0px;
	padding-right:0px;
	color: #a52929;
}
span.radiobox {
	line-height: 16px;
	font-size:14px; font-family:"Times New Roman";
	border:0;
	padding-left:0px;
	padding-right:0px;
	color: #000000;
}

/*text on feature pages */

span.title12 {
	line-height: 14px;
	color: #a52929;
	font-family: "Arial"; 
	font-weight: bold;
	font-size: 12px;
}
span.body11 {
	line-height: 14px;
	color: #000000;
	font-family: "Arial"; 
	font-weight: normal;
	font-size: 12px;
		
}

/* Text on copywriting/editing page */
span.copypage {
	line-height: 13px;
	color: #000000;
	font-family: "Times New Roman";
	font-weight: normal;
	font-size: 12px;
}

/* Bio page */

div#biobox   { 
   font-family: "Times New Roman";	color: #000000; font-size: 14px; line-height: 17px;
}

/* to preload images */
.preloadimage {
   display: visible; 
}


/* 3/08/09 - Added this to superimpose text on graphic on Contact page, using style sheet. BUT, after
enclosing in table, it made the main menu only work sporadically. So, not using this for now. The concept
may be useful later somewhere else.

div#contactphoto {
    	background-image: url(Assets/CorkResized.jpg);
    	background-repeat: no-repeat;
    	height: 185px;
    	width: 128px;
}

div#contacttext {
		font-color: #6B8E23;
    	position: relative;
    	height: auto;
    	width: auto;
    	left: 38px;
    	top: 55px;
		font-family: "Comic Sans MS";
} */




