/****************************************
 * Web Template with Two-line Unit Signature Banner
 * Main CSS Rules
 ****************************************/
 
/*
	The purpose of this stylesheet is to control the layout and formatting
	of pages throughout the website. Place rules that apply to all pages and 
	all web browsers in this stylesheet. To provide Internet Explorer v5.x 
	on Windows with special rules, see hacks/ie5win.css. To provide Internet 
	Explorer v5.x on Macintosh with special rules, see hacks/ie5mac.css.
*/
 
/****************************************
 * General Formatting
 ****************************************/
/* 
	The following rule sets up default global properties, such as
	font family and color, page margin and padding, and the 
	background color of the footer.
	
	Note the font-size declaration. Its purpose is to reset the 
	default font size to 10px instead of 16px, allowing font sizes to 
	be specified in ems throughout the stylesheet (1.0em = 10px, 
	1.3em = 13px, etc.). It is important to specify font sizes in ems 
	instead of pixels, because IE/Win does not allow text to be resized
	by the user if it is specified in pixels.	
*/ 

body {
 	margin: 0;
	padding: 0;
	font-family: verdana, arial, georgia;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	color: #FFF;
	
	
	background:#000 url(../images/bg1.jpg);   /* replace with black and white gradient */
	background-repeat: repeat-x;
	background-position: center top;  

	
 	}

 

/****************************************
 * Header
 ****************************************/
 
/* 
	Section Title 
	-------------------------
	The following rules control the formatting of the section title, including
	padding, font family, size, weight, color.
*/
 
#identity {
	float: left;
	width: 100%;
	padding: 0;
	margin-top:15px;
	}
 
#identity h1 {
	margin: 0 auto;
	width: 960px;
	background:url(../images/content_bkgd.png);
	} 


#welcome {
	float: left;
	width: 100%;
	padding: 0;

	}
 
#welcome .content {
	margin: 0 auto;
	width: 960px;
	background:url(../images/content_bkgd.png);
	} 
	
#welcome .highlight {
	background:#7b9500;
	width:874px;
	padding:15px 40px 0 40px;
	
}

#title {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:20px;
	position: absolute;
	top: 70px;
	left: 50%;
	margin-left: -247px;	
	color:#385416;
	width:100%;
}

#welcome .topNav {
	font-size:1.1em;
	color:#FFF;
	padding:10px;	
}

#welcome .fadeshow {        /* actual images are done in div fadeshow1, fadeshow2, etc.... */
	float:left;
	margin-right:10px;
}

#welcome .rightText {
	background:url(../images/headerNCWSS.gif) no-repeat bottom right;
	margin:0;
	color:#333;
	padding:10px 20px 0 20px;
	font-size:1.2em;
	line-height:1.4em;
	text-align:justify;
	height:241px;
}

#welcome h2 {
	font-family:"Times New Roman", Times, serif;

}
.blueLink{}
a:link.blueLink     {color: #366fbe; text-decoration: none}
a:visited.blueLink  {color: #366fbe; text-decoration: none}
a:hover.blueLink    {color: #366fbe; text-decoration:underline}

#welcome .navLink{}
#welcome a:link.navLink     {color: #fff; text-decoration: none}
#welcome a:visited.navLink  {color: #fff; text-decoration: none}
#welcome a:hover.navLink    {color: #fff; text-decoration:underline;}



		
/*
	Main Navigation 
	-------------------------
	The following rules control the appearance of the main navigation links.
	These links are displayed in a horizontal band with a gray background. 
	Main navigation should appear on every page of a site.
	per request - light blue: #a7ccec, medium blue: #84a8c7
	or greenish.... #7C9673;
	gradient45514125.png - is a gradient of 88bb99 & 88bb88 from http://www.grsites.com/
*/

#header {
	float: left;
	width: 100%;
	margin:0;
	padding:0;
}

.menubar {
  	width: 960px;
	margin: 0 auto;
	padding:0; 
	border:0;
	background:url(../images/content_bkgd.png);
}

/* top Navigation Bar, overwrite this with the real menu bar */
.menubarNavWithShadow {
	width:954px;
	height:50px; 
	background:#7b9500 url(../images/topshadow.png); background-position:bottom; background-repeat:repeat-x;
	border-collapse:collapse;
	border:none;

}
/* Section Nav Bar, overwrite this with the real menu bar */
.menubarSecWithShadow {
	width:952px;
	height:35px; 
	background:#004c26 url(../images/btshadow.png); background-position:top; background-repeat:repeat-x;
}



.menubar tr td {
	border:0;
	margin:0;
}

	
#navigation {
  	width: 960px;
	margin: 0 auto;
	}
	
#navigation ul {
	float: left;
	margin: 0;
	padding: 0;
    /*border-left: 1px solid #fff; */
	width: 960px;
	font-size: 1em;
	background: url(../00Images/nav.jpg);
	}
	
#navigation li {
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	}
	
#navigation a {
	float: left;
	padding: 7px 18px 7px 18px;
	border: none;
	/*border-right: 1px solid #fff;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #fff; 
	text-decoration: none;
	}
	
#navigation a:hover {
	background: #a6a69d;   
/*	background: #84a8c7;  */
 
	}

/****************************************
 * Content Sections
 ****************************************/
/*
	The following set of rules controls the most general layout elements 
	used throughout the templates. Every page must have these elements, 
	with the exception of #section-navigation and #secondary, which are 
	only required on two-column pages.
	
	The #wrap element is used to apply the beige background color to the
	main body of the page. #content is used to specify that the page is 
	740px wide and centered. #main and #secondary are the right and left
	vertical columns of content, respectively (one-column pages only use
	#main, which occupies the entire width).
*/
#wrap {
	float: left;
	width: 100%;
	}
 
#content {
	margin: 0 auto;
	width: 960px;
	/*background:#FFF;*/

	}
	
#main {
	/*float: right;*/
	margin-top:0;
	padding-top: 0px; 
	padding-right: 10px;  
	padding-bottom: 0px; 
	padding-left: 10px; 
	width:940px;
	border-left:#CCC 1px solid;
	/* this is the content with a right shadow */
	background:url(../images/content_bkgd.png);
	/* background:#FFF; */
	
	}
	
 
/****************************************
 * Text Styles
 ****************************************/
/*
	The following rules control the appearance of the various textual elements
	that constitute the contents of a page, including font sizes, colors, and weights, 
	line spacing, margins, bullets, and borders. 
	
	For detailed examples, see the one-column and two-column templates.	
*/

/* first item on the page gets no top margin */
.first {
	margin-top: 0;
	}
 
/* 
	Headlines 
	-------------------------
	Headlines introduce sections of text, and they should be used in a 
	way that consistently represents the heirarchy of information on a page.
*/
h1 {
	margin: 0 0 15px 0;
	color:#385416;
	line-height:normal;
	font-size: 2.3em;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	}
 
 
h2 {
	margin: 0 0 15px 0;
	font-size: 2.2em;
	line-height:normal;
	font-weight: bold;
	color:#385416;
	font-family:"Times New Roman", Times, serif;
	}
	
h3 {
	margin: 0 0 20px 0;
	font-size: 1.8em;
	line-height: normal;
	font-weight: bold;
	color:#385416;
	font-family:"Times New Roman", Times, serif;
	}
	
h4 {
	margin: 15px 0 3px 0;
	font-size: 1.3em;
	font-weight: bold;
	color:#385416;
	}
	
/* 
	Text
	-------------------------
	Paragraphs of text, extended quotations, and captions
	Changed paragraph text to smaller size (1.2) per request 
*/

p {
	/*margin: 0 0 15px 0;
	font-size: 1.3em;
	line-height: 1.4em;*/
	font-size: 1.3em;
	line-height: 1.4em;
	text-align:left;
	}
	
blockquote {
	margin: 0 30px;
	}
	
/* captions */
	
.caption {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666;
	}
	
/* 
	Lists 
	-------------------------
	Unordered lists (ul) represent a sequence of items in no particular
	order. They are displayed with a square bullet to the left of each 
	list item (li).
	
	Ordered lists (ol) represent an ordered sequence of items. They are 
	displayed with a number to the left of each list item (li).
	
	Definition lists (dl) represent a set of terms (dt) and definitions (dd).
	Each term should be followed by one or more definitions. Definition lists
	are very useful for marking up a series of links, each of which has an
	explanatory passage of text.

*/
	
ul, ol {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.3em;
	/* text-align:justify; */
	}
	
ul ul, ul ol, ol ol, ol ul {
	font-size: 1.0em;
	}
	
ul li {
	/* float:none; */
	margin: 5px 0;
	padding: 0 0 0 30px;
	line-height:1.4em;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 18px 0.55em;
	}
 
ol li {
	/* float:none; */
	margin: 5px 0 5px 30px;
	}
 
dl {
	margin: 0 0 15px 0;
	line-height: 1.4em;
	}
	
dt {
	margin: 0 0 3px 0;
	font-size: 1.2em;
	font-weight: bold;
	}
	
dd {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	}
	
/* 
	Links 
	-------------------------
	Links are displayed as dark red text. The underline is replaced by a 
	lighter bottom border. Visited links have less contrast than unvisited 
	links. Both visited and unvisited links turn bright red when moused over,
	and they return to their normal state when selected. 
*/

.ql a{color: #b31b1b;text-decoration: none; border:none}
.ql a:hover{color: #F00; text-decoration:underline}



a {
	border: none;
	color: #b31b1b;  
	text-decoration: none;
	}
	
a:visited {
	}
	
a:hover {
	color: #f00;
	/*border-color: #f00;*/
	text-decoration:underline;
	}
	
a:active {
	}
	

/****************************************
 * Images
 ****************************************/
/*
	The following set of rules controls the appearance of images.
	
	Examples of large photos, small photos, photo captions, and secondary
	photos can all be found in the two-column template. Examples of 
	thumbnails can be found in the hub and photo gallery templates.
*/
img {
	border: 0;
	}
 
/* 
	Large photos 
	-------------------------
	Large photos occupy the entire width of the main column of a two-column
	page. Text does not wrap around a large photo.
*/
 
.main-photo-large {
	margin: 20px 0;
	width: 510px;
	}
	
/* 
	Small photos 
	-------------------------
	Small photos are aligned with the right edge of the page, and text wraps 
	around them to the left.
*/

.main-photo-small {
	margin: 5px 0 15px 25px;
	width: 210px;
	float: right;
	}
	
.main-photo-medium {
	margin: 5px 0 15px 25px;
	width: 280px;
	float: right;
	}
	
/* 
	Photo captions 
	-------------------------
	Both large photos and small photos can have captions, which are displayed
	with a white background.
*/
	
.main-photo-large .caption, .main-photo-small .caption, main-photo-medium .caption {
	margin: 0;
	padding: 5px 10px 8px 10px;
	background: #fff;
	}
	
/* 
	Secondary photos 
	-------------------------
	Secondary photos occupy the entire width of the secondary column (left sidebar) 
	of a two-column page. Secondary photos should not be placed within 
	.secondary-section divs.
*/

.secondary-photo {
	margin: 0 0 50px 0;
	}

#secondary .secondary-photo .caption {
	margin: 10px 15px 0 15px;
	}
	
/* 
	Thumbnails (dropshadows) 
	-------------------------
	Thumbnails, which are required on the hub template and the photo gallery template
	(and can be used anywhere throughout the site) are square (100x100px) images that
	have a soft shadow. The shadow subtly lifts the thumbnail to the foreground.
	
	Thumbnails are given some padding to make room for the shadow background image.
	They are then repositioned to where they would have been displayed without the 

	shadow and padding. This allows the thumbnail class to be used without concern 
	for accomodating the dimensions of the shadow image.
*/
 
.thumbnail {
	position: relative;
	
	/* padding makes room for the dropshadow, but offsets the image */
	padding: 6px 9px 9px 6px;
	background: url(../images/layout/shadow_tn.gif) no-repeat top left;
	
	/* position and margin fix the offset */
	top: -6px;
	left: -6px;
	margin: 0 0 -15px 0;
	}
 
/****************************************
 * Tables
 ****************************************/
/*
	The following rules control the appearance of tables, which are used only
	for tabular data. To create the appearance of alternating stripes of 
	background colors on rows of data, use the .row1 and .row2 classes on 
	<tr> elements.
	
	For a detailed example of how to mark up a table, see the 
	one-column or two-column template.
*/

table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	}
	
table {
	margin: 0;
	border-collapse:collapse;

	}
	
th {
	padding: 0 15px 5px 15px;
	font-weight: normal;
	text-align: left;
	color: #888;
	}
	
td, tbody th {
	padding: 8px 7px;
	/*border-top: 1px solid #e7e7e7;*/
	border:none;
	font-size: 1.1em;
	line-height: 1.3em;
	}
	
tbody th {
	font-weight: bold;
	color: #222;
	text-align: right;
	}
	
.row1, .row1 td, .row1 th {
	background: #fff;
	} 
	
.row2, .row2 td, .row2 th {
	background: #fafaf7;
	}
	
tfoot td {
	font-weight: bold;
	}

caption {
	margin: 0 0 15px 0;
	text-align: left;
	color: #888;
	font-size: 1.1em;
	}
	 

	 
/****************************************
 * Forms
 ****************************************/
/*
	The following rules control the appearance of forms.
	
	Related sections of form inputs should be organized in fieldsets. 
	Each fieldset should contain a series of .form-pair divs. Each
	.form-pair should contain a .form-item div and a .form-value div. The 
	.form-item should contain a <label> for the <input> or <select> 
	found in the .form-value.
	
	For a detailed example of how to mark up a form, see the 
	one-column or two-column template.
*/
form {
	
	font-size:1.2em;
	
	}
	
fieldset {
	float: left;
	margin: 0;
	padding: 10px 0 15px 0;
	width: 510px;
	border: none;
	border-top: 1px solid #e7e7e7;
	}
		
form h3 {
	margin: 0 15px 5px 15px;
	}		
	
	
.form-pair {
	display: inline;	/* prevent ie6/win from doubling margins */
	float: left;
	margin: 5px 15px 0 15px;
	width: 480px;
	}
	
.form-item {
	float: left;
	margin-top: 5px;
	width: 165px;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: right;
	}	
	
.form-value {
	float: right;
	margin-top: 5px;
	width: 300px;
	font-size: 1.1em;
	line-height: 1.5em;
	}

.checklist {
	margin: 0;
	font-size: 1em;
	}

.checklist li {
	margin: 0 0 5px 0;
	padding: 0;
	background: none;
	}
	
.input-text, select, textarea {
	font-family: verdana, arial, georgia;
	font-size: 1em;
	}

.form-submit {
	border-top: none;
	background: #dbdbd2;
	}
	
.form-submit-buttons {
	text-align: right;
	padding-right: 15px;
	}
	
.form-submit-buttons .input-reset {
	margin-right: 5px;
	}
	
.input-submit, .input-reset {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.3em;
	}
	
.input-submit {
	font-weight: bold;
	}
 

/* 
	Introductory pullquote 
	-------------------------
	The pullquote is a prominent piece of introductory text that appears
	on the bridge page at the top right. The text is bold, with generous 
	line spacing.
*/
 
.pullquote {
	float: right;
	margin: 0 0 15px 25px;
	width: 180px;
	}
	
.pullquote p {
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 1.9em;
	}



 
/****************************************
 * Photo Gallery
 ****************************************/
/* 
	The following rules control the appearance of the elements found
	on the photo gallery and photo pages. For more information about 
	these elements, see the photo gallery and photo templates.
*/
 
/* 
	Thumbnail index
	-------------------------
	The photo gallery page contains a #gallery div, which is an index 
	of the photos in the gallery. The index consists of thumbnails and 
	descriptive text linked to the photos. See the photo gallery template.
*/
 
#gallery {
	width:710px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin-left:10px;
	}
	
.gallery-thumbnail {
	float: left;
	width:160px;  
	height:150px;
	margin: 10px 0;
	padding:0px
	}
 	
.thumbnail{
	padding:5px;
	}
	
.thumbnail-caption{
	width:100px;
	}
	

/* 
	Photo 
	-------------------------
	The photo page consists of a large photo in the left column and
	a webring, caption, and photo credit in the right column. See the 
	photo template.
*/

#photo {
	float: left;
	}

#photo-meta {
	float: right;
	width: 200px;
	}	
	
#photo-meta .caption {
	margin: 10px 0;
	}
	
#photo-credit {
	color: #999;
	}
	
/* webring */
	
#webring {
	font-size: 1.1em;
	line-height: 1.4em;
	}
	
#webring .prev  {
	padding-left: 11px;
	background: url(../images/layout/arrows/left_red.gif) no-repeat 0 0.4em;
	}
	
#webring .sep {
	padding: 0 3px;
	color: #ccc;
	}
	
#webring .next  {
	padding-right: 11px;
	background: url(../images/layout/arrows/right_red.gif) no-repeat 100% 0.4em;
	}
 
/****************************************
 * Footer
 ****************************************/
/* 
	The following rules control the appearance of the footer found at the 
	bottom of every page. The footer contains the Cornell University copyright,
	which is displayed in a small font size. The color of the bottom border
	of the link in the footer is darker than most links to provide adequate 
	contrast with the background color of the footer.
*/
 
#footer {
	/*float: center; */
	font-weight: bold;
	}
	
#footer-content {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 952px;
	font-size: 1.0em;
	color: #333;
	/*background-image:url(../images/btshadow.png); background-position:bottom; background-repeat:repeat-x;*/
	}
	
/* links */

#footer a {
	border-bottom: 1px solid #ccadad;
	}
	
#footer a:active {
	border-color: #ccadad;	
	}
	
	
.footerTable {
	background: none;
	color:#FFF;
	/* make width 960 if using this table with footer content */
	width: 95%;   
	margin: 0 auto;
	border:0;
	padding:0;
	
}

.footerTable tr td {
	border:0;
	padding:8px;
	padding-bottom:16px;
	margin:0;
	line-height:1.3em;
	font-size:1.2em;
	
}
 
/****************************************
 * Miscellaneous
 ****************************************/

/* 
	Hide "skip to content" link from general users. 
	Do not use display: none, as that will also hide it from some screen readers.
*/
#skipnav {
	position: absolute;
	top: -1000em;
	left: -1000em;
	}
	
/* 
	To display the "skip to content" link to general users, uncomment
	the following rules (this usually is not necessary).
#cu-logo {
	top: 25px;
	}
#skipnav {
	position: static;
	height: 25px;
	line-height: 25px;
	background: #fff;
	}
#skipnav a {
	display: block;
	margin: 0 auto;
	width: 740px;
	border: none;
	}
#search-navigation {
	top: 62px;
	}
#search-form {
	top: 43px;
	}
*/
	
/* 
	Hide horizontal rules (hr) that are found throughout the site.
	The rules are semantic separations of content, and they are useful for 
	browsers that cannot utilize the stylesheet.
*/	
hr {
	display: none;
	}
 
/****************************************
 * IE6/Windows Hacks
 ****************************************/
 
/*
	Shifting Background Bug:
	IE/Windows calculates "center" (for a background image position) differently
	than it does "50%" or "margin: 0 auto" (for foreground content) when the 
	page is an odd number of pixels wide.
*/
 
.twocolumn #content {
/*	background: #f0eee4 url(../images/layout/twocolumn_bg.gif) repeat-y top center;  */
	}
 
.twocolumn #wrap {
/*	background: #f0eee4;  */
/*   background:url(../images/logoGradient_2.png);  */
	}
	
/* unhack for other browsers */
.twocolumn>#wrap {
/*	background: #f0eee4 url(../images/layout/twocolumn_bg.gif) repeat-y top center;  */
	}

.warning {
	font-weight:bold;
	color:#F00;
}

.divline {
	height:10px;
	width:952px;
	background:#7b9500;
	margin:0;
	padding:0;	
}

.cvaline {
	height:2px;
	background:#7b9500;
	margin:0;
	padding:0;
	width:100%;
	
}


.greyline {
	height:1px;
	background:#7C9673;
	margin:0;
	padding:0;
	width:100%;
	
}
.blueline {
	height:3px;
	background:#3b779b;
	margin:0;
	padding:0;
	width:100%;
	
}

.bluelineCap {
	height:5px;
	margin:0;
	padding:0;
	width:100%;
	border-top:#3b779b 3px solid;
	border-left:#3b779b 3px solid;
	border-right:#3b779b 3px solid;

}

.greenlineCap {
	height:5px;
	margin:0;
	padding:0;
	width:100%;
	border-top:#becd2c 3px solid;
	border-left:#becd2c 3px solid;
	border-right:#becd2c 3px solid;

}
.greenline {
	height:2px;
	background:#7b9500;
	margin:10px 0;
	
}

.goldline {
	height:2px;
	background:#baa857;
	margin:10px 0;
	
}

.redhilight {
	color: #b31b1b;
	}
	
#sitemap {
	font-size: 1.0em;
	line-height:1.1em;	
}

#sitemap a{color: #b31b1b;text-decoration:none; border:none}
#sitemap a:hover{color: #F00; text-decoration:underline}

.ql {
	font-size:1em;
	line-height:1.2em;
	
	}
.ql ul li {}
	
.ql a{color: #b31b1b;text-decoration: none; border:none}
.ql a:hover{color: #F00; text-decoration:underline}

#sidebar {
	font-size:1em;
	line-height:1.2em;
	
	}
#sidebar ul li {
	margin: 4px 0;
	padding: 0 0 0 10px;
	line-height:1.4em;
	list-style: none;
	background: url(../images/bullet.gif) no-repeat 0 0.55em;	
	}

#main table {
	margin:0;
	padding:0;
	color:#000;
	border-collapse:collapse;
	}

#main tr, td {
	
	/*border-bottom: 1px solid #FFF;*/
	margin:0;
	padding:0;
}

#main tr {
	vertical-align:top;
}

.divider {
	border-left:#3b779b solid 3px;	
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.bottomShadow {	
	width:955px; height:10px; background:url(../images/btshadow.png); background-position:top; background-repeat:repeat-x;

}

A:active {}
A:link     {color: #000000; text-decoration: none}
A:visited  {color: #000000; text-decoration: none}
A:hover    {color: #000000; text-decoration: underline}

A:link.ImgLink img      {border-color: #666600; border-width: 1px; text-decoration: none } 
A:visited.ImgLink img   {border-color: #666600; border-width: 1px; text-decoration: none } 
A:hover.ImgLink img     {border-color: #666600; border-width: 1px; text-decoration: none } 

A:link.ssLink img      {color: #F00; border-color: #666600; border-width: 1px; text-decoration: none } 
A:visited.ssLink img   {color: #F00; border-color: #666600; border-width: 1px; text-decoration: none } 
A:hover.ssLink img     {color: #F00; border-color: #666600; border-width: 1px; text-decoration: none } 

A:link.BlackLinkXUL     {color: #000000; text-decoration: none}
A:visited.BlackLinkXUL  {color: #000000; text-decoration: none}
A:hover.BlackLinkXUL    {color: #000000; text-decoration: none}

A:link.BlackLink     {color: #000000; text-decoration: none}
A:visited.BlackLink  {color: #000000; text-decoration: none}
A:hover.BlackLink    {color: #000000; text-decoration: underline}

A:link.BlackLinkUL     {color: #000000; text-decoration: underline}
A:visited.BlackLinkUL {color: #000000; text-decoration: underline}
A:hover.BlackLinkUL    {color: #000000; text-decoration: underline}

A:link.WhiteLink     {color: #ffffff; text-decoration: none}
A:visited.WhiteLink  {color: #ffffff; text-decoration: none}
A:hover.WhiteLink    {color: #ffffff; text-decoration: underline}
.WhiteLink {color: #FFFFFF; cursor:pointer;}

A:link.WhiteLinkUL     {color: #ffffff; text-decoration: underline}
A:visited.WhiteLinkUL  {color: #ffffff; text-decoration: underline}
A:hover.WhiteLinkUL    {color: #ffffff; text-decoration: underline}


a:link.HiLiteLink     {color: #385416; text-decoration: none}
a:visited.HiLiteLink  {color: #385416; text-decoration: none}
a:hover.HiLiteLink    {color: #366fbe; text-decoration: underline}

a:link.HiLiteLinkUL     {color: #385416; text-decoration: underline}
a:visited.HiLiteLinkUL  {color: #385416; text-decoration: underline}
a:hover.HiLiteLinkUL    {color: #385416; text-decoration: underline}

a:link.ButtonLink     {color: #FFF; text-decoration: none}
a:visited.ButtonLink  {color: #FFF; text-decoration: none}
a:hover.ButtonLink    {color: #F00; text-decoration: none}

a:link.NextPrev     {color: #333; text-decoration: none}
a:visited.NextPrev  {color: #333; text-decoration: none}
a:hover.NextPrev    {color: #F00; text-decoration: none}
.NextPrev {color: #333; cursor:pointer;}

DIV.menubarht {height: 40px;}  

a.ImgLink img {
	border: 1px solid #a0a0a0;
} 

a.ssLink img {
	color:#333; border: 1px solid #a0a0a0;
} 
a.ssLink {
	color:#333;
} 

.mediumtext {
	font-size: 12px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.xsmalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tinytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.smalltextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#buttons {}

#buttons .join{
	font-size:1.1em;
	padding:0;
	padding-top:4px;
	text-align:center;
	width:75px;
	height:24px;
	background:url(../images/ncwss-button-75px.gif) no-repeat;
}

#buttons .joinlarge{
	font-size:1.1em;
	padding:0;
	padding-top:8px;
	text-align:center;
	width:100px;
	height:32px;
	background:url(../images/ncwss-button-100px.gif) no-repeat;
}

.blackButtonLink {
	cursor: pointer;
}
a:link.blackButtonLink     {color: #000; text-decoration: none}
a:visited.blackButtonLink  {color: #000; text-decoration: none}
a:hover.blackButtonLink    {color: #00639F; text-decoration: none}
.whiteButtonLink {
	cursor: pointer;
}
a:link.whiteButtonLink     {color: #FFF; text-decoration: none}
a:visited.whiteButtonLink  {color: #FFF; text-decoration: none}
a:hover.whiteButtonLink    {color: #00639F; text-decoration: none}


.button1 {
	background-image:url(../images/button1.gif);
	height:52px; width:160px; background-repeat:no-repeat;
	text-align:center;
	margin-left:4px;	
}

.ButtonLink {
	/*background-image:url(images/button1.gif);background-repeat:no-repeat;*/
	/*height:52px;*/ 
	text-align:center;	
	cursor: pointer;
}

.button1Text {
	padding-top:18px;
	font-size:11px; 
	font-weight:bold;
	
}

.button2 {
	background-image:url(../images/button-small.gif);
	height:52px; width:75px; background-repeat:no-repeat;
	text-align:center;
	margin-left:4px;	
}

.Button2Link {
	/*background-image:url(images/button-small.gif);  background-repeat:no-repeat;*/
	/*height:52px;*/
	text-align:center;
	margin-left:4px;	
}

.button2Text {
	margin-top:0;
	padding-top:10px;
	font-size:11px; 
	font-weight:bold;
	
}
.left10px {	padding-left:10px;}
.left20px {padding-left:20px;}

#homepage{
	padding:0px 10px;
}

#homepage table {}
#homepage tr{}
#homepage td{
	border:none;
	padding:10px;
	}
	

#homepage td table td{
	padding:5px 0px;
	font-size:12px;
}

#homepage .freeTrial{
	padding:0 10px 0 15px;
	font-size:.95em;
	
}

#homepage .support{
	font-size:1.2em;
	padding-bottom:10px;
	
}


#homepage .xsmallSW{
	padding:0 5px 0 15px;
	font-size:.95em;
}


#homepage p{
	font-size:1.2em;
	line-height:1.4em;
	margin:2px 1px;
	padding:0;
	width:auto;
	text-align:left;
}

#newsListSmall {
	font-size:1.1em;
	line-height:1.3em;
	}
#newsListSmall table{	
	margin: 0px;
	padding: 0px;
	border:none;
	border-collapse:collapse;
}
#newsListSmall tr, td{
	font-size:1.0em;
	margin:0;
	padding:3px 10px;
}


#newsList {
	font-size:1.2em;
	line-height:1.4em;
	}
	
#newsList h3{
	font-size:1.8em;
	line-height:normal;
	margin-bottom:5px;

	}
#newsList table{	
	margin: 0px;
	padding: 0px;
	border:none;
	border-collapse:collapse;
}
#newsList tr, td{
	font-size:1.0em;
	/*border-bottom:1px solid #CCC;*/
	margin:0;
	padding:3px 10px;
}

#newsList tr.oldnews{display:none;}

.greenCheck {
	color:#004c26;
	text-align:center;
}
.rowLight {
	background-color:#ebebeb;
}


#purchase {
	font-size:1.1em;
	line-height:1.3em;
	}
#purchase table{	
	margin: 0px;
	padding: 0px;
	border:none;
	border-collapse:collapse;
}
#purchase tr, td{
	font-size:1.0em;
	/*border-bottom:1px solid #CCC;*/
	margin:0;
	padding:3px 10px;
	
}

td .cost{
	font-size:1.0em;
	/*border-bottom:1px solid #CCC;*/
	text-align:right;
	
}

#contact {
	font-size:1.1em;
	/*line-height:1.3em;*/
	}
#contact table{	
	margin: 0px;
	padding: 0px;
	border:none;
	border-collapse:collapse;
}
#contact tr, td{
	font-size:1.0em;
	/*border-bottom:1px solid #CCC;*/
	margin:0;
	padding:0;	
}
#contact td{
	font-size:1.1em;
	line-height:1.1em;
	/*border-bottom:1px solid #CCC;*/
	margin:0;
	padding:0;	
}

		
form h3 {
	margin: 0;
	}		
	
.tableImg { padding-top:5px; }


.photoframe{
	background-image:url(../images/frame.png);
	background-repeat:no-repeat;
	width:132px;
	height:132px;
	padding:15px;
	margin:0;
}

.twoColDiv {
	
	padding:10px;
	width:375px;
	
}

 #pics {
   	clear: both;
   	overflow: auto;
   	width: 120px;
    height:480px;
   	margin-left: 0px;
   	margin-bottom: 10px;
   	border: 1px solid #c0c0c0;
   	float: left;
  }

