/* The Corvette Veteran's Club Other Browsers*/
   
/*************************************************************

General website properties

**************************************************************/

body {
     background-color: #6bc4ff;
     font-family: arial;
     font-size: 12pt;
     }
p  {
     color: #0066FF;
         font-family: arial;
     font-size: 12pt;
     }
ol {
     color: #0066FF;
     font-family: arial;
     font-size: 12pt;
     } 
table {
     color: #0066FF;
     font-family: arial;
     font-size: 12pt;
     margin-left: 5px;
     }
form {
     color: #0066FF;
     font-family: arial;
     font-size: 12pt;
     }
/*************************************************************

Code to make the first letter of each paragraph bigger

**************************************************************/

p.first:first-letter {font-size: 12pt; font-style: italic;}

/*************************************************************

General hyperlink properties

**************************************************************/
a:link {color:  #fff3b6;}
   a:visited {color: #007930;}
   a:hover {color: #fff3b6; background: #87CEFA; text-decoration: underline;}   
  a:active {color: #FFFFFF; background: #87CEFA; text-decoration: none;}
/*************************************************************

Heading conditions

**************************************************************/
h2 {text-align: left; color:#fff3b6; font-size: 12pt}
h3 {color: #fff3b6; font-size: 10pt}

/*************************************************************

page divider properties

**************************************************************/

.container
{
width: 1024px;
}

.banner
{
height:42px;
margin-left: 190px;
}
.crumb {
       margin-left: 5px;
	width: 635px;
	border-top: 1px solid  #0066FF;
	border-bottom: 1px solid  #0066FF;
        text-align: left;
}

.crumb p {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-size: 10pt;
	color: #FFFFFF;
}
 
.crumb a {
	color: #FFFFFF;
	text-decoration: underline;
}

.crumb a:hover {
	color: #FFFFFF;
	background-color: #87CEFA;
	text-decoration: underline;
}

.crumb a:active {
	color:#FFFFFF;
}


.navigation
{
background-color: #6494dc;
float: left;
margin-left: 70px;
text-align: center;
width: 110px;
}

.main
{
margin-left: 190px;
margin-right: 70px;
float: none;
width: 640px;
text-align: left;
}


/****************************************************

Code to place footer a bit off the center of the page

*****************************************************/

.bottomnav{
border-top: 1px solid  #0066FF;
border-bottom: 1px solid  #0066FF;
clear: both; /**To display the footer below the main div in IE6.**/
margin-left: 190px;
margin-right: 70px;
width: 640px;
text-align: left;
}

/****************************************************

Code for the sub-section links activation 

*****************************************************/

#sublinks p {

font-size: 8pt;

}

#sublinks a {
	color: 	#FFFFFF;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: none;
	border-bottom: none;
	line-height: 33px;
	font-weight: normal;
	text-decoration: underline;
}

#sublinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #87CEFA;
}


#secondlevlinks {
	color:  #FFFFFF;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: none;
	border-bottom: none;
	line-height: 25px;
	font-size: 12pt;
}

#thirdlevlinks {
	color:  #FFFFFF;
	margin-left: 50px;
	font-size: 12pt;
}

#fourlevlinks {
	color:  #FFFFFF;
	margin-left: 50px;
	font-size: 12pt;
}

#conlevlinks {
	color:  #FFFFFF;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: none;
	border-bottom: none;
	line-height: 0px;
	font-size: 12pt;
}

/*************************************************************

Individual Page properties

**************************************************************/

p.site1  {color:  #0066FF; line-height: 0px;

}


