/***********************************************/
/* VMCC_frameset.css                            */
/* Use with template VMCC_index.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/* Note:  When using this stylesheet, the body 
 block controls all fonts within the body section.
 This means that within the frameset, each html document
 that makes up the frame and uses this stylesheet, will 
 attribute the body styles defined within this body section.
 */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color:	#660099;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover {
	color: #660099;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 90%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}
/* Sets the font size and color for all h3 elements */
h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 90%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 80%;
 color: #334d55;
}

ul{
 list-style-type: square;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
    color:	#CC0000 ;
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #F8DD81;
	background-color: #F8DD81;
	width: 100%;
}
#content{
	margin: 0;
	padding: 0 3% 0 0;

}
/************** #masthead link styles *******/
#masthead h3{
	padding: 10px 0px 2px 10px;
	border: none;
}


.headerTitle{ 
   font-size: 20pt;
   font-weight:bold
}
/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

.tableLinks{
	border: none;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	width: 100%
	font-size: 80%;
	background-color: #CCCCCC;
	background-repeat: repeat;
}

.tableCells{
   font-size: 70%;
   font-weight:bold
}
.emaillinks{
   font-size: 50%;
   font-weight:bold
}