/***************************************
	Network of Young Professionals
	Global CSS
****************************************
	Paul J Narsavage
	2/13/03
****************************************

NET Color Scheme:
	White:	#FFFFFF		General Background (Top of page)
	Black:	#000000		Text
	DrkPrp:	#0D095E		Headers, Lines, Links (Large Ring of Logo)
	Purple:	#6F609B		Highlights, LinkHover (Medium Ring of Logo)
	LtPrp:	#ECE9F1		Background of Page
	Green:	#70BC1F		Menu (Smallest Ring of Logo)
	
***************************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
	margin: 0;
}
p {
	font-size: 12px;
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 2px;
}
.small {
	font-size: 10px;
}
.hidden {
	font-size: 1px;
	color: #ECE9F1;
	background-color: #ECE9F1;
}
table.indent {
	font-size: 12px;
	margin-left: 12px;
	margin-right: 6px;
	margin-top: 4px;
	margin-bottom: 2px;
}
a {
	font-weight: bold;  
	color: #0D095E; 
	text-decoration: none;
}
a:hover {
	color: #6F609B;
	text-decoration: underline;
}
ul {
	list-style: circle url(images/circle.gif) outside;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
}
ul ul {
	list-style: circle url(images/dash.gif) outside;
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
h1 {
	font-family: GillSans, Arial, Helvetica, Sans Serif;
	font-size: 24px;
	font-weight: bold; 
	color: #0D095E; 
	margin-top: 24px;
	margin-bottom: 12px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #0D095E;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #0D095E;
	margin-top: 14px;
	margin-bottom: 4px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; 
	font-style: italic;
	color: #0D095E; 
	margin-top: 6px;
	margin-bottom: 2px;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
	color: #0D095E;
}

/***************************************
	Header
***************************************/
.header p {
	font-family: /*GillSans,*/ arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0D095E;
}
.header a {
	color: #0D095E; 
	background-color: #FFFFFF;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-color: #ECE9F1;
	border-width: 1px;
    border-style: solid;
}
.header a:hover {
	color: #FFFFFF;
	background-color: #70BC1F;
	text-decoration: none;
	border-width: 1px;
    border-style: solid;
	border-color: #6F609B;
}
.header h1 {
	margin-top: 24px;
	margin-bottom: 2px;
}
.header h3 {
	font-size: 14px;
	line-height: 23px;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/***************************************
	Menu
***************************************/
.menu td {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	font-weight: bold;  
	color: #0D095E; 
	text-decoration: none;
	text-transform: lowercase;
}
.menu .current {
   	color: #FFFFFF;
}
.menu .current a {
   	color: #FFFFFF;
}
.menu a {
	font-weight: bold;  
	color: #0D095E; 
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #70BC1F; 
}

/***************************************
	White (for putting text on dark background
***************************************/
.white {
	color: #FFFFFF;
}
.white a {
	color: #FFFFFF;
}
.white h1 {
	color: #FFFFFF;
}
.white h2 {
	color: #FFFFFF;
}
.white h3 {
	color: #FFFFFF;
}
.white h4 {
	color: #FFFFFF;
}
.white th {
	color: #FFFFFF;
}

/***************************************
	"EZBoard" Styles
***************************************/
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #2D1663;
	margin-top: 14px;
	margin-bottom: 5px;
}
.headings {
	font-size: 12px;
	color: #330066;
	font-weight: bold;
}
/**************************************/

.bodytxt {  font-family: Arial; font-size: 9pt; color: #000000; list-style-type: circle}
.link {  font-family: Arial; font-size: 9pt; font-weight: bold; color: #009900; text-decoration: none}
.boldbodytxt {  font-family: Arial; font-size: 9pt; font-weight: bold}
