/*
	NCCG default CSS.  This is repository code saved and propagated by Ctrl-R to all Webs in the file
	C:\Documents and Settings\dgbethany\My Documents\Repository\RepositoryFiles.txt. An entry for all
	new Web pages must be added to this file.
*/


/*
	Establish the preferred font family for body copy, base font size, line height and leading, so as
	to establish a font size of around 15px, with 3 pixels of leading, in most major browsers set to 
	a medium text size.
*/
p {
	font: 15px/1.4 Georgia, "New Century Schoolbook", Times, "Times New Roman", serif;
	margin-left: 1em;
	margin-right: 1em;
   text-align: left;
	}
p.normal {
	margin-top: 7px;
	margin-bottom: 7px;
	}
p.center {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	}
p.centerBold {
	text-align: center;
	font-weight: bold;
	}
p.right { text-align: right; }
p.large { font-size: large; }

/*
	Set header attributes:
*/
h1, h2, h3, h4, h5, h6 { 
	font-weight: bold;
	font: 23px/1.4 Helvetica, Univers, Arial, "Trebuchet MS", sans-serif;
	text-align: left;
	margin-left: 1em;
	}
h2 { font-size: 1.3em; }
h3 { font: 15px/1.4 Helvetica, Univers, Arial, "Trebuchet MS", sans-serif; }
h4 { font: 15px/1.4 Helvetica, Univers, Arial, "Trebuchet MS", sans-serif; }
h5 {
	font: 15px/1.4 Helvetica, Univers, Arial, "Trebuchet MS", sans-serif;
	font-size: large;
	padding: 1px 0 1px 0;
	border-top: 1px solid red;
	text-align: left;
	background-color: #E4E4E4;
	}

/*
	Exceptions to our line spacing conventions:
*/
	h1.close, h2.close, h3.close, h4.close, h5.close { line-height: 100%; }
	h1.closer, h2.closer, h3.closer, h4.closer, h5.closer { line-height: 80%; }
	h1.closest, h2.closest, h3.closest, h4.closest, h5.closest { line-height: 0; }
	h1.closest, h2.touching, h3.touching, h4.touching, h5.touching { line-height: -20%; }

/*
	Image appearance:
*/
bottom { vertical-align: bottom; }
firstNavigationTab {
	vertical-align: bottom;
	float: left;
	margin-left: 40px;
	}
otherNavigationTab {
	vertical-align: bottom;
	float: left;
	}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
.left {
	position: relative;
	float: left;
	margin: 0 1em 0 1em;  /* Left image spacing same as paragraph spacing */
	}
.right {
	position: relative;
	float: right;
	margin: 0 1em 0 1em; /* Right image spacing same as paragraph spacing */
	}

/*
	Link appearance:
*/
a:link { color: navy; }
a:visited { color: gray; }
a:hover { color: red; }
a:active { color: yellow; }

/*
	Conventions for boxes and buttons:
*/
input[type="text"], input[type="password"] {
	color: #F5F6BE;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
input[type="radio"] {
	margin: 0;
	padding: 0;
	}
input[type="checkbox"] {
	margin: 0;
	padding: 0;
	} 

/*
	Miscellany:
*/
*.Verdana {
	font-family: Verdana, sans-serif;
	font-size: small;
	}
label {
	width: 4em;
	float: left;
	text-align: right;
	margin: 0 1em 10px 0;
	clear: both;
	}
.input-box {
	color: #000000;
	background: #F5F6BE;
	border: #2266AA solid 1px;
	margin-bottom: 10px;
	}
.password-box {
	color: #000000;
	background: #F5F6BE;
	border: #2266AA solid 1px;
	margin-bottom: 10px;
	}
.submit-button {
	margin-left: 5em;
	clear: both
	}

/*
	Enumerations and ornamentation:
*/
.textWhite { color: #FFFFFF; }
.highlight { font-weight: bold; background-color: yellow; }
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.boldItalic { font-style: italic; font-weight: bold; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }
.closest { line-height: 0; }
.lowered5Px { 	border-top: 5px solid white; }
.legalese {
	font-size: 85%;
	font-family: Helvetica, Univers, Arial, "Trebuchet MS", sans-serif;
	}
.lDropcap {
	float: left;
	color: #FF0000;
	font-size: 100px;
	line-height: 40px;
	padding-top: 18px;
	font-family: Georgia, Times, serif;
	}
.rDropCap {
	color: #FF0000;
	font-size: 20px;
	line-height: 10px;
	padding-top: 8px;
	font-family: Georgia, Times, serif;
	}
.threePxWhiteRule {
	color: #FFF;
	background-color: #FFF;
	height: 3px;
	border: 0;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
.head {
	width: 760px;
	padding: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
	color: white;
	background-color: black;
	}
.subHead {
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px;
	color: white;
	background-color: red;
	}

