/* RMC Class of '78 Styles */

/* ELEMENTS */
body {
	margin: 10px;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: Black;
	background-color: White;
	font-size : 12px;
}

strong, b {
	font-weight: bold;
	}
	
em {
	font-style : italic;
}

address{
	margin-left : 20px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	font-style : italic;
}

p, ul {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
dt {
	font-size : 14px;
	font-weight : bold;
	margin-top : 10px;
}

/* Page heading */
h1 {
	color: Black;
	font-size: 32px;
	font-weight: bold;
	margin-top : 10px;
	margin-right : 10px;

}

/* Page subheading */
h2 {
	color: Red;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
	padding-top : 5px;
	margin-right : 10px;
}

/* First working level heading */
h3 {
	color: Red;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
	border-top : thin solid Silver;
	padding-top : 5px;
}

/* Menu box heading */
h4 {
	color: Black;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

/* Second working level heading */
h5 {
	color: Black;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0;
}

/* Heading that matches .tiny */
h6 {
	color: Black;
	font-size: 10px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0;
}

caption {
	color: Black;
	font-size: 14px;
	font-weight: bold;
	text-align : center;
	line-height : 40px;
}

img {
	border: 0;
	}
	
/* Prompt text on personal data form */
label {
	display : block;
    width: 130px;
	float : left;
}
	
a {
	text-decoration: none;
	font-weight: bold;
	color:  Red;
}

a:visited {
	color: Black;
}

a:active {
	color: Black;
}

a:hover {
	color: White;
	background-color: Gray;
}

/* CLASSES */
.topline {
		padding-top: 5px;
		border-top: thin solid Silver;
}

.currentpage {
	font-weight: bold;
	color: Silver;
}

/*Stuff that should be displayed if browser can't handle styles but not if if can */
.nostyles {
	display:	none;
}

.floatleft {
	float: left;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* this class must be combined with nobr in html for ie5win */
	}

.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	}
	
.tinyright {
	font-size: 9px;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align : right;

}

/* IDs */
/* Page header */
#top {
	padding: 0;
	border: thin dotted White; 
	background: #fff;
	/*background-color : #FFCCCC;
	*/
	/*height : 110px;
	width : 80%; */
}

#top img {
	float: left;
	height : 100px;
}

/* Navigation menu */
#left {
	float: left;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: thin solid Black;
	background-color : #FFCCCC;
	text-align : right;
	width : 15%;
}

/* Site search box */
#leftclear {
	float: left;
	margin: 50px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	border: thin solid Black;
	text-align : center;
	width : 15%;
	clear : left;
}

/* Page content */
#middle {
	padding: 0px 10px 10px 10px;
/*	border: thin dotted Silver; */
	background: #fff;
	margin : 0 20% 0 20%;
}

/* Page notes */
/* H6 is made to work with this box */
#right {
	float: right;
	margin: 0 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background: #fff;
	width: 15%;
	/*margin-right :2%;
	*/
}

#right p {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
}
	
/* Page footer */
#bottom {
	clear : both;
	padding : 5px;
	border : thin solid Silver;
	margin-top : 20px;
}
	
#bottom p {
	font-size: 9px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

/* Personal data page */
#persdataform {
	padding: 10px 10px 10px 10px;
/*	border: thin dotted Silver; */
	
}

/* Personal data form */
#persdataform form {
background-color : #ffcccc;
	border : thin solid Black;
	padding : 10px 10px 10px 10px;
	font-size : 12px;
	line-height : 22px;
}

/* END */
