/* General Styles */

a {
	color: #032A4C;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #C0C0C0;
	text-decoration: none;
}

a:active, a:focus {
	color: #FF0000;
	text-decoration: none;
	outline: red dotted thin;
}

h1 
{
    margin: 0 0 0.769em;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0.308em;
	background-color: #DEE3EA;
	font-weight: bold;
}

acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}

a acronym, a abbr {
	border-bottom: 1px dotted #5d3a8a;
}

h1 acronym, h1 abbr {
	border-bottom: 1px dotted #009999;
}

p {
	font-size: 1.3em;
	line-height: 1.4em;
	padding: 0 0.308em;
	margin: 0.769em 0;
}

.note
{
    color: Red;
}

strong, strong em {
	font-weight: bold;
}

em, em strong {
	font-style: italic;
}

ul li, ol ul li {
	list-style: url("/SBCCD/SBVC/Images/siteimages/bullet-char.gif") disc outside;
}

ol li, ul ol li {
	list-style: decimal outside;
}

ul, ol {
	font-size: 1.3em;
	line-height: 1.4em;
	margin: .769em 0;
	padding: 0 2em;
	overflow: auto;
}

li p,
li input, li select, li textarea, li label
{
	font-size: 1em;
}

ul li, ol li {
	margin: 0.5em 0;
	line-height: 1.4em;
}

ul ul, ul ol,
ol ol, ol ul {
	font-size: 1em;
	margin: 0.230em 0;
}

table {
	border-collapse: collapse;
	font-size: 1.3em;
	border: 1px solid #5d3a8a;
	margin: .833em auto;
}

table table,
table input, table select, table textarea, table label,
table p, table ul
{
    font-size: 1em;
}

caption {
	text-align: center;
	margin: 0 auto;
	padding: .3em;
	font-weight: bold;
	color: #009999;
}

th {
	font-weight: bold;
	color: #009999;
	padding: .3em;
	text-align: center;
	border: 1px solid #5d3a8a;
}


td {
	padding: .3em;
	border: 1px solid #5d3a8a;
}

label {
   font-weight: bold;
   font-size: 1.2em;
}

input, select, textarea {
   font-size: 1.2em;
}

p input, p select, p textarea {
   font-size: 1em;
}

/* End General Styles */
