/* 
 *  screen.css 
 *   
 *  Author: Karen Gordon
 * 
 * 
 */ 

body { 
	font-family				:Verdana, Geneva, Arial, helvetica, sans-serif;
  	color:#FFFFFF;
	font-size					:12px;
	line-height				:normal;
	background-image	:url(images/metal005.jpg);
	text-align: left;
}

table.linkpage {
	font-size				:12px;
	margin-left			:auto;
	margin-right		:auto;
	border					:thin;
	border					:dashed;
	/* light brown #CC9966 */
	border-color		:#FFFFFF;
}
			
table.mainpage { 
	font-size			:12px;
	width					:75%;
	margin				:1em, auto, 2em;
}

td.officers { 
	border							:#000000;
	border-bottom-style	:dashed;
	border-bottom-width	:thin;
}

table.master {
	width					:auto;
	border-color	:#959595;
	border-style	:solid;
	border				:thin;
	margin				:auto;
}

.links {
	margin				:1em, auto, 2em;
}

th { 
	font-size				:24px;
	font-weight			:bold; 
color:#F8a200;
	line-height			:normal; 
	text-align			:center; 
}	
	
td { 
	font-size				:14px; 
	color:#FFFFFF;
	line-height			:normal; 
	text-decoration	:none; 
	text-align			:center; 
	vertical-align:text-top;
}

.hpadding { 
	color					:#483d8b; 
	font-weight		:bolder; 
	font-size			:12px; 
	font-family		:Verdana, Geneva, Arial, helvetica, sans-serif; 
	padding				:0px 10px 
}

.textpadding { 
	color					:#000000; 
	font-size			:14px; 
	line-height		:font-family:Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin				:0px; 
	padding				:0px 10px 
}

h1 { 
	color						:#FFFFFF;
	font-size				:16px; 
	line-height			:18px; 
	font-family			:Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin					:1em, auto, 1em; 
}

h2 { 
	color						:#FFFFFF;
	font-size				:14px; 
	line-height			:16px; 
	font-family			:Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin					:1em, auto, 1em; 
}

h3 { 
	color						:#FFFFFF; 
	font-size				:12pxm; 
	line-height			:14px; 
	font-family			:Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin					:1em, auto, 1em; 
}

h4 { 
	color						:#FFFFFF; 
	font-style			:normal; 
	font-weight			:lighter; 
	font-size				:10px; 
	line-height			:12px; 
	font-family			:Verdana, Geneva, Arial, helvetica, sans-serif; 
	margin					:1em, auto, 1em; 
}


/* CHANGES TO THE WAY LINKS LOOK HERE */
a { 
	color:#F8a200;
	font-weight				:bold; 
	font-family				:Verdana, Geneva, Arial, helvetica, sans-serif; 
	text-decoration		:underline;
}
	
a:link {
	color:#F8a200;
	text-decoration		:underline;
}

a:visited {
	color:#AB754E;
	text-decoration		:underline;
}

a:hover {
	color:#FF3300;
	text-decoration		:underline;
}

a:active {
	color:#CC9900;
	text-decoration		:underline;
}

/* side links parameters */
div#links {
    float          	:right;
		width						:20%;
    padding       	:1em;
    font-size       :14px;
		margin					:1em, auto, 2em;
}

/* main page body parameters*/
div#main {
	background-image	:url(images/metal005.jpg); 
  padding         	:1em;
	margin						:1em, auto, 2em;
	width							:auto;
}

/* header page body parameters*/
div#header {
	background-image	:url(images/metal005.jpg); 
  padding        		:1em;
	margin						:1em, auto, 2em;
	width							:auto;
}

/* calendar table parameters*/

table.calendar {
	background:#FFFFFF;
	text-align			:center;
	font-size				:12px;
	width					:auto;
	border				:thin;
	border-style		:inset;
	border-color    	:#000000;
}

table.calevents {
	background:#FFFFFF;
	text-align			:center;
	font-size				:12px;
	width					:90%;
	border				:thin;
	border-style		:inset;
	border-color:#666666;
}

th.calhead {
	background		:#333333;
	vertical-align		:middle;	
	color					:#FFFFFF;
	border-bottom	:thin;
	border-color		:#666666;
	border-style		:solid;
	border-width		:thin;
	text-align			:center;
	font-size				:16px;
	font-weight		:bold;
}

th.caldate {
	background		:#666666;
	font-size				:14px;
	text-align			:center;
	color					:#FFFFFF;
	border-color		:#666666;
	border-width		:thin;
	border-style		:solid;
}

td.calday {
	color:#000000;
	width:14%;
	border-color		:#666666;
	border-width		:thin;
	border-style		:solid;

}

p.calendar {
color:#FFFFFF;
}