/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
	background-color: white;
	line-height: 1;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	}

* {
	margin: 0;
	padding: 0;
	/*padding-right: 10px;*/
	font-size: 10px;
	}

caption {
	caption-side: bottom;
	font: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	}

div#holdall {
	background-color: transparent;
	width: 798px;
	margin-left: auto;
	margin-right: auto;
	}

/*Main content area enclosing #navbar, #content and #current*/
div#contentarea {
	width: 798px;
	/*background-color: transparent;*/
	background-image: url(file:///C|/Web%20Designing/UCan%20WDD%20Assignment/Assets/Icons/backgroundcolumn.gif);
	background-repeat: repeat-y;	
	}

div#contentarealeft {
	width: 798px;
	background-color: transparent;
	background-image: url(../Assets/Icons/backgroundcolumnleft.gif) repeat-y top left;	
	}

div#contentarearight {
	width: 798px;
	background-color: transparent;
	background-image: url(../Assets/Icons/backgroundcolumnright.gif) repeat-y top right;
	}
		
/**** Content division ***/
div#content {
	/*background-image: url(file:///C|/Web%20Designing/Revision%20of%20sites/Club/Assets/Icons/2005c_en_low_alpha.png);*/
	padding: 5px 3px 0px 3px;
	/*margin: 0 200px 0 200px;*/
	margin: 0px 0px 0px 0px;
	/*overflow:hidden;*/
	float: left;
	width: 490px;
	/*width: auto;*/
	}

/**** masthead division ***/
div#masthead {
	width: 100%;
	height: 122px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	background: cornflowerblue url(../Library/rccsbannerphoto.gif) top center repeat-y;
	}

div#masthead p{
	padding: 0px 0px 0px 0px;
}

div#masthead h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	color: #f2c328;
	text-align: center;
	font-weight: bold;
	margin: 2px 0 5px 0;
}

div#masthead h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14pt;
	color: #f2c328;
	text-align: center;
	font-weight: bold;
	margin: 2px 0 5px 0;
}

div#masthead h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11pt;
	color: #f2c328;
	text-align: center;
	margin: 2px 0 8px 0;
}

div#masthead h4 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	margin: 2px 0 2px 0;
	}

div#masthead td {
	padding: 2px 0 0px 0;
	}

/**** pageheading division ***/
div#pageheading {
	width:490px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 22pt;
	font-weight: bold;
	text-align: center;
	padding: 0 0 3px 0;
	margin: 5px 0px 5px 0px;
	}
	
div#pageheading p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	}

/**** footer division ***/
div#footer {
	float:left;
	clear: both;
	width: 100%;
	padding: 10px 10px 10px 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;	
	}
	
div#footer h1 {
	font-size: 8pt;
	text-align:center;
	color:#0000FF;
	margin: 5px 0 0 0;
	font-weight: bold;
	}
	
div#footer h2 {
	font-size: 7pt;
	text-align:center;
	color:#FF0000;
	margin: 8px 0 0 0;
	/*font-weight: bold;	*/
	}

div#footer table{
	margin-right:auto;
	margin-left:auto;
	font-size: 7pt;
	}

div#footer td{
	font-size: 10pt;
	line-height: 150%;
	}

/*This class sets a background colour for the current page so that the user knows which page they are currently visiting*/
.thispage {
	background-color: #FFFF66;
	/*color:#FFFFFF;*/
	font-style: italic;
}
	
/*********** #navbar styles ***********/

div#navbar{
	float: left;
	width: 150px; /*195*/
	margin: 0px;
	/*padding: 0px 0px 10px 15px;*/
	padding: 0px 0px 0px 0px;
	/*background-image: url(file:///C|/Web%20Designing/Revision%20of%20sites/Club/navbar.htm);*/
	background-color: #99FFFF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	font-size: 7pt;
	}

div#navbar h1 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 9pt; /*11pt*/
	color: #0000FF;
	/*padding: 4px 0px 2px 0px;*/
	padding: 4px 0px 2px 7px;
	/*border-top: 2px solid #FF0000;*/
	border-bottom: 2px solid #FF0000;
	}

/*********** #navbar link styles ***********/
div#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt; /*10pt*/
	color: #003399;
	list-style-type: none; 
	/*margin: 0;*/ 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}

.rccsnavbar3 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 9pt;
	color: #333333;
}

div#navbar ul a {
	display: block;
	border-bottom: 1px solid #666666;
	/*padding: 2px 0px 2px 10px;*/
	padding: 2px 0px 2px 13px;
	font-size: 8pt;
}

div#navbar ul a:hover{
	background-color: #dddddd;
	text-decoration: none;
}

div#navbar ul a:link, #navbar ul a:visited {
	display: block;
	}	

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
div#navbar li {
	border-bottom: 1px solid #EEE;
	}

/* fix for browsers that don't need the hack */
html>body #navbar li {
	border-bottom: none;
	}

/*********** #sectionLinks styles **********

.sectionLinks{
	position: relative;
	margin: 0px;
	border-bottom: 3px solid #FF0000;
	background-color: #99FFFF;
}*/


/*********** .relatedLinks styles **********

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	background-color: #99FFFF;
}

.relatedLinks h3 {
	padding: 5px 5px 2px 10px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}*/


/************** #current styles **************/
div#current{
  	float: right;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FCFACF;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	overflow: hidden;
	}

div#current p{
	padding: 5px 5px 5px 5px;
	}

div#current h1 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 9pt; /*11pt*/
	color: #0000FF;	
	padding: 4px 0px 2px 6px;
	border-bottom: 2px solid #FF0000;
	}

div#current h3 {
	font-family: Arial, Helvetica sans-serif;
	font-size: 9pt;
	color: #333333;
}
div#current ul {
	font-family: Arial, Helvetica sans-serif;
	font-size: 8pt;
	color: #009999;
	list-style-type: none; 
	margin: 0; 
	padding: 0;
	}

div#current ul a {
	display: block;
	border-bottom: 1px solid #666666;
	padding: 2px 0px 2px 8px;
	font-size: 8pt;
}

div#current ul a:hover{
	background-color: #dddddd;
	text-decoration: none;
}

div#current ul a:link, div#current ul a:visited {
	display: block;
	}
	

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
div#current li {
	border-bottom: 1px solid #EEE;
	}

	
div#current #updateandnew {
	font-size: 8pt;
	margin: 0px 0px 5px 0px;
	border-left-style: groove;
	border-left-width: thick;
	border-bottom-style: groove;
	border-bottom-width: thick;
	border-right-style: groove;
	border-right-width: thick;
	}
	
div#current #updateandnew li{
	font-size: 8pt;
	list-style-type: none;
	padding: 0px 0px 3px 2px;
	}

/*div#current #updateandnew ul a {
	display: block;
	border-bottom: 1px solid #666666;
	padding: 2px 0px 2px 2px;
	font-size: 8pt;
}*/

div#current #updateandnew h3{
	font-size: 9pt;
	line-height: 10pt;
	color: #FF0099;
	background-color: #00CCFF;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #f2c328;
	border-left-style: solid;
	border-left-width: 5px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 4px;
	padding: 2px 2px 3px 5px;
	}
		
/*Alsett Clearing Method code*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
/* a fix for IE Mac */
.clearfix {display: inline-block;}
/* a fix for IE6 bug*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* fix for browsers that don't need the hack */
html>body #current li {
	border-bottom: none;
	}

/******* feature division *******/

div#feature{
	padding: 0px 10px 0px 10px;
	font-size: 8pt;
	}

div#feature p{
	padding: 6px 0px 6px 0px;
	line-height: normal;
	color: #993300;
	font-size: 8pt;
	}

div#feature #photo-right {
	float: right;
	width: 283px;
	margin: 0px 2px 5px 15px;
	}
 
div#feature #photo-right img{
	padding: 4px 0px 4px 0px;
	clear: both;
	}

div#feature #photo-left {
	float: left;
	width: 283px;
	margin: 0px 15px 5px 18px;
	}
 
div#feature #photo-left img{
	padding: 4px 0px 4px 0px;
	clear: both;
	}
	
div#feature #imagetopleft {
	float: left;
	width: 137px;
	margin: 0px 10px 0px 2px;
	}
 
div#feature #imagetopleft img{
	padding: 5px 0px 4px 0px;
	clear: both;
	}
	
div#feature #imagetopright {
	float: right;
	width: 137px;
	margin: 0px 2px 0px 10px;
	}
div#feature #imagetopright img{
	padding: 5px 0px 4px 0px;
	clear: both;
	}

div#feature a:link{
	color: #006699;
	text-decoration: underline;
	}

div#feature a:visited{
	color: #006699;
	text-decoration: underline;
	}

div#feature a:hover{
	color: #006699;
	text-decoration: underline;
	}

div#feature ul{
 list-style-type: circle;
}

div#feature ul ul{
 list-style-type: square;
}

div#feature ul ul ul{
 list-style-type: disc;
}

div#feature li{
 margin-left: 13px;
 padding-left: 5px;
 padding-top: 2px;
 padding-bottom: 4px;
}

div#feature h1 {
	font-size: 12pt;
	line-height: 13pt;
	color: #f2c328;
	background-color: #00f;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #f2c328;
	border-left-style: solid;
	border-left-width: 25px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 6px;
	padding: 2px 2px 3px 8px;
	}

div#feature h2 {
	font-size: 10pt;
	line-height: 11pt;
	color: #f2c328;
	background-color: #3366FF;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #f2c328;
	border-left-style: solid;
	border-left-width: 20px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 5px;
	padding: 2px 2px 3px 8px;
	}

div#feature h3 {
	font-size: 8pt;
	line-height: 9pt;
	color: #f2c328;
	background-color: #0066FF;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #f2c328;
	border-left-style: solid;
	border-left-width: 15px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 4px;
	padding: 2px 2px 3px 5px;
	}

/*div#feature h4 {
	font-size: 18pt;
	color: #00CC99;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	padding: 8px 5px 8px 0px;
	}

div#feature h5 {
	font-size: 14pt;
	color: #FF00FF;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	padding: 8px 5px 8px 0px;
	}

div#feature h6 {
	font-size: 12pt;
	color: #0000CC;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	padding: 8px 5px 8px 0px;
	}*/

/************** #story styles *****************/

div#story{
	padding: 5px 10px 0px 10px;
	font-size: 8pt;
	line-height: normal;
}

div#story p{
	font-size: 8pt;
	padding: 12px 0px 12px 0px;
	color: #000000;
}

div#story img{
	float: right;
	padding: 10px 0px 5px 10px;
}

div#story #photo-right {
	float: right;
	width: 283px;
	margin: 0px 2px 5px 15px;
	}
 
div#story #photo-right img{
	padding: 4px 0px 4px 0px;
	clear: both;
	}

div#story #photo-left {
	float: left;
	width: 283px;
	margin: 0px 15px 5px 18px;
	}
 
div#story #photo-left img{
	padding: 4px 0px 4px 0px;
	clear: both;
	}
	
div#story #imagetopleft {
	float: left;
	width: 137px;
	margin: 0px 10px 0px 2px;
	}
 
div#story #imagetopleft img{
	padding: 5px 0px 4px 0px;
	clear: both;
	}
	
div#story #imagetopright {
	float: right;
	width: 137px;
	margin: 0px 2px 0px 10px;
	}
 
div#story #imagetopright img{
	padding: 10px 0px 5px 10px;
	clear: both;
	}

div#story a:link{
	color: #006699;
	text-decoration: underline;
}

div#story a:visited{
	color: #006699;
	text-decoration: underline;
}

div#story a:hover{
	color: #006699;
	text-decoration: underline;
}

div#story ul{
 list-style-type: disc;
}

div#story ul ul{
 list-style-type: circle;
}

div#story ul ul ul{
 list-style-type: square;
}

div#story h1 {
	font-size: 11pt;
	line-height: 12pt;
	color: #00f;
	background-color: #f2c328;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #00f;
	border-left-style: solid;
	border-left-width: 20px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-width: 10px;
	padding: 2px 2px 3px 6px;
	}

div#story h2 {
	font-size: 10pt;
	line-height: 11pt;
	color: #00f;
	background-color: #f2c328;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #00f;
	border-left-style: solid;
	border-left-width: 15px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 0px;
	padding: 2px 2px 3px 6px;
	}

div#story h3 {
	font-size: 9pt;
	line-height: 10pt;
	color: #00f;
	background-color: #f2c328;
	font-family: "comic sans ms", Verdana, Arial, sans-serif;
	border-left-color: #00f;
	border-left-style: solid;
	border-left-width: 10px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 0px;
	border-top-width: 10px;
	padding: 2px 2px 3px 6px;
	}

/*div#story h4 {
	font-size: 12pt;
	color: #00CC99;
	font-family: Verdana, Arial, sans-serif;
	padding: 18px 5px 0px 0px;
	}

div#story h5 {
	font-size: 11pt;
	color: #FF00FF;
	font-family: Verdana, Arial, sans-serif;
	padding: 18px 5px 0px 0px;
	}

div#story h6 {
	font-size: 10pt;
	font-weight: bold;
	color: #0000CC;
	font-family: Verdana, Arial, sans-serif;
	padding: 18px 5px 0px 0px;
	}*/

div.photo-album {
	float:left;
	height:302px;
	width:302px;
	padding:0 15px;
	margin: 5px 3px;
	}

div.photo-album-larger {
	float:left;
	height:352px;
	width:352px;
	padding:40px 15px 0px;
	margin: 5px 3px;
	}

div.photo-album img {
	border:1px solid;
	border-color:#444 #AAA #AAA #444;
	}

div.ls img {
	height:224px;
	width:300px;
	margin:74px 0 0;
	}

div.pt img {
	height:300px;
	width:224px;
	margin:0 37px;
	}

div.ls-larger img {
	height:274px;
	width:300px;
	margin:74px 0 0;
	}

div.pt-larger img {
	height:350px;
	width:224px;
	margin:0 37px;
	}

div.photo-album ul {
	margin:0.25em 0 0;
	padding:0;
	font:bold small Arial, Verdana, sans-serif;
	}

div.photo-album-larger ul {
	margin:0.25em 0 0;
	padding:0;
	font:bold small Arial, Verdana, sans-serif;
	}
	
li.title {
	display: block;
	list-style:none;
	text-align:center;
	color:#0000FF;
	}

div#dgnewsletter {
	padding: 5px 10px 0px 10px;
	font-size: 9pt;
	line-height: normal;
}

div#dgnewsletter ul {
	padding: 15px 0 0 40px;
	list-style-type: none;
	font-size: 9pt;
	}

div#dgnewsletter li {
	font-size: 9pt;
	}

div#dgnewsletter li {
	line-height: 135%;
	}

div#dgnewsletter li a {
	line-height: 135%;
	font-size: inherit;
	}
	
div#nav {
	float:left; 
	width:20%;
	}

div#sidebar {
	float:left; 
	width:20%;
	}

body,td,th {
	font-size: 100%;
	color: #0000FF;
	font-style: normal;
}

a{
	color: #006699;
	text-decoration: underline;
	font-size: inherit;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}

label {
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/*************** programtable class styles **************/

div#programtable {
	float: left;
	width: /*300px;*/auto;
	font-size: 8pt;
	/*color: #0000FF;*/
	margin-left: auto;
	margin-right: auto;
	}

div#programtable th {
	font-size: 10pt;
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 3px 0px 3px 3px;
	}

div#programtable td {
	font-size: 8pt;
	padding: 2px 2px 2px 3px;
	}

.highlight {
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	background-color: #FFCC99;
	}

div#programtable .month {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 10pt;
	}

/*This style used in meeting program html sheet for RSVP date information*/
.RSVP {
	color: #666666;
	font-weight:bold;
	font-size: 8pt;
	}
	
/***********************************************/
/* This style is used in the makeups.htm page */

div#programtable .meetingday {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CCCCCC;
	font-size: 8pt;
	text-align: left;
	}
/***********************************************/

.own_replacement {
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	}

.tentative_convention_city {
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #99FFCC;
	font-size: 10pt;
	text-align: center;
	}

/***********************************************/
/* this style is used in the dgnewsletters.htm page */
div#story .dgnewsletterinstruction {
	color: #c93;
	font-weight: bold;
	font-size: 16pt; 
	}
/***********************************************/

/***********************************************/
/* this style is used in the pastpresidents.htm page */
.deceased {
	color: #FF0000;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 8px 20px;
	}
/***********************************************/

/***********************************************/
/******** boardtable styles ********/
/***********************************************/
div#boardtable {
	float: left;
	width: auto;
	font-size: 8pt;
	color: #0000FF;
	}

div#boardtable th {
	font-size: 9pt;
	background-color: #ffffcc;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	padding: 3px 0px 3px 4px;
	}

div#boardtable td {
	font-size: 7pt;
	padding: 2px 1px 2px 4px;
	}	

div#boardtable a:link{
	color: #0000FF;
	text-decoration: none;
	}

div#boardtable a:visited{
	color: #006699;
	text-decoration: none;
	}

div#boardtable a:hover{
	color: #000000;
	text-decoration: none;
	background-color: #FFCC99;
	}
/***********************************************/
/* these 2 styles are used in rccsboard page */
.office {
	background-color: #CCFFFF;
	}

.emailboardmessage {
	color: #FF6633;
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	padding: 1px 0 8px 0;
	}
/***********************************************/

/***********************************************/
/* Components                                  */
/***********************************************/

div#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* div#globalNav styles **************/

div#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

div#globalNav img{
 display: block;
}

div#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** div#pageName styles **************/

div#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-align: center;
}


/************* div#breadCrumb styles *************/

div#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 0 10px;
}

/************** div#feature styles ***************/


/************* div#siteInfo styles ***************/

div#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #FF0000;
	padding: 10px 10px 10px 10px;
}

div#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* div#search styles ***************/

div#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
	background-color: #99FFFF;
}

div#search form{
 margin: 0px;
 padding: 0px;
}

div#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/************** div#advert styles **************/

div#advert{
	padding: 30px 0px 10px;
}

div#advert img{
	display: block;
}

/************** miscellaneous styles **************/
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #339999;
}
h1 {
	font-size: 28pt;
	color: #0000FF;
	font-family: Verdana, Arial, sans-serif;
}

h2 {
	font-size: 24pt;
	color: #FF0000;
	font-family: Verdana, Arial, sans-serif;
}

h3 {
	font-size: 20pt;
	color: #006699;
	font-family: Verdana, Arial, sans-serif;
}

h4 {
	font-size: 16pt;
	color: #00CC99;
	font-family: Verdana, Arial, sans-serif;
}

h5 {
	font-size: 12pt;
	color: #FF00FF;
	font-family: Verdana, Arial, sans-serif;
}

h6 {
	font-size: 10pt;
	color: #0000CC;
	font-family: Verdana, Arial, sans-serif;
}

.style4 {
	font-size: 18px;
	color: #333333;
}

.rccsnewupdate {
	font-family: Arial, Helvetica sans-serif;
	font-size: 8pt;
	color: #FF0000;
}


div#objectofrotary {
	padding: 0px 10px 0px 10px;
	font-size: 10pt;
	color:#666666;
	overflow:hidden;
	}

div#objectofrotary h1 {
	font-family: "Script MT Bold", "Freestyle Script", "French Script MT", script;
	font-size:30pt;
	color:#666666;
	text-align:center;
	}

div#objectofrotary p {
	font-family: "Script MT Bold", "Freestyle Script", "French Script MT", script;
	font-size:12pt;
	text-align:center;
	padding: 6px 0;
	}

div#fourwaytest {
	padding: 0px 10px 0px 10px;
	font-size: 12pt;
	color:#0000FF;
	overflow:hidden;
	}

div#fourwaytest h1 {
	font-family: "Arial Black", Helvetica, sans-serif;
	font-size:20pt;
	text-transform:uppercase;
	text-align:center;
	}

div#fourwaytest .openline {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	padding: 10px 0 15px 0;
	margin: 0;
	font-size: 10pt;
	}

div#fourwaytest ol {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 10px 5px 20px;
	margin: 0;
	text-align:center;
	}

div#fourwaytest li {
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 15px;
	margin: 0;
	font-size: 10pt;
	}

div#fourwaytest em {
	text-transform:uppercase;
	font-style: normal;
	font-weight: bold;
	}

div#declarationforrotarians {
	padding: 0px 10px 0px 10px;	
	font-size:10pt;
	color:#666666;
	overflow:hidden;
	}

div#declarationforrotarians h1{
	font-family: "Arial Black", Helvetica, Verdana, sans-serif;
	font-size:14pt;
	color:#666666;
	text-transform:capitalize;
	text-align:center;
	font-variant: small-caps;
	}

div#declarationforrotarians p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:10pt;
	padding: 6px 0;
	}

div#declarationforrotarians ul {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 10px 5px 20px;
	margin: 0;
	list-style-type: disc;
	}

div#declarationforrotarians li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 5px;
	margin: 0;
	list-style-type: disc;
	}

.rccsspecialevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF0000;
	font-weight: bold;
}

.inviterccs {
	font-family: Verdana, Arial, sans-serif;
	font-size: 22pt;
	color: #000099;
}

.invites {
	font-family: "Freestyle Script", "French Script MT", "Script MT Bold", script;
	font-size: 38pt;
	color: #000000;
	font-weight: bold;
	font-style: oblique;
}
.invitewho {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18pt;
	color: #00CC33;
	font-weight: bold;
}
.invitetohear {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.invitespeakername {
	font-family: Verdana, Arial, sans-serif;
	font-size: 30pt;
	color: #FF0000;
	font-weight: bold;
}
.invitespeakertitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #333333;
}
.invitespeakerbusiness {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16pt;
	color: #000000;
}
.invitespeakon {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #6600FF;
}
.invitetopic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32pt;
	color: #0000FF;
	font-weight: bold;
	font-style: italic;
}
.invitedateon {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}
.invitedate {
	font-family: Verdana, Arial, sans-serif;
	font-size: 20pt;
	color: #CCCC00;
	font-weight: bold;
}
.invitedetails {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	color: #0000FF;
}
.invitespecialrequest {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #FF0000;
	font-style: italic;
	font-weight: bold;
}
.inviterequesttext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	color: #003399;
}

div#monthanddateheaderholder {
	clear: both;
	height: 52px;
	font-weight: normal;
	border-bottom-style: ridge;
	background-color: #688B97;
}

div#monthbanner {
	float:left;
	/*clear: both;*/
	width: auto;
	padding: 3px 7px 3px 12px;
	/*left-margin: auto;
	right-margin: 10px;*/
	text-align: left;
	font-family: "Brush Script MT", san serif;
	font-size: 25px;
	color: white;
	/*border: #000000 dotted;*/
}

div#todaysdate {
	float: right;
	/*clear: left;*/
	width: auto;
	padding: 0px 7px 3px 7px;
	/*left-margin: auto;
	right-margin: auto;*/
	text-align: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: white;
	/*border: #000000 dashed;*/
}

div#dghomeclubbanner {
	height: 30px;
	float:left;
	/*clear: both;*/
	width: auto;
	padding: 8px 7px 0px 2px;
	/*left-margin: auto;
	right-margin: 10px;*/
	/*border: #000000 dotted;*/
}

div#scholars {
	float: left;
	width: 134px;
	height: 83px;
}

div#scholarstext {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 17pt;
	font-weight: bold;
	text-align: center;
	float: left;
	width: 356px;
	height: 83px;
	/*vertical-align: middle;*/
	padding-top: 15px;
}

.updatedate {
	font-size: 7pt;
}

.abn {
	padding: 2px 0px 0px;
	font-weight: bold;
	color: black;
}