/* CSS file for RCNS */


/* elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	text-align: center;
}

p {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}	

table {
	border: thin solid #999966;
}

td	{
	border: thin solid #999966;
	padding: 2px;
}

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

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


a:hover, a:focus, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.blue:link,a.blue:active,a.blue:visited {color: #046dba;}
a.blue:hover {text-decoration:underline; }

/* classes */

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	line-height: 1.5;
}

.icon {
	text-align: left;
}

.reader {
	margin: 10px;
}





/* divs */

#container {
	width: 800px;
	border: 3px solid #999966;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #c6c6aa;
	background-image: url(images/blocks.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#header {
	background-color: #C7C7E2;
	height: 100px;
}

#nav {
	float: left;
	width: 250px;
	margin-top: 75px;
	padding-left: 20px;
}

#content {
	margin-left: 275px;
	padding-top: 10px;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999966;
	font-size: 90%;
	width: 400px;
}

#content p {
	line-height: 1.25;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
}
#content h1 {
	font-size: 125%;
	color: #FFFFFF;
	margin-bottom: 0px;
}

#content h2 {
	font-size: 100%;
	margin-bottom: 0px;
	color: #FFFFFF;
}

#content h3 {
	font-size: 100%;
	margin-bottom: 0px;
}

#content ul {
	margin: 0px;
}
#content li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	text-indent: 15px;
}



#mainlnks {
	text-align: right;
	background-image: url(images/bkgbartop.gif);
	font-variant: small-caps;
	
}
#mainlnks ul {
	margin: 0px;
	padding: 0px;
	height: 33px;
}

#mainlnks li{
	display: inline;
	list-style-type: none;
	padding-right: 24px;
	font-size: 80%;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	line-height: 33px;
	
}



#sublnks {
	text-align: right;
}

#sublnks li{
	list-style-type: none;
	line-height: 140%;
	font-weight: bold;
	color: #ffffff;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#events {
	font-size: 90%;
}

#events li{
	list-style-type: none;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 90%;
	font-weight: bold;
}

#events h1 {
	font-size: 100%;
	color: #FFFFFF;
}


#seclnks {
	text-align: right;
	font-variant: small-caps;
}

#seclnks ul {
	margin: 0px;
	padding: 0px;
	height: 25px;
}

#seclnks li{
	display: inline;
	list-style-type: none;
	padding-right: 24px;
	font-size: 75%;
	font-weight: bold;
	white-space: nowrap;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	line-height: 25px;
}



#classes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	margin-left: 50px;
	width: 700px;
}

#classes h1{
	font-size: 110%;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}

#classes th{
	vertical-align: text-bottom;
	border: thin solid #999966;
	padding: 2px;
	text-align: center;
	
}


#fullpg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	margin-left: 10px;
	width: 775px;
}
#fullpg h1{
	font-size: 125%;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}

#fullpg h2 {
	font-size: 110%;
	margin-bottom: 0px;
	margin-top: 10px;
	color: #FFFFFF;
}


#fullpg table {
	border: 0;
}

#fullpg td {
	border: 0;
	padding: 2px;
}


/* forms */
.inputbox {
	margin-left: 4em;
	margin-bottom: 3px;
}
label {
	margin-top: 0em;
	margin-right: 1em;
	margin-left: 0em;
	font-weight: bold;
	width: 10em;
	float: left;
	text-align: right;
	clear: both;
}
